diff options
author | Ted Gould <ted@canonical.com> | 2008-11-18 14:31:09 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-11-18 14:31:09 -0600 |
commit | 464518287f3e4eb8e9bd4b968c705bad0d420ee0 (patch) | |
tree | eab51b1444f96988f7a7ebaa1cf3edee82c9a05d | |
parent | 9073e40f1c0f2d95a8fd01d3f92c72bd691804bc (diff) | |
download | libayatana-indicator-464518287f3e4eb8e9bd4b968c705bad0d420ee0.tar.gz libayatana-indicator-464518287f3e4eb8e9bd4b968c705bad0d420ee0.tar.bz2 libayatana-indicator-464518287f3e4eb8e9bd4b968c705bad0d420ee0.zip |
Adding a depend for dbus-glib
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 60602f9..2c37089 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-applet (0.1~ppa2) intrepid; urgency=low + + * Adding a depend for dbus-glib + + -- Ted Gould <ted@ubuntu.com> Tue, 18 Nov 2008 14:30:35 -0600 + indicator-applet (0.1~ppa1) intrepid; urgency=low * Initial release. diff --git a/debian/control b/debian/control index 7c0e76b..946cce9 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), libgtk2.0-dev (>= 2.12.0), libpanel-applet2-dev (>= 2.0.0), + libdbus-glib-1-dev, gnome-doc-utils, scrollkeeper, intltool |