diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-16 15:41:16 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-16 15:41:16 -0500 |
commit | bf02832a7c5eaa39405cc59e7a89a8b8d73b2a84 (patch) | |
tree | 64e68ea78ce1245e66f86ca5c0ab1636e7f16afd | |
parent | b3c1c09b14cd358f830dd8a486bfddaf17d014de (diff) | |
download | ayatana-indicator-datetime-bf02832a7c5eaa39405cc59e7a89a8b8d73b2a84.tar.gz ayatana-indicator-datetime-bf02832a7c5eaa39405cc59e7a89a8b8d73b2a84.tar.bz2 ayatana-indicator-datetime-bf02832a7c5eaa39405cc59e7a89a8b8d73b2a84.zip |
Add gnome-common to Build-Depends.
-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), |