diff options
-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 23d1cdd..55708e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ indicator-application (12.10.1-0ubuntu1) UNRELEASED; urgency=low - Update style to match other indicator packages. - Reorganize Build-Depends for consistency with other indicator packages. - Add dh-autoreconf to Build-Depends. + - Add gnome-common to Build-Depends. * debian/rules: - Use dh_autoreconf with dh sequencer. - Override dh_autoreconf to call autogen.sh and not call configure. diff --git a/debian/control b/debian/control index 871cafb..51f8c5d 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9.0), dh-translations, dh-autoreconf, dbus-test-runner, + gnome-common, xvfb, libgtk-3-dev (>= 2.91), libdbus-glib-1-dev (>= 0.82), |