diff options
-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 efd94ce..34aef1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,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. + - Bump Build-Depends on debhelper to (>= 9). -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 26 Nov 2012 11:02:18 -0500 diff --git a/debian/control b/debian/control index 6ef0a4f..70b25ab 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: gnome Priority: optional XS-Python-Version: all Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> -Build-Depends: debhelper (>= 7.0), +Build-Depends: debhelper (>= 9), dh-autoreconf, cdbs (>= 0.4.41), quilt, |