diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-21 13:19:08 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-21 13:19:08 -0500 |
commit | cfb963c76512f7a5002c36ac8089d764ecc541d4 (patch) | |
tree | 973acb26efc99a5143b318e2487349633cf5365f /debian | |
parent | 8412cb81b1d830471bca8fbff49a88ea5cae037d (diff) | |
download | libdbusmenu-cfb963c76512f7a5002c36ac8089d764ecc541d4.tar.gz libdbusmenu-cfb963c76512f7a5002c36ac8089d764ecc541d4.tar.bz2 libdbusmenu-cfb963c76512f7a5002c36ac8089d764ecc541d4.zip |
* debian/control:
- Reorganize Build-Depends for clarity.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 12 |
2 files changed, 13 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index f537f04..327d5f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libdbusmenu (12.10.3-0ubuntu1) UNRELEASED; urgency=low + + * debian/control: + - Reorganize Build-Depends for clarity. + + -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 21 Nov 2012 13:17:02 -0500 + libdbusmenu (12.10.2-0ubuntu1) quantal; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 49438f9..60a9c93 100644 --- a/debian/control +++ b/debian/control @@ -7,22 +7,22 @@ Uploaders: Evgeni Golov <evgeni@debian.org> Build-Depends: debhelper (>= 8.1.3), cdbs (>= 0.4.93), quilt, + dh-autoreconf, + libtool, + intltool, + gnome-doc-utils, + gtk-doc-tools, + valgrind, libgtk2.0-dev (>= 2.24.4-1~), libgtk-3-dev (>= 2.99.2-1ubuntu2), libgdk-pixbuf2.0-dev (>= 2.22.1-0ubuntu4), libdbus-glib-1-dev, libatk1.0-dev, - gnome-doc-utils, - gtk-doc-tools, - libtool, - intltool, libjson-glib-dev (>= 0.13.4), gobject-introspection, gir1.2-gtk-2.0, libgirepository1.0-dev (>= 0.9.3), libx11-dev (>= 1.3), - dh-autoreconf, - valgrind, valac-0.16 Standards-Version: 3.9.2 Homepage: https://launchpad.net/dbusmenu |