diff options
| author | Michael Biebl <biebl@debian.org> | 2018-01-21 03:18:55 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-01-21 03:47:50 +0100 |
| commit | ac717b686e40bc8c365e2f3eae7315f4ad239ae7 (patch) | |
| tree | 454469108df996c24f387792320ea1de873f3e17 | |
| parent | e1deb8e738364e393f077880e059411968c2f5e2 (diff) | |
Bump debhelper compat level to 11
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/network-manager.examples | 2 | ||||
| -rwxr-xr-x | debian/rules | 1 |
4 files changed, 3 insertions, 4 deletions
diff --git a/debian/compat b/debian/compat index f599e28b..b4de3947 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 2b0cf8cc..76517185 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian. Uploaders: Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>, Aron Xu <aron@debian.org> -Build-Depends: debhelper (>= 10.3), +Build-Depends: debhelper (>= 11), automake (>= 1.12), dpkg-dev (>= 1.17.14), pkg-config, diff --git a/debian/network-manager.examples b/debian/network-manager.examples index a1fc8a10..9decc509 100644 --- a/debian/network-manager.examples +++ b/debian/network-manager.examples @@ -1 +1 @@ -debian/tmp/usr/share/doc/NetworkManager/examples/server.conf +usr/share/doc/NetworkManager/examples/server.conf diff --git a/debian/rules b/debian/rules index a224a16a..7583feb4 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,6 @@ override_dh_auto_configure: override_dh_install: find debian/tmp -name '*.la' -print -delete - rm debian/tmp/usr/share/doc/NetworkManager/examples/server.conf dh_install override_dh_missing: |