[hamradio-commits] [soapyrtlsdr] 05/08: Change SoapySDR ABI version in package names and dependencies from 0.5-2 to 0.6
Andreas E. Bombe
aeb at moszumanska.debian.org
Sun Aug 6 22:44:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
aeb pushed a commit to branch master
in repository soapyrtlsdr.
commit f44f4b60420c39c6b68c6fc4bc5f610596fff1fa
Author: Andreas Bombe <aeb at debian.org>
Date: Thu Jun 29 21:15:31 2017 +0200
Change SoapySDR ABI version in package names and dependencies from 0.5-2 to 0.6
---
debian/changelog | 2 ++
debian/control | 6 +++---
debian/rules | 2 +-
...pysdr0.5-2-module-rtlsdr.docs => soapysdr0.6-module-rtlsdr.docs} | 0
....5-2-module-rtlsdr.install => soapysdr0.6-module-rtlsdr.install} | 0
5 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 950913f..80f16af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
soapyrtlsdr (0.2.4-1) UNRELEASED; urgency=medium
* New upstream version 0.2.4
+ * Change SoapySDR ABI version in package names and dependencies from 0.5-2
+ to 0.6
* Add Josh Blum copyright line to debian/copyright
-- Andreas Bombe <aeb at debian.org> Tue, 27 Jun 2017 03:19:10 +0200
diff --git a/debian/control b/debian/control
index 36cc200..a90c504 100644
--- a/debian/control
+++ b/debian/control
@@ -13,11 +13,11 @@ Homepage: https://github.com/pothosware/SoapyRTLSDR/wiki
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hamradio/soapyrtlsdr.git
Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/soapyrtlsdr.git
-Package: soapysdr0.5-2-module-rtlsdr
+Package: soapysdr0.6-module-rtlsdr
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: soapysdr0.5-2-module
+Provides: soapysdr0.6-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
@@ -27,7 +27,7 @@ Description: RTL-SDR device support for SoapySDR
Package: soapysdr-module-rtlsdr
Architecture: any
Multi-Arch: same
-Depends: soapysdr0.5-2-module-rtlsdr, ${misc:Depends}
+Depends: soapysdr0.6-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
diff --git a/debian/rules b/debian/rules
index cbfdb85..a2337f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,4 +15,4 @@ override_dh_auto_configure:
dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
override_dh_installdocs:
- dh_installdocs --link-doc=soapysdr0.5-2-module-rtlsdr
+ dh_installdocs --link-doc=soapysdr0.6-module-rtlsdr
diff --git a/debian/soapysdr0.5-2-module-rtlsdr.docs b/debian/soapysdr0.6-module-rtlsdr.docs
similarity index 100%
rename from debian/soapysdr0.5-2-module-rtlsdr.docs
rename to debian/soapysdr0.6-module-rtlsdr.docs
diff --git a/debian/soapysdr0.5-2-module-rtlsdr.install b/debian/soapysdr0.6-module-rtlsdr.install
similarity index 100%
rename from debian/soapysdr0.5-2-module-rtlsdr.install
rename to debian/soapysdr0.6-module-rtlsdr.install
--
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