diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2018-03-28 10:02:01 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2018-03-28 10:04:09 +0000 |
commit | 7dbec3ae575931b253a4fd33efd58e29d63f5248 (patch) | |
tree | 91a04bcc46e6540bdcf271c033d1fb855063ef83 | |
parent | Remove unneded patch (diff) | |
download | netdata-7dbec3ae575931b253a4fd33efd58e29d63f5248.tar.xz netdata-7dbec3ae575931b253a4fd33efd58e29d63f5248.zip |
Bump up debhelper version
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/compat b/debian/compat index ec635144f..b4de39476 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index f6c59694a..042faff03 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,8 @@ Section: net Priority: optional Maintainer: Lennart Weller <lhw@ring0.de> Uploaders: Federico Ceratto <federico@debian.org> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11~), dh-autoreconf, - debhelper (>= 9.20160709), dpkg-dev (>= 1.13.19), pkg-config, uuid-dev, |