[hamradio-commits] [soapyrtlsdr] 02/02: Add and modify debian/ files based on upstream's

Andreas E. Bombe aeb at moszumanska.debian.org
Tue Aug 16 02:18:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

aeb pushed a commit to branch master
in repository soapyrtlsdr.

commit 859922ad9ac08095da1a8152a3d0309dd3a69249
Author: Andreas Bombe <aeb at debian.org>
Date:   Tue Aug 16 03:41:12 2016 +0200

    Add and modify debian/ files based on upstream's
---
 .gitignore                                        | 15 ++++++++-
 debian/changelog                                  | 18 ++--------
 debian/control                                    | 40 +++++++++++++++--------
 debian/rules                                      | 10 +++---
 debian/{docs => soapysdr0.5-2-module-rtlsdr.docs} |  0
 debian/soapysdr0.5-2-module-rtlsdr.install        |  1 +
 debian/watch                                      |  2 ++
 7 files changed, 52 insertions(+), 34 deletions(-)

diff --git a/.gitignore b/.gitignore
index 378eac2..9c559b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,14 @@
-build
+.*.sw[a-p]
+*~
+
+.pc/
+
+debian/.debhelper
+debian/debhelper-build-stamp
+debian/files
+debian/*.debhelper.log
+debian/*.substvars
+
+debian/tmp/
+debian/soapysdr*-module-rtlsdr/
+obj-*/
diff --git a/debian/changelog b/debian/changelog
index 52761de..3b9e605 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,5 @@
-soapyrtlsdr (0.2.1) unstable; urgency=low
+soapyrtlsdr (0.2.1-1) unstable; urgency=medium
 
-  * Release 0.2.1 (2016-04-25)
+  * Initial release (Closes: #834378)
 
- -- Josh Blum <josh at pothosware.com>  Mon, 25 Apr 2016 07:44:39 -0400
-
-soapyrtlsdr (0.2.0) unstable; urgency=low
-
-  * Release 0.2.0 (2015-12-10)
-
- -- Josh Blum <josh at pothosware.com>  Fri, 16 Oct 2015 18:40:55 -0700
-
-soapyrtlsdr (0.1.0) unstable; urgency=low
-
-  * Release 0.1.0 (2015-10-10)
-
- -- Josh Blum <josh at pothosware.com>  Sat, 10 Oct 2015 11:19:07 -0700
+ -- Andreas Bombe <aeb at debian.org>  Tue, 16 Aug 2016 03:39:42 +0200
diff --git a/debian/control b/debian/control
index 2d51eff..2a60894 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,37 @@
 Source: soapyrtlsdr
-Section: libs
+Section: hamradio
 Priority: optional
-Maintainer: Charles J. Cliffe <cj at cubicproductions.com>
-Uploaders: Josh Blum <josh at pothosware.com>
+Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
+Uploaders: Andreas Bombe <aeb at debian.org>
 Build-Depends:
-    debhelper (>= 9.0.0),
+    debhelper (>= 9),
     cmake,
     libsoapysdr-dev,
     librtlsdr-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Homepage: https://github.com/pothosware/SoapyRTLSDR/wiki
-Vcs-Git: https://github.com/pothosware/SoapyRTLSDR.git
-Vcs-Browser: https://github.com/pothosware/SoapyRTLSDR
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hamradio/soapyrtlsdr.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/soapyrtlsdr.git
 
-Package: soapysdr-rtlsdr
-Section: libs
+Package: soapysdr0.5-2-module-rtlsdr
 Architecture: any
-Conflicts: soapyosmo-rtlsdr
-Replaces: soapyosmo-rtlsdr
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Soapy RTL-SDR - RTL-SDR device support for Soapy SDR.
- A Soapy module that supports RTL-SDR devices within the Soapy API.
+Provides: soapysdr0.5-2-module
+Description: RTL-SDR device support for SoapySDR
+ The Soapy RTL-SDR project provides a SoapySDR hardware support module.
+ Using this, any program using SoapySDR to interface to software
+ defined radio hardware can make use of low cost DVB-T/DAB+ USB dongles
+ based on the Realtek RTL2832U chip as receivers.
+
+Package: soapysdr-module-rtlsdr
+Architecture: any
+Depends: soapysdr0.5-2-module-rtlsdr, ${misc:Depends}
+Description: RTL-SDR device support for SoapySDR (default version)
+ The Soapy RTL-SDR project provides a SoapySDR hardware support module.
+ Using this, any program using SoapySDR to interface to software
+ defined radio hardware can make use of low cost DVB-T/DAB+ USB dongles
+ based on the Realtek RTL2832U chip as receivers.
+ .
+ This is an empty dependency package that pulls in the RTL-SDR module
+ for the default version of libsoapysdr.
diff --git a/debian/rules b/debian/rules
old mode 100644
new mode 100755
index f7d5e49..1e5b974
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,21 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-export DEB_HOST_MULTIARCH
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
-
-
 %:
 	dh $@ --buildsystem=cmake --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
 
+override_dh_installdocs:
+	dh_installdocs --link-doc=soapysdr0.5-2-module-rtlsdr
+
 override_dh_installchangelogs:
 	dh_installchangelogs Changelog.txt
diff --git a/debian/docs b/debian/soapysdr0.5-2-module-rtlsdr.docs
similarity index 100%
rename from debian/docs
rename to debian/soapysdr0.5-2-module-rtlsdr.docs
diff --git a/debian/soapysdr0.5-2-module-rtlsdr.install b/debian/soapysdr0.5-2-module-rtlsdr.install
new file mode 100644
index 0000000..f1d0181
--- /dev/null
+++ b/debian/soapysdr0.5-2-module-rtlsdr.install
@@ -0,0 +1 @@
+usr/lib/*
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..b0e1c4b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://github.com/pothosware/SoapyRTLSDR/releases .*/soapy-rtlsdr-([\d\.]+)\.tar\.(?:xz|gz|bz2)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/soapyrtlsdr.git



More information about the pkg-hamradio-commits mailing list