diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index d0ef879..fa15da8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,15 @@ indicator-messages (0.5.93-0ubuntu1) UNRELEASED; urgency=low + + * debian/control: + - drop build-depends on gnome-doc-utils and scrollkeeper, not required + [ Ted Gould ] * New upstream release. * Fixing alignment of menu items (LP: #939953) * Vertically centering alignment of double high items (LP: #770486) * Fixing setting of status on telepathy (LP: #943757) - -- Ted Gould <ted@ubuntu.com> Thu, 08 Mar 2012 14:29:54 -0600 + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 08 Mar 2012 22:10:25 +0100 indicator-messages (0.5.92-0ubuntu1) precise; urgency=low diff --git a/debian/control b/debian/control index 4c623c8..40b8dd5 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,6 @@ Build-Depends: debhelper (>= 5.0), libgtk2.0-dev (>= 2.12.0), libgtk-3-dev, libdbus-glib-1-dev, - gnome-doc-utils, - scrollkeeper, intltool, libindicate-dev (>= 0.6.90), libindicate-gtk-dev (>= 0.6.90), |