[hamradio-commits] [soapyosmo] 04/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
Sat Aug 12 20:06:19 UTC 2017


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

aeb pushed a commit to branch master
in repository soapyosmo.

commit 38d6c50eeec072675bddd82519e524be1acb22de
Author: Andreas Bombe <aeb at debian.org>
Date:   Sun Aug 6 18:00:22 2017 -0400

    Change SoapySDR ABI version in package names and dependencies from 0.5-2 to 0.6
---
 debian/changelog                                     |  8 ++++++++
 debian/control                                       | 20 ++++++++++----------
 debian/patches/internal-common-library               |  2 +-
 debian/rules                                         |  4 ++--
 ...smo-common0.5-2.docs => soapyosmo-common0.6.docs} |  0
 ...mmon0.5-2.install => soapyosmo-common0.6.install} |  0
 ...dr.install => soapysdr0.6-module-mirisdr.install} |  0
 ...dr.install => soapysdr0.6-module-osmosdr.install} |  0
 ...ce.install => soapysdr0.6-module-rfspace.install} |  0
 9 files changed, 21 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4e62c36..08ab6b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+soapyosmo (0.2.5-1) UNRELEASED; urgency=medium
+
+  * New upstream version 0.2.5
+  * Change SoapySDR ABI version in package names and dependencies from 0.5-2
+    to 0.6
+
+ -- Andreas Bombe <aeb at debian.org>  Sun, 06 Aug 2017 17:58:36 -0400
+
 soapyosmo (0.2.4-2) unstable; urgency=medium
 
   * Remove left over sentence fragment from soapysdr-module-mirisdr
diff --git a/debian/control b/debian/control
index a9f7abc..48901c3 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Homepage: https://github.com/pothosware/SoapyOsmo/wiki
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hamradio/soapyosmo.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/soapyosmo.git
 
-Package: soapyosmo-common0.5-2
+Package: soapyosmo-common0.6
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -30,10 +30,10 @@ Description: Use gr-osmosdr drivers with SoapySDR (common files)
  This package contains common files used by the individual driver
  modules.
 
-Package: soapysdr0.5-2-module-osmosdr
+Package: soapysdr0.6-module-osmosdr
 Architecture: any
 Multi-Arch: same
-Depends: soapyosmo-common0.5-2 (= ${binary:Version}),
+Depends: soapyosmo-common0.6 (= ${binary:Version}),
          ${shlibs:Depends}, ${misc:Depends}
 Description: OsmoSDR device support for SoapySDR
  The SoapyOsmo project provides SoapySDR hardware support modules using
@@ -46,7 +46,7 @@ Description: OsmoSDR device support for SoapySDR
 Package: soapysdr-module-osmosdr
 Architecture: any
 Multi-Arch: same
-Depends: soapysdr0.5-2-module-osmosdr, ${misc:Depends}
+Depends: soapysdr0.6-module-osmosdr, ${misc:Depends}
 Description: OsmoSDR device support for SoapySDR (default version)
  The SoapyOsmo project provides SoapySDR hardware support modules using
  drivers in gr-osmosdr. Using this, any program using SoapySDR to
@@ -56,10 +56,10 @@ Description: OsmoSDR device support for SoapySDR (default version)
  This is an empty dependency package that pulls in the OsmoSDR module
  for the default version of libsoapysdr.
 
-Package: soapysdr0.5-2-module-rfspace
+Package: soapysdr0.6-module-rfspace
 Architecture: any
 Multi-Arch: same
-Depends: soapyosmo-common0.5-2 (= ${binary:Version}),
+Depends: soapyosmo-common0.6 (= ${binary:Version}),
          ${shlibs:Depends}, ${misc:Depends}
 Description: RFSpace device support for SoapySDR
  The SoapyOsmo project provides SoapySDR hardware support modules using
@@ -72,7 +72,7 @@ Description: RFSpace device support for SoapySDR
 Package: soapysdr-module-rfspace
 Architecture: any
 Multi-Arch: same
