diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c1c2cc5..6562994 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ indicator-printers (0.1.7-0ubuntu1) UNRELEASED; urgency=low * debian/control: - Bump debhelper Build-Depends to (>= 9). - Update style to be consistent with other indicators. + - Drop Build-Depends on cdbs. + - Add a Build-Depends on gnome-common. * debian/rules: - Migrate from cdbs to using the dh sequencer. - Override dh_autoreconf to call autogen.sh. diff --git a/debian/control b/debian/control index 663aab7..ccae56c 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Priority: extra Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> XSBC-Original-Maintainer: Lars Uebernickel <lars.uebernickel@canonical.com> Build-Depends: debhelper (>= 9), - cdbs (>= 0.4.41), autotools-dev, dh-autoreconf, + gnome-common, libglib2.0-dev (>= 2.22.3), libgtk-3-dev, libdbusmenu-glib-dev (>= 0.5.90), |