diff options
| author | Michael Biebl <biebl@debian.org> | 2009-02-22 02:49:52 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2009-02-22 02:49:52 +0000 |
| commit | d14e17a5f2026cf76cdb88ff0b84b9f8ebf1fcc1 (patch) | |
| tree | a41259a0a51b11b24510aae8d98323cc2079e94c | |
| parent | 8682eda043b3c7767bc16cb19375a879423baec3 (diff) | |
- Bump Build-Depends on debhelper to (>= 7).
* debian/compat - Bump debhelper compat level to 7. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2891 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b4dabdbf..5521f16d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,9 @@ network-manager (0.7.0.97-1) UNRELEASED; urgency=low - Let network-manager depend on dhcp3-client directly, as the dependency on dhcdbd has been removed. (Closes: #509655) - Wrap Build-Depends. + - Bump Build-Depends on debhelper to (>= 7). + * debian/compat + - Bump debhelper compat level to 7. * debian/rules - Include debhelper.mk before any other files as recommended by the cdbs documentation. diff --git a/debian/compat b/debian/compat index 7ed6ff82..7f8f011e 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index 6c20160b..faddc9a3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org> Uploaders: Riccardo Setti <giskard@debian.org>, Michael Biebl <biebl@debian.org> -Build-Depends: debhelper (>= 5.0.0), +Build-Depends: debhelper (>= 7), cdbs, autotools-dev, pkg-config, |