diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 64bbfd2..aaebbe3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ indicator-messages (0.2.0~bzr116-0ubuntu1) UNRELEASED; urgency=low * Upstream release * Bug fixes * Update API to new libindicator + * debian/control: Adding new dependency on libindicator-dev -- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 15:42:37 -0500 diff --git a/debian/control b/debian/control index f403ed8..0cef058 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.1.5) + libindicate-dev (>= 0.2.0), + libindicator-dev (>= 0.2.0) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu |