diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dfb1d58..9771710 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libindicator (12.10.2-0ubuntu1) UNRELEASED; urgency=low - Update style to be consistent with other indicator stack packages. - Bump debhelper Build-Depends to (>= 9). - Drop Build-Depends on cdbs. + - Add a Build-Depends on gnome-common. * debian/rules: - Convert to using the dh9 sequencer. - Override dh_autoreconf to run autogen.sh and not call configure. diff --git a/debian/control b/debian/control index 0f0f650..9e8bc57 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, libtool, intltool, + gnome-common, gtk-doc-tools, dbus-test-runner, xvfb, |