diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-26 11:05:38 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-26 11:05:38 -0500 |
commit | ca3d31219e3ebb3e42bbf815b5a15828cde7477d (patch) | |
tree | bf47b6f89c0ac03d5f37eb0b010fb143f4cf8982 /debian | |
parent | 4e7dde6bc3f59c7c0bca2b435206aeefb511f4d4 (diff) | |
download | libayatana-appindicator-ca3d31219e3ebb3e42bbf815b5a15828cde7477d.tar.gz libayatana-appindicator-ca3d31219e3ebb3e42bbf815b5a15828cde7477d.tar.bz2 libayatana-appindicator-ca3d31219e3ebb3e42bbf815b5a15828cde7477d.zip |
Bump Build-Depends on debhelper to (>= 9).
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 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, |