aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-06-03 16:35:26 +0200
committerHarald Welte <laforge@gnumonks.org>2018-06-03 16:46:37 +0200
commit7e71d01d447f946c66a3e226ad68f4eeed232541 (patch)
tree172f7fcb7ff40aa6f488cc3f0ed608ccee91aaab
parent8e17744c1a375d72a52cf9f9e209667d9ea61ebc (diff)
debian: Attempt to down-grade the debhelper version requirement
... so we can build on anything except unstable + ubuntu 18.04
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat
index b4de394..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-11
+9
diff --git a/debian/control b/debian/control
index 749c061..2508544 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
Priority: optional
Maintainer: Debian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
-Build-Depends: debhelper (>=11)
+Build-Depends: debhelper (>= 9.0.0~)
, pkg-config
, cmake
, libusb-1.0-0-dev