diff options
| author | Michael Biebl <biebl@debian.org> | 2010-12-22 02:37:18 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-12-22 03:50:25 +0100 |
| commit | f880fb7eaf9ce26c442dbabbdfa9daa4f0263b59 (patch) | |
| tree | 8e2771019695b5539f6d293d6bc83d39266407c8 /debian/control | |
| parent | 88f24a26525396117dfd7d16586f2cee1ba6d8c4 (diff) | |
Switch from cdbs to dh
- Drop Build-Depends on cdbs. - Bump Build-Depends on debhelper to (>= 7.0.50~) for override targets. - Convert debian/rules to use dh. - Add debian/network-manager.docs.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index c65edd93..17c931ba 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Priority: optional Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org> Uploaders: Michael Biebl <biebl@debian.org> Build-Depends: - debhelper (>= 7), - cdbs, + debhelper (>= 7.0.50~), autotools-dev, pkg-config, intltool, |