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 7657555..531276c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ indicator-datetime (12.10.3-0ubuntu1) UNRELEASED; urgency=low - Reorganize Build-Depends for clarity. - Drop Build-Depends on cdbs, bump debhelper to (>= 9). - Update Vcs-Bzr and Vcs-Browser, add a notice for uploaders. + - Add gnome-common to Build-Depends. * debian/compat: bump compat level to 9. * debian/rules: - Switch to using the dh sequencer instead of cdbs rules, adjust targets diff --git a/debian/control b/debian/control index dc3e8f9..190329f 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9), quilt, dh-autoreconf, intltool (>= 0.35.0), + gnome-common, libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), |