[hamradio-commits] [soapysdr] 02/05: Add and modify debian/ files based on upstream's

Andreas E. Bombe aeb at moszumanska.debian.org
Tue Jul 12 23:25:06 UTC 2016


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

aeb pushed a commit to branch master
in repository soapysdr.

commit 668f36742de63dd0200c870b18b34e9257fdbef9
Author: Andreas Bombe <aeb at debian.org>
Date:   Thu Jul 7 17:37:19 2016 +0200

    Add and modify debian/ files based on upstream's
---
 .gitignore                                         |  18 ++
 debian/changelog                                   |  60 +---
 debian/control                                     |  83 +++--
 debian/copyright                                   |  36 +++
 debian/libsoapysdr0.5-2.symbols                    | 340 +++++++++++++++++++++
 debian/patches/series                              |   1 +
 debian/patches/version-string                      |  36 +++
 debian/rules                                       |  10 +-
 .../{soapysdr.install => soapysdr-tools.install}   |   0
 debian/watch                                       |   2 +
 10 files changed, 479 insertions(+), 107 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dc8fefb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+.*.sw[a-p]
+*~
+
+.pc/
+
+debian/.debhelper
+debian/debhelper-build-stamp
+debian/files
+debian/*.debhelper.log
+debian/*.substvars
+
+debian/libsoapysdr/
+debian/libsoapysdr*/
+debian/python-soapysdr/
+debian/python3-soapysdr/
+debian/soapysdr-tools/
+debian/tmp
+obj-*
diff --git a/debian/changelog b/debian/changelog
index bd47458..1480bcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,59 +1,5 @@
-soapysdr (0.4.3) unstable; urgency=low
+soapysdr (0.4.3+git20160605-1) unstable; urgency=medium
 