-Depends: soapysdr0.5-2-module-rfspace, ${misc:Depends}
+Depends: soapysdr0.6-module-rfspace, ${misc:Depends}
 Description: RFSpace device support for SoapySDR (default version)
  The SoapyOsmo project provides SoapySDR hardware support modules using
  drivers in gr-osmosdr. Using this, any program using SoapySDR to
@@ -82,10 +82,10 @@ Description: RFSpace device support for SoapySDR (default version)
  This is an empty dependency package that pulls in the RFSpace module
  for the default version of libsoapysdr.
 
-Package: soapysdr0.5-2-module-mirisdr
+Package: soapysdr0.6-module-mirisdr
 Architecture: any
 Multi-Arch: same
-Depends: soapyosmo-common0.5-2 (= ${binary:Version}),
+Depends: soapyosmo-common0.6 (= ${binary:Version}),
          ${shlibs:Depends}, ${misc:Depends}
 Description: Mirics SDR device support for SoapySDR
  The SoapyOsmo project provides SoapySDR hardware support modules using
@@ -99,7 +99,7 @@ Description: Mirics SDR device support for SoapySDR
 Package: soapysdr-module-mirisdr
 Architecture: any
 Multi-Arch: same
-Depends: soapysdr0.5-2-module-mirisdr, ${misc:Depends}
+Depends: soapysdr0.6-module-mirisdr, ${misc:Depends}
 Description: Mirics SDR device support for SoapySDR (default version)
  The SoapyOsmo project provides SoapySDR hardware support modules using
  drivers in gr-osmosdr. Using this, any program using SoapySDR to
diff --git a/debian/patches/internal-common-library b/debian/patches/internal-common-library
index 8b5f2dc..4704795 100644
--- a/debian/patches/internal-common-library
+++ b/debian/patches/internal-common-library
@@ -16,7 +16,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  # Set the version information here
  set(VERSION "0.2.4")
 -set(SOVERSION 0)
-+set(SOVERSION 0.5-2)
++set(SOVERSION 0.6)
  
  find_package(SoapySDR NO_MODULE REQUIRED)
  
diff --git a/debian/rules b/debian/rules
index 461edf6..07492bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,11 +16,11 @@ override_dh_auto_configure:
 	dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
 
 override_dh_installdocs:
-	dh_installdocs --link-doc=soapyosmo-common0.5-2
+	dh_installdocs --link-doc=soapyosmo-common0.6
 
 # dh_makeshlibs creates an unnecessary ldconfig trigger for the common
 # package containing a shared library in a private location (see
 # https://bugs.debian.org/204975), override it to prevent that
 override_dh_makeshlibs:
-	dh_makeshlibs -psoapyosmo-common0.5-2 --no-scripts
+	dh_makeshlibs -psoapyosmo-common0.6 --no-scripts
 	dh_makeshlibs --remaining-packages
diff --git a/debian/soapyosmo-common0.5-2.docs b/debian/soapyosmo-common0.6.docs
similarity index 100%
rename from debian/soapyosmo-common0.5-2.docs
rename to debian/soapyosmo-common0.6.docs
diff --git a/debian/soapyosmo-common0.5-2.install b/debian/soapyosmo-common0.6.install
similarity index 100%
rename from debian/soapyosmo-common0.5-2.install
rename to debian/soapyosmo-common0.6.install
diff --git a/debian/soapysdr0.5-2-module-mirisdr.install b/debian/soapysdr0.6-module-mirisdr.install
similarity index 100%
rename from debian/soapysdr0.5-2-module-mirisdr.install
rename to debian/soapysdr0.6-module-mirisdr.install
diff --git a/debian/soapysdr0.5-2-module-osmosdr.install b/debian/soapysdr0.6-module-osmosdr.install
similarity index 100%
rename from debian/soapysdr0.5-2-module-osmosdr.install
rename to debian/soapysdr0.6-module-osmosdr.install
diff --git a/debian/soapysdr0.5-2-module-rfspace.install b/debian/soapysdr0.6-module-rfspace.install
similarity index 100%
rename from debian/soapysdr0.5-2-module-rfspace.install
rename to debian/soapysdr0.6-module-rfspace.install

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



More information about the pkg-hamradio-commits mailing list