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 | |
parent | 2062afe66d50fc10ff839ab7a0d127f5eaaa9197 (diff) | |
parent | 1f9ee733a54090699c731a15b5474cbe0a376336 (diff) | |
download | ayatana-indicator-application-1650aa3b93d3d745edc3c98e8ec6ea06cd607abd.tar.gz ayatana-indicator-application-1650aa3b93d3d745edc3c98e8ec6ea06cd607abd.tar.bz2 ayatana-indicator-application-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')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 18df537..a44360b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +indicator-application (0.0.9-0ubuntu1~ppa4) UNRELEASED; urgency=low + + * Upstream merge + * Adding in a file to position the indicators + * debian/control: Adding dependency for json-glib to build. + + -- Ted Gould <ted@ubuntu.com> Thu, 21 Jan 2010 14:10:09 -0600 + indicator-application (0.0.9-0ubuntu1~ppa3) karmic; urgency=low * Upstream update 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, |