-  * Release 0.4.3 (2016-04-21)
+  * Initial release. (Closes: #827709)
 
- -- Josh Blum <josh at pothosware.com>  Thu, 21 Apr 2016 14:42:02 -0400
-
-soapysdr (0.4.2) unstable; urgency=low
-
-  * Release 0.4.2 (2016-03-02)
-
- -- Josh Blum <josh at pothosware.com>  Wed, 02 Mar 2016 22:36:12 -0800
-
-soapysdr (0.4.1) unstable; urgency=low
-
-  * Release 0.4.1 (2016-01-27)
-
- -- Josh Blum <josh at pothosware.com>  Wed, 27 Jan 2016 21:55:26 -0800
-
-soapysdr (0.4.0) unstable; urgency=low
-
-  * Release 0.4.0 (2015-12-10)
-
- -- Josh Blum <josh at pothosware.com>  Thu, 10 Dec 2015 17:15:50 -0800
-
-soapysdr (0.3.1) unstable; urgency=low
-
-  * Release 0.3.1 (2015-10-11)
-
- -- Josh Blum <josh at pothosware.com>  Sun, 11 Oct 2015 11:25:09 -0700
-
-soapysdr (0.3.0) unstable; urgency=low
-
-  * Release 0.3.0 (2015-10-10)
-
- -- Josh Blum <josh at pothosware.com>  Sat, 10 Oct 2015 10:59:43 -0700
-
-soapysdr (0.2.3) unstable; urgency=low
-
-  * Release 0.2.3 (2015-10-08)
-
- -- Josh Blum <josh at pothosware.com>  Thu, 08 Oct 2015 13:10:53 -0700
-
-soapysdr (0.2.2) unstable; urgency=low
-
-  * Release 0.2.2 (2015-08-15)
-
- -- Josh Blum <josh at pothosware.com>  Sat, 15 Aug 2015 11:37:07 -0700
-
-soapysdr (0.2.1) unstable; urgency=low
-
-  * Release 0.2.1 (2015-07-09)
-
- -- Josh Blum <josh at pothosware.com>  Thu, 09 Jul 2015 18:44:05 -0700
-
-soapysdr (0.2.0) unstable; urgency=low
-
-  * Release 0.2.0 (2015-06-15)
-
- -- Josh Blum <josh at pothosware.com>  Mon, 15 Jun 2015 01:11:14 -0400
+ -- Andreas Bombe <aeb at debian.org>  Fri, 08 Jul 2016 16:15:23 +0200
diff --git a/debian/control b/debian/control
index 10d5d4d..2e12c16 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,25 @@
 Source: soapysdr
-Section: comm
+Section: hamradio
 Priority: optional
-Maintainer: Josh Blum <josh at pothosware.com>
+Maintainer: Andreas Bombe <aeb at debian.org>
 Build-Depends:
-    debhelper (>= 9.0.0),
-    cmake (>= 2.8.7),
-    swig2.0,
-    python,
+    debhelper (>= 9),
+    cmake,
+    swig,
     python-dev,
-    python3,
     python3-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Homepage: https://github.com/pothosware/SoapySDR/wiki
-Vcs-Git: https://github.com/pothosware/SoapySDR.git
-Vcs-Browser: https://github.com/pothosware/SoapySDR
 
 Package: libsoapysdr0.5-2
 Section: libs
 Architecture: any
 Multi-Arch: same
-Pre-Depends: multiarch-support, ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Soapy SDR - shared library
- Vendor and platform neutral SDR support library.
+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
+ external modules.
 
 Package: libsoapysdr-dev
 Section: libdevel
@@ -30,46 +27,44 @@ Architecture: any
 Depends:
     libsoapysdr0.5-2 (= ${binary:Version}),
     ${misc:Depends}
-Description: Soapy SDR - development files
- Vendor and platform neutral SDR support library.
+Description: SoapySDR library development files
+ SoapySDR is a library providing a common interface to SDR (software
+ defined radio) hardware. Support for different hardware is added through
+ external modules.
+ .
+ This package contains the development files for the library.
 
-Package: soapysdr
-Section: comm
+Package: soapysdr-tools
 Architecture: any
-Recommends:
-    soapysdr-remote,
-    soapysdr-rtlsdr,
-    soapysdr-hackrf,
-    soapysdr-bladerf,
-    soapysdr-uhd,
-    soapysdr-osmo
-Depends:
-    libsoapysdr0.5-2 (= ${binary:Version}),
-    ${shlibs:Depends},
-    ${misc:Depends}
-Description: Soapy SDR - runtime application
- Vendor and platform neutral SDR support library.
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: software defined radio interface library tools
+ SoapySDR is a library providing a common interface to SDR (software
+ defined radio) hardware. Support for different hardware is added through
+ external modules.
+ .
+ This package contains the SoapySDRUtil command line utility which can
+ list available modules and hardware.
 
 Package: python-soapysdr
 Section: python
 Architecture: any
-Depends:
-    libsoapysdr0.5-2 (= ${binary:Version}),
-    python,
-    ${shlibs:Depends},
-    ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: python-numpy
-Description: Soapy SDR - python bindings
- Vendor and platform neutral SDR support library.
+Description: SoapySDR Python 2 bindings
+ SoapySDR is a library providing a common interface to SDR (software
+ defined radio) hardware. Support for different hardware is added through
+ external modules.
+ .
+ This package contains the Python 2 bindings for the library.
 
 Package: python3-soapysdr
 Section: python
 Architecture: any
-Depends:
-    libsoapysdr0.5-2 (= ${binary:Version}),
-    python3,
-    ${shlibs:Depends},
-    ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: python-numpy
-Description: Soapy SDR - python3 bindings
- Vendor and platform neutral SDR support library.
+Description: SoapySDR Python 3 bindings
+ SoapySDR is a library providing a common interface to SDR (software
+ defined radio) hardware. Support for different hardware is added through
+ external modules.
+ .
+ This package contains the Python 3 bindings for the library.
diff --git a/debian/copyright b/debian/copyright
index 3166daa..437c558 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: soapysdr
+Upstream-Contact: Josh Blum <josh at pothosware.com>
 Source: https://github.com/pothosware/SoapySDR/wiki
 
 Files: *
@@ -30,3 +31,38 @@ License: BSL-1.0
  FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  DEALINGS IN THE SOFTWARE.
+
+Files: python3/FindPython3*.cmake
+Copyright:
+    Copyright 2005-2009 Kitware, Inc.
+    Copyright 2001-2009 Kitware, Inc.
+License: BSD-3-clause
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ * Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+ .
+ * Neither the names of Kitware, Inc., the Insight Software Consortium,
+   nor the names of their contributors may be used to endorse or promote
+   products derived from this software without specific prior written
+   permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/libsoapysdr0.5-2.symbols b/debian/libsoapysdr0.5-2.symbols
new file mode 100644
index 0000000..fda9861
--- /dev/null
+++ b/debian/libsoapysdr0.5-2.symbols
@@ -0,0 +1,340 @@
+libSoapySDR.so.0.5-2 libsoapysdr0.5-2 #MINVER#
+ SoapySDRArgInfoList_clear at Base 0.4.3+git20160605
+ SoapySDRArgInfo_clear at Base 0.4.3+git20160605
+ SoapySDRDevice_acquireReadBuffer at Base 0.4.3+git20160605
+ SoapySDRDevice_acquireWriteBuffer at Base 0.4.3+git20160605
+ SoapySDRDevice_activateStream at Base 0.4.3+git20160605
+ SoapySDRDevice_closeStream at Base 0.4.3+git20160605
+ SoapySDRDevice_deactivateStream at Base 0.4.3+git20160605
+ SoapySDRDevice_enumerate at Base 0.4.3+git20160605
+ SoapySDRDevice_enumerateStrArgs at Base 0.4.3+git20160605
+ SoapySDRDevice_getAntenna at Base 0.4.3+git20160605
+ SoapySDRDevice_getBandwidth at Base 0.4.3+git20160605
+ SoapySDRDevice_getBandwidthRange at Base 0.4.3+git20160605
+ SoapySDRDevice_getChannelInfo at Base 0.4.3+git20160605
+ SoapySDRDevice_getChannelSensorInfo at Base 0.4.3+git20160605
+ SoapySDRDevice_getChannelSettingInfo at Base 0.4.3+git20160605
+ SoapySDRDevice_getClockSource at Base 0.4.3+git20160605
+ SoapySDRDevice_getDCOffset at Base 0.4.3+git20160605
+ SoapySDRDevice_getDCOffsetMode at Base 0.4.3+git20160605
+ SoapySDRDevice_getDirectAccessBufferAddrs at Base 0.4.3+git20160605
+ SoapySDRDevice_getDriverKey at Base 0.4.3+git20160605
+ SoapySDRDevice_getFrequency at Base 0.4.3+git20160605
+ SoapySDRDevice_getFrequencyArgsInfo at Base 0.4.3+git20160605
+ SoapySDRDevice_getFrequencyComponent at Base 0.4.3+git20160605
+ SoapySDRDevice_getFrequencyRange at Base 0.4.3+git20160605
+ SoapySDRDevice_getFrequencyRangeComponent at Base 0.4.3+git20160605
+ SoapySDRDevice_getFrontendMapping at Base 0.4.3+git20160605
+ SoapySDRDevice_getFullDuplex at Base 0.4.3+git20160605
+ SoapySDRDevice_getGain at Base 0.4.3+git20160605
+ SoapySDRDevice_getGainElement at Base 0.4.3+git20160605
+ SoapySDRDevice_getGainElementRange at Base 0.4.3+git20160605
+ SoapySDRDevice_getGainMode at Base 0.4.3+git20160605
+ SoapySDRDevice_getGainRange at Base 0.4.3+git20160605
+ SoapySDRDevice_getHardwareInfo at Base 0.4.3+git20160605
+ SoapySDRDevice_getHardwareKey at Base 0.4.3+git20160605
+ SoapySDRDevice_getHardwareTime at Base 0.4.3+git20160605
+ SoapySDRDevice_getIQBalance at Base 0.4.3+git20160605
+ SoapySDRDevice_getMasterClockRate at Base 0.4.3+git20160605
+ SoapySDRDevice_getMasterClockRates at Base 0.4.3+git20160605
+ SoapySDRDevice_getNativeStreamFormat at Base 0.4.3+git20160605
+ SoapySDRDevice_getNumChannels at Base 0.4.3+git20160605
+ SoapySDRDevice_getNumDirectAccessBuffers at Base 0.4.3+git20160605
+ SoapySDRDevice_getSampleRate at Base 0.4.3+git20160605
+ SoapySDRDevice_getSensorInfo at Base 0.4.3+git20160605
+ SoapySDRDevice_getSettingInfo at Base 0.4.3+git20160605
+ SoapySDRDevice_getStreamArgsInfo at Base 0.4.3+git20160605
+ SoapySDRDevice_getStreamFormats at Base 0.4.3+git20160605
+ SoapySDRDevice_getStreamMTU at Base 0.4.3+git20160605
+ SoapySDRDevice_getTimeSource at Base 0.4.3+git20160605
+ SoapySDRDevice_hasDCOffset at Base 0.4.3+git20160605
+ SoapySDRDevice_hasDCOffsetMode at Base 0.4.3+git20160605
+ SoapySDRDevice_hasGainMode at Base 0.4.3+git20160605
+ SoapySDRDevice_hasHardwareTime at Base 0.4.3+git20160605
+ SoapySDRDevice_hasIQBalance at Base 0.4.3+git20160605
+ SoapySDRDevice_lastError at Base 0.4.3+git20160605
+ SoapySDRDevice_listAntennas at Base 0.4.3+git20160605
+ SoapySDRDevice_listBandwidths at Base 0.4.3+git20160605
+ SoapySDRDevice_listChannelSensors at Base 0.4.3+git20160605
+ SoapySDRDevice_listClockSources at Base 0.4.3+git20160605
+ SoapySDRDevice_listFrequencies at Base 0.4.3+git20160605
+ SoapySDRDevice_listGPIOBanks at Base 0.4.3+git20160605
+ SoapySDRDevice_listGains at Base 0.4.3+git20160605
+ SoapySDRDevice_listRegisterInterfaces at Base 0.4.3+git20160605
+ SoapySDRDevice_listSampleRates at Base 0.4.3+git20160605
+ SoapySDRDevice_listSensors at Base 0.4.3+git20160605
+ SoapySDRDevice_listTimeSources at Base 0.4.3+git20160605
+ SoapySDRDevice_listUARTs at Base 0.4.3+git20160605
+ SoapySDRDevice_make at Base 0.4.3+git20160605
+ SoapySDRDevice_makeStrArgs at Base 0.4.3+git20160605
+ SoapySDRDevice_readChannelSensor at Base 0.4.3+git20160605
+ SoapySDRDevice_readChannelSetting at Base 0.4.3+git20160605
+ SoapySDRDevice_readGPIO at Base 0.4.3+git20160605
+ SoapySDRDevice_readGPIODir at Base 0.4.3+git20160605
+ SoapySDRDevice_readI2C at Base 0.4.3+git20160605
+ SoapySDRDevice_readNamedRegister at Base 0.4.3+git20160605
+ SoapySDRDevice_readRegister at Base 0.4.3+git20160605
+ SoapySDRDevice_readSensor at Base 0.4.3+git20160605
+ SoapySDRDevice_readSetting at Base 0.4.3+git20160605
+ SoapySDRDevice_readStream at Base 0.4.3+git20160605
+ SoapySDRDevice_readStreamStatus at Base 0.4.3+git20160605
+ SoapySDRDevice_readUART at Base 0.4.3+git20160605
+ SoapySDRDevice_releaseReadBuffer at Base 0.4.3+git20160605
+ SoapySDRDevice_releaseWriteBuffer at Base 0.4.3+git20160605
+ SoapySDRDevice_setAntenna at Base 0.4.3+git20160605
+ SoapySDRDevice_setBandwidth at Base 0.4.3+git20160605
+ SoapySDRDevice_setClockSource at Base 0.4.3+git20160605
+ SoapySDRDevice_setCommandTime at Base 0.4.3+git20160605
+ SoapySDRDevice_setDCOffset at Base 0.4.3+git20160605
+ SoapySDRDevice_setDCOffsetMode at Base 0.4.3+git20160605
+ SoapySDRDevice_setFrequency at Base 0.4.3+git20160605
+ SoapySDRDevice_setFrequencyComponent at Base 0.4.3+git20160605
+ SoapySDRDevice_setFrontendMapping at Base 0.4.3+git20160605
+ SoapySDRDevice_setGain at Base 0.4.3+git20160605
+ SoapySDRDevice_setGainElement at Base 0.4.3+git20160605
+ SoapySDRDevice_setGainMode at Base 0.4.3+git20160605
+ SoapySDRDevice_setHardwareTime at Base 0.4.3+git20160605
+ SoapySDRDevice_setIQBalance at Base 0.4.3+git20160605
+ SoapySDRDevice_setMasterClockRate at Base 0.4.3+git20160605
+ SoapySDRDevice_setSampleRate at Base 0.4.3+git20160605
+ SoapySDRDevice_setTimeSource at Base 0.4.3+git20160605
+ SoapySDRDevice_setupStream at Base 0.4.3+git20160605
+ SoapySDRDevice_transactSPI at Base 0.4.3+git20160605
+ SoapySDRDevice_unmake at Base 0.4.3+git20160605
+ SoapySDRDevice_writeChannelSetting at Base 0.4.3+git20160605
+ SoapySDRDevice_writeGPIO at Base 0.4.3+git20160605
+ SoapySDRDevice_writeGPIODir at Base 0.4.3+git20160605
+ SoapySDRDevice_writeGPIODirMasked at Base 0.4.3+git20160605
+ SoapySDRDevice_writeGPIOMasked at Base 0.4.3+git20160605
+ SoapySDRDevice_writeI2C at Base 0.4.3+git20160605
+ SoapySDRDevice_writeNamedRegister at Base 0.4.3+git20160605
+ SoapySDRDevice_writeRegister at Base 0.4.3+git20160605
+ SoapySDRDevice_writeSetting at Base 0.4.3+git20160605
+ SoapySDRDevice_writeStream at Base 0.4.3+git20160605
+ SoapySDRDevice_writeUART at Base 0.4.3+git20160605
+ SoapySDRKwargsList_clear at Base 0.4.3+git20160605
+ SoapySDRKwargs_clear at Base 0.4.3+git20160605
+ SoapySDRKwargs_get at Base 0.4.3+git20160605
+ SoapySDRKwargs_set at Base 0.4.3+git20160605
+ SoapySDRStrings_clear at Base 0.4.3+git20160605
+ SoapySDR_errToStr at Base 0.4.3+git20160605
+ SoapySDR_formatToSize at Base 0.4.3+git20160605
+ SoapySDR_getABIVersion at Base 0.4.3+git20160605
+ SoapySDR_getAPIVersion at Base 0.4.3+git20160605
+ SoapySDR_getLoaderResult at Base 0.4.3+git20160605
+ SoapySDR_getRootPath at Base 0.4.3+git20160605
+ SoapySDR_listModules at Base 0.4.3+git20160605
+ SoapySDR_listModulesPath at Base 0.4.3+git20160605
+ SoapySDR_loadModule at Base 0.4.3+git20160605
+ SoapySDR_loadModules at Base 0.4.3+git20160605
+ SoapySDR_log at Base 0.4.3+git20160605
+ SoapySDR_registerLogHandler at Base 0.4.3+git20160605
+ SoapySDR_setLogLevel at Base 0.4.3+git20160605
+ SoapySDR_ticksToTimeNs at Base 0.4.3+git20160605
+ SoapySDR_timeNsToTicks at Base 0.4.3+git20160605
+ SoapySDR_unloadModule at Base 0.4.3+git20160605
+ SoapySDR_vlogf at Base 0.4.3+git20160605
+ _ZN8SoapySDR10loadModuleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR11getRootPathB5cxx11Ev at Base 0.4.3+git20160605
+ _ZN8SoapySDR11listModulesB5cxx11Ev at Base 0.4.3+git20160605
+ _ZN8SoapySDR11listModulesERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR11loadModulesEv at Base 0.4.3+git20160605
+ _ZN8SoapySDR11setLogLevelE16SoapySDRLogLevel at Base 0.4.3+git20160605
+ _ZN8SoapySDR12formatToSizeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR12unloadModuleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR13getABIVersionB5cxx11Ev at Base 0.4.3+git20160605
+ _ZN8SoapySDR13getAPIVersionB5cxx11Ev at Base 0.4.3+git20160605
+ _ZN8SoapySDR15getLoaderResultERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR18registerLogHandlerERKPFv16SoapySDRLogLevelPKcE at Base 0.4.3+git20160605
+ _ZN8SoapySDR3logE16SoapySDRLogLevelRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR5RangeC1Edd at Base 0.4.3+git20160605
+ _ZN8SoapySDR5RangeC1Ev at Base 0.4.3+git20160605
+ _ZN8SoapySDR5RangeC2Edd at Base 0.4.3+git20160605
+ _ZN8SoapySDR5RangeC2Ev at Base 0.4.3+git20160605
+ _ZN8SoapySDR5vlogfE16SoapySDRLogLevelPKcP13__va_list_tag at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device10readStreamEPNS_6StreamEPKPvmRiRxl at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device10setAntennaEimRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device11closeStreamEPNS_6StreamE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device11setDCOffsetEimRKSt7complexIdE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device11setGainModeEimb at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device11setupStreamEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorImSaImEERKSt3mapIS6_S6_St4lessIS6_ESaISt4pairIS7_S6_EEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device11transactSPIEijm at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device11writeStreamEPNS_6StreamEPKPKvmRixl at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device12setBandwidthEimd at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device12setFrequencyEimRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdRKSt3mapIS6_S6_St4lessIS6_ESaISt4pairIS7_S6_EEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device12setFrequencyEimdRKSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_St4lessIS7_ESaISt4pairIKS7_S7_EEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device12setIQBalanceEimRKSt7complexIdE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device12writeGPIODirERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEj at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device12writeGPIODirERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjj at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device12writeSettingERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_ at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device12writeSettingEimRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_ at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device13setSampleRateEimd at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device13setTimeSourceERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device13writeRegisterERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjj at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device13writeRegisterEjj at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device14activateStreamEPNS_6StreamEixm at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device14setClockSourceERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device14setCommandTimeExRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device15setDCOffsetModeEimb at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device15setHardwareTimeExRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device16deactivateStreamEPNS_6StreamEix at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device16readStreamStatusEPNS_6StreamERmRiRxl at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device17acquireReadBufferEPNS_6StreamERmPPKvRiRxl at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device17releaseReadBufferEPNS_6StreamEm at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device18acquireWriteBufferEPNS_6StreamERmPPvl at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device18releaseWriteBufferEPNS_6StreamEmmRix at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device18setFrontendMappingEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device18setMasterClockRateEd at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device25getNumDirectAccessBuffersEPNS_6StreamE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device26getDirectAccessBufferAddrsEPNS_6StreamEmPPv at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device4makeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device4makeERKSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_St4lessIS7_ESaISt4pairIKS7_S7_EEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device6unmakeEPS0_ at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device7readI2CB5cxx11Eim at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device7setGainEimRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEd at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device7setGainEimd at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device8writeI2CEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device9enumerateERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device9enumerateERKSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_St4lessIS7_ESaISt4pairIKS7_S7_EEE at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device9writeGPIOERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEj at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device9writeGPIOERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjj at Base 0.4.3+git20160605
+ _ZN8SoapySDR6Device9writeUARTERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_ at Base 0.4.3+git20160605
+ _ZN8SoapySDR6DeviceD0Ev at Base 0.4.3+git20160605
+ _ZN8SoapySDR6DeviceD1Ev at Base 0.4.3+git20160605
+ _ZN8SoapySDR6DeviceD2Ev at Base 0.4.3+git20160605
+ _ZN8SoapySDR7ArgInfoC1Ev at Base 0.4.3+git20160605
+ _ZN8SoapySDR7ArgInfoC2Ev at Base 0.4.3+git20160605
+ _ZN8SoapySDR8Registry17listFindFunctionsB5cxx11Ev at Base 0.4.3+git20160605
+ _ZN8SoapySDR8Registry17listMakeFunctionsB5cxx11Ev at Base 0.4.3+git20160605
+ _ZN8SoapySDR8RegistryC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKPFSt6vectorISt3mapIS6_S6_St4lessIS6_ESaISt4pairIS7_S6_EEESaISG_EERKSG_ERKPFPNS_6DeviceESK_ES8_ at Base 0.4.3+git20160605
+ _ZN8SoapySDR8RegistryC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKPFSt6vectorISt3mapIS6_S6_St4lessIS6_ESaISt4pairIS7_S6_EEESaISG_EERKSG_ERKPFPNS_6DeviceESK_ES8_ at Base 0.4.3+git20160605
+ _ZN8SoapySDR8RegistryD1Ev at Base 0.4.3+git20160605
+ _ZN8SoapySDR8RegistryD2Ev at Base 0.4.3+git20160605
+ _ZN8SoapySDR8errToStrEi at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device10getAntennaB5cxx11Eim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device10readSensorERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device10readSensorEimRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device11getDCOffsetEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device11getGainModeEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device11hasDCOffsetEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device11hasGainModeEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device11listSensorsB5cxx11Eim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device11listSensorsB5cxx11Ev at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device11readGPIODirERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device11readSettingERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device11readSettingEimRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device12getBandwidthEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device12getDriverKeyB5cxx11Ev at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device12getFrequencyEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device12getFrequencyEimRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device12getGainRangeEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device12getGainRangeEimRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device12getIQBalanceEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device12getStreamMTUEPNS_6StreamE at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device12hasIQBalanceEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device12listAntennasB5cxx11Eim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device12readRegisterERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEj at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device12readRegisterEj at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device13getFullDuplexEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device13getSampleRateEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device13getSensorInfoERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device13getSensorInfoEimRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device13getTimeSourceB5cxx11Ev at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device13listGPIOBanksB5cxx11Ev at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device14getChannelInfoB5cxx11Eim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device14getClockSourceB5cxx11Ev at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device14getHardwareKeyB5cxx11Ev at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device14getNumChannelsEi at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device14getSettingInfoEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device14getSettingInfoEv at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device14listBandwidthsEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device15getDCOffsetModeEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device15getHardwareInfoB5cxx11Ev at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device15getHardwareTimeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device15hasDCOffsetModeEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device15hasHardwareTimeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device15listFrequenciesB5cxx11Eim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device15listSampleRatesEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device15listTimeSourcesB5cxx11Ev at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device16getStreamFormatsB5cxx11Eim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device16listClockSourcesB5cxx11Ev at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device17getBandwidthRangeEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device17getFrequencyRangeEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device17getFrequencyRangeEimRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device17getStreamArgsInfoEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device18getFrontendMappingB5cxx11Ei at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device18getMasterClockRateEv at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device19getMasterClockRatesEv at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device20getFrequencyArgsInfoEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device21getNativeStreamFormatB5cxx11EimRd at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device22listRegisterInterfacesB5cxx11Ev at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device7getGainEim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device7getGainEimRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device8readGPIOERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device8readUARTERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEl at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device9listGainsB5cxx11Eim at Base 0.4.3+git20160605
+ _ZNK8SoapySDR6Device9listUARTsB5cxx11Ev at Base 0.4.3+git20160605
+ _ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PvESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE4findERS7_ at Base 0.4.3+git20160605
+ _ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_ at Base 0.4.3+git20160605
+ _ZNSt6vectorIN8SoapySDR5RangeESaIS1_EE19_M_emplace_back_auxIIS1_EEEvDpOT_ at Base 0.4.3+git20160605
+ _ZNSt6vectorIN8SoapySDR5RangeESaIS1_EE19_M_emplace_back_auxIJS1_EEEvDpOT_ at Base 0.4.3+git20160605
+ _ZNSt6vectorIN8SoapySDR7ArgInfoESaIS1_EE19_M_emplace_back_auxIIRKS1_EEEvDpOT_ at Base 0.4.3+git20160605
+ _ZNSt6vectorIN8SoapySDR7ArgInfoESaIS1_EE19_M_emplace_back_auxIJRKS1_EEEvDpOT_ at Base 0.4.3+git20160605
+ _ZNSt6vectorIN8SoapySDR7ArgInfoESaIS1_EED1Ev at Base 0.4.3+git20160605
+ _ZNSt6vectorIN8SoapySDR7ArgInfoESaIS1_EED2Ev at Base 0.4.3+git20160605
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIIS5_EEEvDpOT_ at Base 0.4.3+git20160605
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_ at Base 0.4.3+git20160605
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS5_S7_EEEEvNSA_IPS5_S7_EET_SG_St20forward_iterator_tag at Base 0.4.3+git20160605
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_emplace_back_auxIIRKS5_EEEvDpOT_ at Base 0.4.3+git20160605
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_emplace_back_auxIIS5_EEEvDpOT_ at Base 0.4.3+git20160605
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_emplace_back_auxIJRKS5_EEEvDpOT_ at Base 0.4.3+git20160605
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_emplace_back_auxIJS5_EEEvDpOT_ at Base 0.4.3+git20160605
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev at Base 0.4.3+git20160605
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev at Base 0.4.3+git20160605
+ _ZNSt6vectorISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_St4lessIS6_ESaISt4pairIKS6_S6_EEESaISD_EE19_M_emplace_back_auxIIRKSD_EEEvDpOT_ at Base 0.4.3+git20160605
+ _ZNSt6vectorISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_St4lessIS6_ESaISt4pairIKS6_S6_EEESaISD_EE19_M_emplace_back_auxIJRKSD_EEEvDpOT_ at Base 0.4.3+git20160605
+ _ZNSt6vectorISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_St4lessIS6_ESaISt4pairIKS6_S6_EEESaISD_EED1Ev at Base 0.4.3+git20160605
+ _ZNSt6vectorISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_St4lessIS6_ESaISt4pairIKS6_S6_EEESaISD_EED2Ev at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PFSt6vectorISt3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEESaISE_EERKSE_EESt10_Select1stISL_ESB_SaISL_EE22_M_emplace_hint_uniqueIIRKSt21piecewise_construct_tSt5tupleIIRS7_EESU_IIEEEEESt17_Rb_tree_iteratorISL_ESt23_Rb_tree_const_iteratorISL_EDpOT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PFSt6vectorISt3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEESaISE_EERKSE_EESt10_Select1stISL_ESB_SaISL_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESU_IJEEEEESt17_Rb_tree_iteratorISL_ESt23_Rb_tree_const_iteratorISL_EDpOT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PFSt6vectorISt3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEESaISE_EERKSE_EESt10_Select1stISL_ESB_SaISL_EE24_M_get_insert_unique_posERS7_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PFSt6vectorISt3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEESaISE_EERKSE_EESt10_Select1stISL_ESB_SaISL_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISL_ERS7_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PFSt6vectorISt3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEESaISE_EERKSE_EESt10_Select1stISL_ESB_SaISL_EE8_M_eraseEPSt13_Rb_tree_nodeISL_E at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PvESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE11equal_rangeERS7_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PvESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE22_M_emplace_hint_uniqueIIRKSt21piecewise_construct_tSt5tupleIIRS7_EESK_IIEEEEESt17_Rb_tree_iteratorIS9_ESt23_Rb_tree_const_iteratorIS9_EDpOT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PvESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESK_IJEEEEESt17_Rb_tree_iteratorIS9_ESt23_Rb_tree_const_iteratorIS9_EDpOT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PvESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE24_M_get_insert_unique_posERS7_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PvESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS7_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PvESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE5eraseERS7_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PvESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE8_M_eraseEPSt13_Rb_tree_nodeIS9_E at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE22_M_emplace_hint_uniqueIIRKSt21piecewise_construct_tSt5tupleIIOS5_EESJ_IIEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE22_M_emplace_hint_uniqueIIRKSt21piecewise_construct_tSt5tupleIIRS7_EESJ_IIEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_SJ_RT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE7_M_copyINSE_20_Reuse_or_alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_SJ_RT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISE_ESA_SaISE_EE11equal_rangeERS7_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISE_ESA_SaISE_EE22_M_emplace_hint_uniqueIIRKSt21piecewise_construct_tSt5tupleIIRS7_EESN_IIEEEEESt17_Rb_tree_iteratorISE_ESt23_Rb_tree_const_iteratorISE_EDpOT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISE_ESA_SaISE_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESN_IJEEEEESt17_Rb_tree_iteratorISE_ESt23_Rb_tree_const_iteratorISE_EDpOT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISE_ESA_SaISE_EE24_M_get_insert_unique_posERS7_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISE_ESA_SaISE_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISE_ERS7_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISE_ESA_SaISE_EE5eraseERS7_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISE_ESA_SaISE_EE8_M_eraseEPSt13_Rb_tree_nodeISE_E at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeIPN8SoapySDR6DeviceESt4pairIKS2_mESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE22_M_emplace_hint_uniqueIIRKSt21piecewise_construct_tSt5tupleIIRS4_EESG_IIEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeIPN8SoapySDR6DeviceESt4pairIKS2_mESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeIPN8SoapySDR6DeviceESt4pairIKS2_mESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE24_M_get_insert_unique_posERS4_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeIPN8SoapySDR6DeviceESt4pairIKS2_mESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS4_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeIPN8SoapySDR6DeviceESt4pairIKS2_mESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE5eraseERS4_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeIPN8SoapySDR6DeviceESt4pairIKS2_mESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_St4lessIS6_ESaISt4pairIKS6_S6_EEES9_IKSD_PN8SoapySDR6DeviceEESt10_Select1stISI_ES7_ISD_ESaISI_EE22_M_emplace_hint_uniqueIIRKSt21piecewise_construct_tSt5tupleIIRSE_EESS_IIEEEEESt17_Rb_tree_iteratorISI_ESt23_Rb_tree_const_iteratorISI_EDpOT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_St4lessIS6_ESaISt4pairIKS6_S6_EEES9_IKSD_PN8SoapySDR6DeviceEESt10_Select1stISI_ES7_ISD_ESaISI_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRSE_EESS_IJEEEEESt17_Rb_tree_iteratorISI_ESt23_Rb_tree_const_iteratorISI_EDpOT_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_St4lessIS6_ESaISt4pairIKS6_S6_EEES9_IKSD_PN8SoapySDR6DeviceEESt10_Select1stISI_ES7_ISD_ESaISI_EE24_M_get_insert_unique_posERSE_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_St4lessIS6_ESaISt4pairIKS6_S6_EEES9_IKSD_PN8SoapySDR6DeviceEESt10_Select1stISI_ES7_ISD_ESaISI_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISI_ERSE_ at Base 0.4.3+git20160605
+ _ZNSt8_Rb_treeISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_St4lessIS6_ESaISt4pairIKS6_S6_EEES9_IKSD_PN8SoapySDR6DeviceEESt10_Select1stISI_ES7_ISD_ESaISI_EE8_M_eraseEPSt13_Rb_tree_nodeISI_E at Base 0.4.3+git20160605
+ _ZTIN8SoapySDR6DeviceE at Base 0.4.3+git20160605
+ _ZTSN8SoapySDR6DeviceE at Base 0.4.3+git20160605
+ _ZTVN8SoapySDR6DeviceE at Base 0.4.3+git20160605
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..377bdd2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+version-string
diff --git a/debian/patches/version-string b/debian/patches/version-string
new file mode 100644
index 0000000..01978cb
--- /dev/null
+++ b/debian/patches/version-string
@@ -0,0 +1,36 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -12,18 +12,22 @@
+ ########################################################################
+ set(SOAPY_SDR_LIBVER "0.5.0")
+ 
+-if (NOT SOAPY_SDR_EXTVER)
+-    include(${PROJECT_SOURCE_DIR}/cmake/GetGitRevisionDescription.cmake)
+-    get_git_head_revision(GITREFSPEC GITHASH)
+-    if (GITHASH)
+-        string(SUBSTRING "${GITHASH}" 0 8 GITHASH)
+-        set(SOAPY_SDR_EXTVER "g${GITHASH}")
+-    else (GITHASH)
+-        set(SOAPY_SDR_EXTVER "unknown")
+-    endif (GITHASH)
+-endif()
++if (NOT OVERRIDE_SOAPY_SDR_VERSION)
++    if (NOT SOAPY_SDR_EXTVER)
++	include(${PROJECT_SOURCE_DIR}/cmake/GetGitRevisionDescription.cmake)
++	get_git_head_revision(GITREFSPEC GITHASH)
++	if (GITHASH)
++	    string(SUBSTRING "${GITHASH}" 0 8 GITHASH)
++	    set(SOAPY_SDR_EXTVER "g${GITHASH}")
++	else (GITHASH)
++	    set(SOAPY_SDR_EXTVER "unknown")
++	endif (GITHASH)
++    endif()
+ 
+-set(SOAPY_SDR_VERSION "${SOAPY_SDR_LIBVER}-${SOAPY_SDR_EXTVER}")
++    set(SOAPY_SDR_VERSION "${SOAPY_SDR_LIBVER}-${SOAPY_SDR_EXTVER}")
++else (OVERRIDE_SOAPY_SDR_VERSION)
++    set(SOAPY_SDR_VERSION "${OVERRIDE_SOAPY_SDR_VERSION}")
++endif (OVERRIDE_SOAPY_SDR_VERSION)
+ 
+ #SOAPY_SDR_ROOT is compiled into the library to locate the install base.
+ #By default, the SOAPY_SDR_ROOT is set to the CMAKE_INSTALL_PREFIX.
diff --git a/debian/rules b/debian/rules
index 54955ab..dec51af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,17 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 # extract the architecture for setting the library path suffix
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 # extract the last section of the changelog version for extra info
-DEB_VERSION_EXTVER ?= $(shell dpkg-parsechangelog | grep ^Version: | rev | cut -d'-' -f1 | rev)
+DEB_VERSION ?= $(shell dpkg-parsechangelog -S Version)
 
 # 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
 
@@ -21,7 +19,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 		-DCMAKE_AUTOSET_INSTALL_RPATH=FALSE \
 		-DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" \
-		-DSOAPY_SDR_EXTVER="$(DEB_VERSION_EXTVER)"
+		-DOVERRIDE_SOAPY_SDR_VERSION="$(DEB_VERSION)"
 
 override_dh_installchangelogs:
 	dh_installchangelogs Changelog.txt
diff --git a/debian/soapysdr.install b/debian/soapysdr-tools.install
similarity index 100%
rename from debian/soapysdr.install
rename to debian/soapysdr-tools.install
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..7ce0a18
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://github.com/pothosware/SoapySDR/releases .*/soapy-sdr-([\d\.]+)\.tar\.(?:xz|gz|bz2)

-- 
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