diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 6 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index a941d0c..8b5d94b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,11 @@ -indicator-session (0.1~bzr18-0ubuntu1~ppa2) karmic; urgency=low +indicator-session (0.1-0ubuntu1~ppa1) UNRELEASED; urgency=low + * Upstream version 0.1 + * debian/control: Looking for libdbusmenu* >= 0.1.0 * debian/control: Shortening the short description and lengthening the long one. Fixes a bug (LP: #412024) - -- Ted Gould <ted@ubuntu.com> Wed, 26 Aug 2009 21:19:20 -0500 - -indicator-session (0.1~bzr18-0ubuntu1~ppa1) karmic; urgency=low - - * Merging in the upstream branch which has base support for - status with Pidgin and Telepathy. - - -- Ted Gould <ted@ubuntu.com> Tue, 25 Aug 2009 16:25:37 -0500 + -- Ted Gould <ted@ubuntu.com> Thu, 27 Aug 2009 13:42:32 -0500 indicator-session (0.1~bzr17-0ubuntu1) UNRELEASE; urgency=low diff --git a/debian/control b/debian/control index 19c4318..b9ad314 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, libindicator-dev, - libdbusmenu-glib-dev, - libdbusmenu-gtk-dev, + libdbusmenu-glib-dev (>= 0.1.0), + libdbusmenu-gtk-dev (>= 0.1.0), libpolkit-gnome-dev, intltool Standards-Version: 3.8.2 |