diff options
author | Harald Welte <laforge@gnumonks.org> | 2018-06-03 16:35:26 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2018-06-03 16:46:37 +0200 |
commit | 7e71d01d447f946c66a3e226ad68f4eeed232541 (patch) | |
tree | 172f7fcb7ff40aa6f488cc3f0ed608ccee91aaab /debian | |
parent | 8e17744c1a375d72a52cf9f9e209667d9ea61ebc (diff) | |
download | osmo-fl2k-7e71d01d447f946c66a3e226ad68f4eeed232541.tar.gz osmo-fl2k-7e71d01d447f946c66a3e226ad68f4eeed232541.tar.bz2 osmo-fl2k-7e71d01d447f946c66a3e226ad68f4eeed232541.zip |
debian: Attempt to down-grade the debhelper version requirement
... so we can build on anything except unstable + ubuntu 18.04
Diffstat (limited to 'debian')
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
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 |