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

Andreas E. Bombe aeb at moszumanska.debian.org
Mon Dec 12 00:14:37 UTC 2016


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

aeb pushed a commit to branch master
in repository soapyredpitaya.

commit b938bbc9fe9372a44a35330b8060a4541b8ab400
Author: Andreas Bombe <aeb at debian.org>
Date:   Mon Dec 12 01:03:01 2016 +0100

    Add and modify debian/ files based on upstream's
---
 debian/changelog                                   |  6 ++--
 debian/compat                                      |  2 +-
 debian/control                                     | 40 +++++++++++++++-------
 debian/copyright                                   | 15 +++++++-
 debian/rules                                       | 12 +++----
 .../{docs => soapysdr0.5-2-module-redpitaya.docs}  |  0
 debian/soapysdr0.5-2-module-redpitaya.install      |  1 +
 debian/watch                                       |  2 ++
 8 files changed, 55 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 14787b5..a2c1c34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-soapyredpitaya (0.1.0) unstable; urgency=low
+soapyredpitaya (0.1.0-1) unstable; urgency=medium
 
-  * Release 0.1.0 (2016-01-19)
+  * Initial release (Closes: #847796)
 
- -- Josh Blum <josh at pothosware.com>  Tue, 19 Jan 2016 17:24:16 -0800
+ -- Andreas Bombe <aeb at debian.org>  Mon, 12 Dec 2016 01:07:19 +0100
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 853a041..603bf05 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,37 @@
 Source: soapyredpitaya
-Section: libs
+Section: hamradio
 Priority: optional
-Maintainer: Pavel Demin <pavel.demin at cern.ch>
-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 (>= 10),
     cmake,
     libsoapysdr-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Homepage: https://github.com/pothosware/SoapyRedPitaya/wiki
-Vcs-Git: https://github.com/pothosware/SoapyRedPitaya.git
-Vcs-Browser: https://github.com/pothosware/SoapyRedPitaya
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hamradio/soapyredpitaya.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/soapyredpitaya.git
 
-Package: soapysdr-redpitaya
-Section: libs
+Package: soapysdr0.5-2-module-redpitaya
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Soapy RedPitaya - RedPitaya device support for Soapy SDR.
- A Soapy module that supports RedPitaya devices within the Soapy API.
+Provides: soapysdr0.5-2-module
+Description: RedPitaya device support for SoapySDR
+ The Soapy Red Pitaya project provides a SoapySDR hardware support module.
+ Using this, any program using SoapySDR to interface to software
+ defined radio hardware can make use of the Red Pitaya HF channels to
+ transmit and receive.
+
+Package: soapysdr-module-redpitaya
+Architecture: any
+Multi-Arch: same
+Depends: soapysdr0.5-2-module-redpitaya, ${misc:Depends}
+Description: RedPitaya device support for SoapySDR (default version)
+ The Soapy Red Pitaya project provides a SoapySDR hardware support module.
+ Using this, any program using SoapySDR to interface to software
+ defined radio hardware can make use of the Red Pitaya HF channels to
+ transmit and receive.
+ .
+ This is an empty dependency package that pulls in the Red Pitaya module
+ for the default version of libsoapysdr.
diff --git a/debian/copyright b/debian/copyright
index a017b0e..9166c1b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,20 @@ Source: https://github.com/pothosware/SoapyRedPitaya/wiki
 
 Files: *
 Copyright: Copyright (C) 2015  Pavel Demin
-License: GPL-3
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
  On Debian systems, the full text of the GNU General Public
  License version 3 can be found in the file
  `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/rules b/debian/rules
old mode 100644
new mode 100755
index 65b497d..be31a2f
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,18 @@
 #!/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
+	dh $@ --buildsystem=cmake
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
+
+override_dh_installdocs:
+	dh_installdocs --link-doc=soapysdr0.5-2-module-redpitaya
diff --git a/debian/docs b/debian/soapysdr0.5-2-module-redpitaya.docs
similarity index 100%
rename from debian/docs
rename to debian/soapysdr0.5-2-module-redpitaya.docs
diff --git a/debian/soapysdr0.5-2-module-redpitaya.install b/debian/soapysdr0.5-2-module-redpitaya.install
new file mode 100644
index 0000000..f1d0181
--- /dev/null
+++ b/debian/soapysdr0.5-2-module-redpitaya.install
@@ -0,0 +1 @@
+usr/lib/*
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1e03ef9
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://github.com/pothosware/SoapyRedPitaya/releases .*/soapy-redpitaya-([\d\.]+)\.tar\.(?:xz|gz|bz2)

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



More information about the pkg-hamradio-commits mailing list