diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-20 14:32:55 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-20 14:32:55 -0500 |
commit | a873cad11ec451441bfadd20eaeafc43b2c0757f (patch) | |
tree | ff0d813badaebbfb6b37fdc8371f220343d2de6c /debian | |
parent | a90599b0cf03bdeb5c353596700d9a6d92879cb0 (diff) | |
download | ayatana-indicator-application-a873cad11ec451441bfadd20eaeafc43b2c0757f.tar.gz ayatana-indicator-application-a873cad11ec451441bfadd20eaeafc43b2c0757f.tar.bz2 ayatana-indicator-application-a873cad11ec451441bfadd20eaeafc43b2c0757f.zip |
Reorganize Build-Depends for consistency with other indicator packages.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2e6275b..23d1cdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ indicator-application (12.10.1-0ubuntu1) UNRELEASED; urgency=low * debian/control: - Update style to match other indicator packages. + - Reorganize Build-Depends for consistency with other indicator packages. - Add dh-autoreconf to Build-Depends. * debian/rules: - Use dh_autoreconf with dh sequencer. diff --git a/debian/control b/debian/control index ecb7d8f..871cafb 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9.0), dh-translations, dh-autoreconf, dbus-test-runner, + xvfb, libgtk-3-dev (>= 2.91), libdbus-glib-1-dev (>= 0.82), libjson-glib-dev, @@ -14,7 +15,6 @@ Build-Depends: debhelper (>= 9.0), libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), - xvfb, Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-application Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubuntu |