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

Andreas E. Bombe aeb at moszumanska.debian.org
Sun Dec 11 23:36:35 UTC 2016


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

aeb pushed a commit to branch master
in repository soapyairspy.

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

    Add and modify debian/ files based on upstream's
---
 debian/changelog                                  |  6 +++---
 debian/compat                                     |  2 +-
 debian/control                                    | 18 ++++++++++++------
 debian/copyright                                  |  4 ++--
 debian/rules                                      |  8 +++++---
 debian/{docs => soapysdr0.5-2-module-airspy.docs} |  0
 debian/watch                                      |  2 ++
 7 files changed, 25 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f498940..1b26fc1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-soapyairspy (0.1.0) unstable; urgency=low
+soapyairspy (0.1.0-1) unstable; urgency=medium
 
-  * Release 0.1.1 (2016-09-01)
+  * Initial release (Closes: #847797)
 
- -- Josh Blum <josh at pothosware.com>  Thu, 01 Sep 2016 17:23:53 -0700
+ -- Andreas Bombe <aeb at debian.org>  Mon, 12 Dec 2016 00:27:38 +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 9757abd..b0ee36a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,36 @@
 Source: soapyairspy
 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 (>= 10),
     cmake,
     libsoapysdr-dev,
     libairspy-dev
 Standards-Version: 3.9.8
 Homepage: https://github.com/pothosware/SoapyAirspy/wiki
-Vcs-Git: https://github.com/pothosware/SoapyAirspy.git
-Vcs-Browser: https://github.com/pothosware/SoapyAirspy
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hamradio/soapyairspy.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/soapyairspy.git
 
 Package: soapysdr0.5-2-module-airspy
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: soapysdr0.5-2-module
 Description: Airspy device support for SoapySDR
  The Soapy Airspy project provides a SoapySDR hardware support module.
+ Using this, any program using SoapySDR to interface to software
+ defined radio hardware can make use of Airspy receivers.
 
 Package: soapysdr-module-airspy
-Architecture: all
+Architecture: any
+Multi-Arch: same
 Depends: soapysdr0.5-2-module-airspy, ${misc:Depends}
 Description: Airspy device support for SoapySDR (default version)
  The Soapy Airspy project provides a SoapySDR hardware support module.
+ Using this, any program using SoapySDR to interface to software
+ defined radio hardware can make use of Airspy receivers.
  .
  This is an empty dependency package that pulls in the Airspy module
  for the default version of libsoapysdr.
diff --git a/debian/copyright b/debian/copyright
index 9aa0c36..21fda43 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,8 +3,8 @@ Upstream-Name: soapyairspy
 Source: https://github.com/pothosware/SoapyAirspy/wiki
 
 Files: *
-Copyright: Copyright (c) 2016 Charles J. Cliffe
-License: MIT
+Copyright: Copyright (c) 2015 Charles J. Cliffe
+License: Expat
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights
diff --git a/debian/rules b/debian/rules
index de8f7cc..650c754 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,18 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --buildsystem=cmake --parallel
+	dh $@ --buildsystem=cmake
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
 
-override_dh_installchangelogs:
-	dh_installchangelogs Changelog.txt
+override_dh_installdocs:
+	dh_installdocs --link-doc=soapysdr0.5-2-module-airspy
diff --git a/debian/docs b/debian/soapysdr0.5-2-module-airspy.docs
similarity index 100%
rename from debian/docs
rename to debian/soapysdr0.5-2-module-airspy.docs
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..cec78a6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://github.com/pothosware/SoapyAirspy/releases .*/soapy-airspy-([\d\.]+)\.tar\.(?:xz|gz|bz2)

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



More information about the pkg-hamradio-commits mailing list