From 8e17744c1a375d72a52cf9f9e209667d9ea61ebc Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 3 Jun 2018 16:18:18 +0200 Subject: Add Debian packaging information This allows (among others) to build rtl-sdr nightly packages for a variety of distributions as part of the network:osmocom:nightly builds. --- debian/compat | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/compat (limited to 'debian/compat') diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b4de394 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +11 -- cgit v1.2.3 From 7e71d01d447f946c66a3e226ad68f4eeed232541 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 3 Jun 2018 16:35:26 +0200 Subject: debian: Attempt to down-grade the debhelper version requirement ... so we can build on anything except unstable + ubuntu 18.04 --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/compat') 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 Uploaders: Thorsten Alteholz -Build-Depends: debhelper (>=11) +Build-Depends: debhelper (>= 9.0.0~) , pkg-config , cmake , libusb-1.0-0-dev -- cgit v1.2.3