diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-21 13:21:51 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-21 13:21:51 -0500 |
commit | b3733f9bcdb2c2bbc15b4b1c9fd52ea619030c16 (patch) | |
tree | c1c8817aedc034115d0046935210d6593776fb01 | |
parent | c8763efab06eecf9e1af79aeab6734307c3117bc (diff) | |
download | libdbusmenu-b3733f9bcdb2c2bbc15b4b1c9fd52ea619030c16.tar.gz libdbusmenu-b3733f9bcdb2c2bbc15b4b1c9fd52ea619030c16.tar.bz2 libdbusmenu-b3733f9bcdb2c2bbc15b4b1c9fd52ea619030c16.zip |
- Drop Build-Depends on cdbs.
- Bump debhelper Build-Depends to (>= 9).
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index c521b9e..3f5f5af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ libdbusmenu (12.10.3-0ubuntu1) UNRELEASED; urgency=low * debian/control: - Reorganize Build-Depends for clarity. - Update style to match other indicator stack packages. + - Drop Build-Depends on cdbs. + - Bump debhelper Build-Depends to (>= 9). -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 21 Nov 2012 13:17:02 -0500 diff --git a/debian/control b/debian/control index 3b2499a..e612de0 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Priority: optional Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: The Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org> Uploaders: Evgeni Golov <evgeni@debian.org> -Build-Depends: debhelper (>= 8.1.3), - cdbs (>= 0.4.93), +Build-Depends: debhelper (>= 9), quilt, dh-autoreconf, libtool, |