diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-26 11:05:04 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-26 11:05:04 -0500 |
commit | 4e7dde6bc3f59c7c0bca2b435206aeefb511f4d4 (patch) | |
tree | c34931c7cc6037c66b6f7e184d400d3c75e8e527 | |
parent | 501f677429837dfe76517ae48e4f85204223fcb9 (diff) | |
download | libayatana-appindicator-4e7dde6bc3f59c7c0bca2b435206aeefb511f4d4.tar.gz libayatana-appindicator-4e7dde6bc3f59c7c0bca2b435206aeefb511f4d4.tar.bz2 libayatana-appindicator-4e7dde6bc3f59c7c0bca2b435206aeefb511f4d4.zip |
Reorganize Build-Depends for clarity.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 20 |
2 files changed, 11 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog index 15a8586..efd94ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libappindicator (12.10.0-0ubuntu2) UNRELEASED; urgency=low * debian/control: - Update style: use trailing commas at the end of dependency lists. + - Reorganize Build-Depends for clarity. -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 26 Nov 2012 11:02:18 -0500 diff --git a/debian/control b/debian/control index 8f863c4..6ef0a4f 100644 --- a/debian/control +++ b/debian/control @@ -4,14 +4,21 @@ Priority: optional XS-Python-Version: all Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> Build-Depends: debhelper (>= 7.0), + dh-autoreconf, cdbs (>= 0.4.41), quilt, + intltool, + gnome-doc-utils, + gtk-doc-tools, + libnunit-cil-dev, + dbus-test-runner, + cli-common-dev (>= 0.5.7), + mono-devel (>= 2.4.3), + gtk-sharp2-gapi, + libgtk2.0-cil-dev, libgtk2.0-dev (>= 2.12.0), libgtk-3-dev (>= 2.91.3), libdbus-glib-1-dev (>= 0.82), - gnome-doc-utils, - gtk-doc-tools, - intltool, python-all-dev, python-gtk2-dev, libindicate-dev (>= 0.2.0), @@ -21,19 +28,12 @@ Build-Depends: debhelper (>= 7.0), libdbusmenu-glib-dev (>= 0.5.90), libdbusmenu-gtk-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), - cli-common-dev (>= 0.5.7), - mono-devel (>= 2.4.3), - gtk-sharp2-gapi, - libnunit-cil-dev, - libgtk2.0-cil-dev, gobject-introspection, libgirepository1.0-dev, gir1.2-glib-2.0, gir1.2-gtk-2.0, gir1.2-gtk-3.0, - dh-autoreconf, valac-0.16, - dbus-test-runner, Standards-Version: 3.9.1 Homepage: https://launchpad.net/libappindicator Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/libappindicator/ubuntu |