[hamradio-commits] [soapysdr] 06/11: Change library ABI version from 0.5-2 to 0.6

Andreas E. Bombe aeb at moszumanska.debian.org
Tue Jun 27 01:08:59 UTC 2017


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

aeb pushed a commit to branch master
in repository soapysdr.

commit b8db21eaac0a7ff49a702b11c534293c035af902
Author: Andreas Bombe <aeb at debian.org>
Date:   Tue Jun 27 01:37:54 2017 +0200

    Change library ABI version from 0.5-2 to 0.6
---
 debian/changelog                                   |  2 ++
 debian/control                                     | 28 +++++++++++-----------
 ...oapysdr0.5-2.install => libsoapysdr0.6.install} |  0
 debian/rules                                       |  2 +-
 4 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d6b60c5..63d008a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 soapysdr (0.6.0-1) UNRELEASED; urgency=medium
 
   * New upstream version 0.6.0
+  * Change library ABI version in package names and dependencies from 0.5-2
+    to 0.6
   * Update copyright years in debian/copyright
 
  -- Andreas Bombe <aeb at debian.org>  Tue, 27 Jun 2017 01:15:14 +0200
diff --git a/debian/control b/debian/control
index e0d8079..90d82e1 100644
--- a/debian/control
+++ b/debian/control
@@ -16,12 +16,12 @@ Homepage: https://github.com/pothosware/SoapySDR/wiki
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hamradio/soapysdr.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/soapysdr.git
 
-Package: libsoapysdr0.5-2
+Package: libsoapysdr0.6
 Section: libs
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: soapysdr0.5-2-module-all | soapysdr0.5-2-module
+Recommends: soapysdr0.6-module-all | soapysdr0.6-module
 Description: software defined radio interface library
  SoapySDR is a library providing a common interface to SDR (software
  defined radio) hardware. Support for different hardware is added through
@@ -34,7 +34,7 @@ Section: libdevel
 Architecture: any
 Multi-Arch: same
 Depends:
-    libsoapysdr0.5-2 (= ${binary:Version}),
+    libsoapysdr0.6 (= ${binary:Version}),
     ${misc:Depends}
 Suggests: libsoapysdr-doc
 Description: SoapySDR library development files
@@ -91,19 +91,19 @@ Description: SoapySDR Python 3 bindings
  .
  This package contains the Python 3 bindings for the library.
 
-Package: soapysdr0.5-2-module-all
+Package: soapysdr0.6-module-all
 Architecture: any
 Multi-Arch: same
 Depends:
-    soapysdr0.5-2-module-airspy [!hurd-i386],
-    soapysdr0.5-2-module-audio [linux-any],
-    soapysdr0.5-2-module-bladerf [!hurd-i386 !m68k !powerpcspe !sh4],
-    soapysdr0.5-2-module-hackrf [!hurd-i386],
-    soapysdr0.5-2-module-lms7 [!powerpcspe],
-    soapysdr0.5-2-module-redpitaya,
-    soapysdr0.5-2-module-remote,
-    soapysdr0.5-2-module-rtlsdr [!hurd-i386],
-    soapysdr0.5-2-module-uhd,
+    soapysdr0.6-module-airspy [!hurd-i386],
+    soapysdr0.6-module-audio [linux-any],
+    soapysdr0.6-module-bladerf [!hurd-i386 !m68k !powerpcspe !sh4],
+    soapysdr0.6-module-hackrf [!hurd-i386],
+    soapysdr0.6-module-lms7 [!powerpcspe],
+    soapysdr0.6-module-redpitaya,
+    soapysdr0.6-module-remote,
+    soapysdr0.6-module-rtlsdr [!hurd-i386],
+    soapysdr0.6-module-uhd,
     ${misc:Depends}
 Description: All device support for SoapySDR (metapackage)
  SoapySDR is a library providing a common interface to SDR (software
@@ -117,7 +117,7 @@ Description: All device support for SoapySDR (metapackage)
 Package: soapysdr-module-all
 Architecture: any
 Multi-Arch: same
-Depends: soapysdr0.5-2-module-all, ${misc:Depends}
+Depends: soapysdr0.6-module-all, ${misc:Depends}
 Description: All device support for default version of SoapySDR (metapackage)
  SoapySDR is a library providing a common interface to SDR (software
  defined radio) hardware. Support for different hardware is added through
diff --git a/debian/libsoapysdr0.5-2.install b/debian/libsoapysdr0.6.install
similarity index 100%
rename from debian/libsoapysdr0.5-2.install
rename to debian/libsoapysdr0.6.install
diff --git a/debian/rules b/debian/rules
index 582b374..fd1f750 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_configure:
 
 override_dh_installdocs-arch:
 	dh_installdocs -p soapysdr-module-all \
-		--link-doc=soapysdr0.5-2-module-all
+		--link-doc=soapysdr0.6-module-all
 	dh_installdocs --arch --remaining-packages
 
 override_dh_installdocs-indep:

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



More information about the pkg-hamradio-commits mailing list