diff options
author | Ted Gould <ted@gould.cx> | 2010-01-21 14:10:45 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-21 14:10:45 -0600 |
commit | 1650aa3b93d3d745edc3c98e8ec6ea06cd607abd (patch) | |
tree | 279bd324a7bd93f41dd5c45c47f10bb8c83aac7e /debian/control | |
parent | 2062afe66d50fc10ff839ab7a0d127f5eaaa9197 (diff) | |
parent | 1f9ee733a54090699c731a15b5474cbe0a376336 (diff) | |
download | libayatana-appindicator-1650aa3b93d3d745edc3c98e8ec6ea06cd607abd.tar.gz libayatana-appindicator-1650aa3b93d3d745edc3c98e8ec6ea06cd607abd.tar.bz2 libayatana-appindicator-1650aa3b93d3d745edc3c98e8ec6ea06cd607abd.zip |
* Upstream merge
* Adding in a file to position the indicators
* debian/control: Adding dependency for json-glib to build.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 253b911..49e67dd 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 5.0), python-central (>= 0.6), libgtk2.0-dev (>= 2.12.0), libdbus-glib-1-dev, + libjson-glib-dev, gnome-doc-utils, gtk-doc-tools, intltool, |