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

Andreas E. Bombe aeb at moszumanska.debian.org
Tue Dec 27 16:30:11 UTC 2016


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

aeb pushed a commit to branch master
in repository soapyosmo.

commit de3260ed2847da05656a120cf96ac86bd4a1180a
Author: Andreas Bombe <aeb at debian.org>
Date:   Tue Dec 27 15:48:25 2016 +0100

    Add and modify debian/ files based on upstream's
---
 debian/changelog                            |  42 +-------
 debian/compat                               |   2 +-
 debian/control                              | 110 ++++++++++++-------
 debian/copyright                            | 162 ++++++++++++++++++++++++++--
 debian/libsoapyosmosdr0.install             |   1 -
 debian/patches/internal-common-library      |  39 +++++++
 debian/patches/series                       |   1 +
 debian/rules                                |  16 ++-
 debian/{docs => soapyosmo-common0.5-2.docs} |   1 -
 debian/soapyosmo-common0.5-2.install        |   1 +
 debian/watch                                |   2 +
 11 files changed, 281 insertions(+), 96 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c47e296..dba2395 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,41 +1,5 @@
-soapyosmo (0.2.4) unstable; urgency=low
+soapyosmo (0.2.4-1) unstable; urgency=medium
 
-  * Release 0.2.4 (2016-09-01)
+  * Initial release (Closes: #847795)
 
- -- Josh Blum <josh at pothosware.com>  Thu, 01 Sep 2016 21:19:32 -0700
-
-soapyosmo (0.2.3) unstable; urgency=low
-
-  * Release 0.2.3 (2016-04-25)
-
- -- Josh Blum <josh at pothosware.com>  Mon, 25 Apr 2016 07:52:57 -0400
-
-soapyosmo (0.2.2) unstable; urgency=low
-
-  * Release 0.2.2 (2015-12-30)
-
- -- Josh Blum <josh at pothosware.com>  Wed, 30 Dec 2015 14:00:13 -0800
-
-soapyosmo (0.2.1) unstable; urgency=low
-
-  * Release 0.2.1 (2015-10-23)
-
- -- Josh Blum <josh at pothosware.com>  Fri, 23 Oct 2015 17:49:43 -0700
-
-soapyosmo (0.2.0) unstable; urgency=low
-
-  * Release 0.2.0 (2015-10-10)
-
- -- Josh Blum <josh at pothosware.com>  Sat, 10 Oct 2015 11:22:42 -0700
-
-soapyosmo (0.1.1) unstable; urgency=low
-
-  * Release 0.1.1 (2015-08-15)
-
- -- Josh Blum <josh at pothosware.com>  Sat, 15 Aug 2015 11:29:46 -0700
-
-soapyosmo (0.1.0) unstable; urgency=low
-
-  * Release 0.1.0 (2015-06-15)
-
- -- Josh Blum <josh at pothosware.com>  Mon, 15 Jun 2015 12:29:52 -0400
+ -- Andreas Bombe <aeb at debian.org>  Tue, 27 Dec 2016 15:50:44 +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 640f007..8b296fd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,43 +1,57 @@
 Source: soapyosmo
-Section: libs
+Section: hamradio
 Priority: optional
-Maintainer: 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,
-    libboost-all-dev,
+    libboost-dev,
+    libboost-system-dev,
+    libboost-thread-dev,
     libosmosdr-dev,
     libmirisdr-dev,
     libsoapysdr-dev
 Standards-Version: 3.9.8
 Homepage: https://github.com/pothosware/SoapyOsmo/wiki
-Vcs-Git: https://github.com/pothosware/SoapyOsmo.git
-Vcs-Browser: https://github.com/pothosware/SoapyOsmo
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hamradio/soapyosmo.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/soapyosmo.git
 
-Package: libsoapyosmosdr0
+Package: soapyosmo-common0.5-2
 Architecture: any
 Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Soapy Osmo - shared library
- Soapy SDR plugins for OsmoSDR devices
+Description: Use gr-osmosdr drivers with SoapySDR (common files)
+ The SoapyOsmo project provides SoapySDR hardware support modules using
+ drivers in gr-osmosdr. Using this, any program using SoapySDR to
+ interface to software defined radio hardware can make use of OsmoSDR,
+ Mirics SDR, and RFSpace SDR devices.
+ .
+ This package contains common files used by the individual driver
+ modules.
 
 Package: soapysdr0.5-2-module-osmosdr
 Architecture: any
 Multi-Arch: same
-Depends:
-    libsoapyosmosdr0 (= ${binary:Version}),
-    ${misc:Pre-Depends},
-    ${shlibs:Depends},
-    ${misc:Depends}
-Description: Soapy Osmo - Osmo SDR module
- Soapy SDR plugins for OsmoSDR devices
+Depends: soapyosmo-common0.5-2 (= ${binary:Version}),
+         ${shlibs:Depends}, ${misc:Depends}
+Description: OsmoSDR device support for SoapySDR
+ The SoapyOsmo project provides SoapySDR hardware support modules using
+ drivers in gr-osmosdr. Using this, any program using SoapySDR to
+ interface to software defined radio hardware can make use of OsmoSDR,
+ Mirics SDR, and RFSpace SDR devices.
+ .
+ This package contains the OsmoSDR hardware support module.
 
 Package: soapysdr-module-osmosdr
-Architecture: all
+Architecture: any
+Multi-Arch: same
 Depends: soapysdr0.5-2-module-osmosdr, ${misc:Depends}
-Description: Soapy Osmo - Osmo SDR module
- Soapy SDR plugins for OsmoSDR devices
+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
+ interface to software defined radio hardware can make use of OsmoSDR,
+ Mirics SDR, and RFSpace SDR devices.
  .
  This is an empty dependency package that pulls in the OsmoSDR module
  for the default version of libsoapysdr.
@@ -45,39 +59,53 @@ Description: Soapy Osmo - Osmo SDR module
 Package: soapysdr0.5-2-module-rfspace
 Architecture: any
 Multi-Arch: same
-Depends:
-    libsoapyosmosdr0 (= ${binary:Version}),
-    ${misc:Pre-Depends},
-    ${shlibs:Depends},
-    ${misc:Depends}
-Description: Soapy Osmo - RFSPACE module
- Soapy SDR plugins for OsmoSDR devices
+Depends: soapyosmo-common0.5-2 (= ${binary:Version}),
+         ${shlibs:Depends}, ${misc:Depends}
+Description: RFSpace device support for SoapySDR
+ The SoapyOsmo project provides SoapySDR hardware support modules using
+ drivers in gr-osmosdr. Using this, any program using SoapySDR to
+ interface to software defined radio hardware can make use of OsmoSDR,
+ Mirics SDR, and RFSpace SDR devices.
+ .
+ This package contains the RFSpace hardware support module.
 
 Package: soapysdr-module-rfspace
-Architecture: all
+Architecture: any
+Multi-Arch: same
 Depends: soapysdr0.5-2-module-rfspace, ${misc:Depends}
-Description: Soapy Osmo - RFSPACE module
- Soapy SDR plugins for OsmoSDR devices
+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
+ interface to software defined radio hardware can make use of OsmoSDR,
+ Mirics SDR, and RFSpace SDR devices.
  .
- This is an empty dependency package that pulls in the RFSPACE module
+ This is an empty dependency package that pulls in the RFSpace module
  for the default version of libsoapysdr.
 
 Package: soapysdr0.5-2-module-mirisdr
 Architecture: any
 Multi-Arch: same
-Depends:
-    libsoapyosmosdr0 (= ${binary:Version}),
-    ${misc:Pre-Depends},
-    ${shlibs:Depends},
-    ${misc:Depends}
-Description: Soapy Osmo - Mirics SDR module
- Soapy SDR plugins for OsmoSDR devices
+Depends: soapyosmo-common0.5-2 (= ${binary:Version}),
+         ${shlibs:Depends}, ${misc:Depends}
+Description: Mirics SDR device support for SoapySDR
+ The SoapyOsmo project provides SoapySDR hardware support modules using
+ drivers in gr-osmosdr. Using this, any program using SoapySDR to
+ interface to software defined radio hardware can make use of OsmoSDR,
+ Mirics SDR, and RFSpace SDR devices.
+ .
+ This package contains the hardware support module for Mirics SDR
+ devices.
 
 Package: soapysdr-module-mirisdr
-Architecture: all
+Architecture: any
+Multi-Arch: same
 Depends: soapysdr0.5-2-module-mirisdr, ${misc:Depends}
-Description: Soapy Osmo - Mirics SDR module
+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
+ interface to software defined radio hardware can make use of OsmoSDR,
+ Mirics SDR, and RFSpace SDR devices.
  Soapy SDR plugins for OsmoSDR devices
  .
- This is an empty dependency package that pulls in the Mirics module
+ This is an empty dependency package that pulls in the Mirics SDR module
  for the default version of libsoapysdr.
diff --git a/debian/copyright b/debian/copyright
index 6baf88a..5262245 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,13 +1,157 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: soapyosmo
 Source: https://github.com/pothosware/SoapyOsmo/wiki
+Comment: This source package contains a copy of the gr-osmosdr source and most
+ of the copyright entries below are likewise a copy of the copyright file of
+ the Debian gr-osmosdr package.
 
-Files: *
-Copyright:
-    2008-2015 Free Software Foundation, Inc.
-    2012-2015 Dimitri Stolnikov <horiz0n at gmx.net>
-    2010-2013 Ettus Research LLC
-License: GPL-3
- On Debian systems, the full text of the GNU General Public
- License version 3 can be found in the file
- `/usr/share/common-licenses/GPL-3'.
+Files: .gitignore .travis.yml CMakeLists.txt Changelog.txt README.md debian/*
+ update_gr_osmosdr.sh
+Copyright: 2016 Josh Blum <josh at joshknows.com>
+ 2016 Andreas Bombe <aeb at debian.org>
+License: GPL-3+
+
+Files: compat/*
+Copyright: 2004,2007-2014 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: GrOsmoSDRInterface.hpp GrOsmoSDRRegister.in.cpp
+Copyright: 2014-2015 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: COPYING gr-osmosdr/COPYING
+Copyright: 2007 Free Software Foundation, Inc. <http://fsf.org/>
+License: FSF-COPYING
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Files: gr-osmosdr/CMakeLists.txt gr-osmosdr/apps/* gr-osmosdr/docs/*
+ gr-osmosdr/python/* gr-osmosdr/include/osmosdr/api.h
+ gr-osmosdr/cmake/Modules/* gr-osmosdr/include/osmosdr/CMakeLists.txt
+ gr-osmosdr/lib/CMakeLists.txt gr-osmosdr/lib/gnuradio-osmosdr.rc.in
+ gr-osmosdr/lib/bladerf/CMakeLists.txt gr-osmosdr/swig/*
+ gr-osmosdr/grc/CMakeLists.txt
+Copyright: 2005,2007-2013 Free Software Foundation, Inc.
+Comment: GNU Radio gr_modtool derived
+License: GPL-3+
+
+Files: gr-osmosdr/grc/gen_osmosdr_blocks.py
+Copyright: 2012 Free Software Foundation, Inc.
+License: GPL-2+
+
+Files: gr-osmosdr/include/osmosdr/pimpl.h
+ gr-osmosdr/include/osmosdr/ranges.h gr-osmosdr/lib/ranges.cc
+ gr-osmosdr/include/osmosdr/time_spec.h gr-osmosdr/lib/time_spec.cc
+Copyright: 2010-2013 Ettus Research LLC
+License: GPL-3+
+
+FIles: gr-osmosdr/lib/bladerf/bladerf_common.cc
+ gr-osmosdr/lib/bladerf/bladerf_common.h
+ gr-osmosdr/lib/bladerf/bladerf_sink_c.cc
+ gr-osmosdr/lib/bladerf/bladerf_sink_c.h
+ gr-osmosdr/lib/bladerf/bladerf_source_c.cc
+ gr-osmosdr/lib/bladerf/bladerf_source_c.h
+Copyright: 2013 Nuand LLC
+ 2013 Dimitri Stolnikov <horiz0n at gmx.net>
+License: GPL-3+
+
+Files: gr-osmosdr/lib/soapy/*
+Copyright: 2015 Josh Blum <josh at joshknows.com>
+ 2013 Dimitri Stolnikov <horiz0n at gmx.net>
+License: GPL-3+
+
+Files: gr-osmosdr/AUTHORS gr-osmosdr/MANIFEST.md gr-osmosdr/README
+ gr-osmosdr/gnuradio-osmosdr.pc.in gr-osmosdr/cmake/cmake_uninstall.cmake.in
+ gr-osmosdr/include/osmosdr/device.h gr-osmosdr/include/osmosdr/sink.h
+ gr-osmosdr/include/osmosdr/source.h gr-osmosdr/lib/arg_helpers.h
+ gr-osmosdr/lib/config.h.in gr-osmosdr/lib/device.cc gr-osmosdr/lib/sink_iface.h
+ gr-osmosdr/lib/sink_impl.cc gr-osmosdr/lib/sink_impl.h
+ gr-osmosdr/lib/source_iface.h gr-osmosdr/lib/source_impl.cc
+ gr-osmosdr/lib/source_impl.h gr-osmosdr/lib/airspy/* gr-osmosdr/lib/fcd/*
+ gr-osmosdr/lib/file/* gr-osmosdr/lib/hackrf/* gr-osmosdr/lib/miri/*
+ gr-osmosdr/lib/osmosdr/* gr-osmosdr/lib/rfspace/* gr-osmosdr/lib/rtl*
+ gr-osmosdr/lib/sdrplay/* gr-osmosdr/lib/uhd/*
+Copyright: 2012-2013 Dimitri Stolnikov <horiz0n at gmx.net>
+License: GPL-3+
+
+Files: gr-osmosdr/lib/rtl_tcp/rtl_tcp_source_f.h
+Copyright: 2012 Hoernchen <la at tfc-server.de>
+License: GPL-3+
+
+Files: gr-osmosdr/lib/miri/miri_source_c.cc
+Copyright: 2012 Steve Markgraf <steve at steve-m.de>
+ 2012 Dimitri Stolnikov <horiz0n at gmx.net>
+License: GPL-3+
+
+Files: gr-osmosdr/lib/redpitaya/*
+Copyright: 2015 Pavel Demin
+           2012,2015 Dimitri Stolnikov <horiz0n at gmx.net>
+License: GPL-3+
+  
+Files: gr-osmosdr/cmake/Modules/CMakeParseArgumentsCopy.cmake
+Copyright: 2010 Alexander Neundorf <neundorf at kde.org>
+Comment: copy of CMakeParseArguments.cmake from cmake 2.8.x
+License: Kitware-BSD
+ 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.
+
+License: GPL-2+
+ GNU Radio Companion is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+ .
+ GNU Radio Companion is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License (GPL) version 3 can be found in the file
+ '/usr/share/common-licenses/GPL-2'.
+
+License: GPL-3+
+ GNU Radio is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3, or (at your option)
+ any later version.
+ .
+ GNU Radio is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License (GPL) version 3 can be found in the file
+ '/usr/share/common-licenses/GPL-3'.
diff --git a/debian/libsoapyosmosdr0.install b/debian/libsoapyosmosdr0.install
deleted file mode 100644
index 3de3b10..0000000
--- a/debian/libsoapyosmosdr0.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff --git a/debian/patches/internal-common-library b/debian/patches/internal-common-library
new file mode 100644
index 0000000..8b5f2dc
--- /dev/null
+++ b/debian/patches/internal-common-library
@@ -0,0 +1,39 @@
+Description: Make common code shared library private
+ Common code for the drivers is collected in a shared library. This is
+ installed in the standard lib location, although it is not used
+ outside these modules.
+ .
+ Install it into the SoapySDR directory instead and pull off the right
+ RPATH shenanigans to make it work. The soname is changed to be based on
+ the libsoapysdr ABI version to match.
+Author: Andreas Bombe <aeb at debian.org>
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -37,7 +37,7 @@
+ 
+ # Set the version information here
+ set(VERSION "0.2.4")
+-set(SOVERSION 0)
++set(SOVERSION 0.5-2)
+ 
+ find_package(SoapySDR NO_MODULE REQUIRED)
+ 
+@@ -218,11 +218,14 @@
+ add_library(SoapyOsmoSDR SHARED ${osmosdr_srcs})
+ target_link_libraries(SoapyOsmoSDR ${Boost_LIBRARIES} ${osmo_libraries})
+ set_target_properties(SoapyOsmoSDR PROPERTIES DEFINE_SYMBOL "gnuradio_osmosdr_EXPORTS")
+-set_target_properties(SoapyOsmoSDR PROPERTIES VERSION ${VERSION})
+ set_target_properties(SoapyOsmoSDR PROPERTIES SOVERSION ${SOVERSION})
++set(CMAKE_SKIP_BUILD_RPATH FALSE)
++set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
++set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
++set(CMAKE_INSTALL_RPATH "/usr/lib${LIB_SUFFIX}/SoapySDR")
+ 
+ install(TARGETS SoapyOsmoSDR
+-    LIBRARY DESTINATION lib${LIB_SUFFIX} # .so file
++    LIBRARY DESTINATION lib${LIB_SUFFIX}/SoapySDR # .so file
+     ARCHIVE DESTINATION lib${LIB_SUFFIX} # .lib file
+     RUNTIME DESTINATION bin              # .dll file
+ )
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ceeee97
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+internal-common-library
diff --git a/debian/rules b/debian/rules
index 6eb429c..97d1133 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,25 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-export DEB_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=soapyosmo-common0.5-2
+
+# 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 --remaining-packages
diff --git a/debian/docs b/debian/soapyosmo-common0.5-2.docs
similarity index 55%
rename from debian/docs
rename to debian/soapyosmo-common0.5-2.docs
index f9b3f9f..b43bf86 100644
--- a/debian/docs
+++ b/debian/soapyosmo-common0.5-2.docs
@@ -1,2 +1 @@
-COPYING
 README.md
diff --git a/debian/soapyosmo-common0.5-2.install b/debian/soapyosmo-common0.5-2.install
new file mode 100644
index 0000000..4a385b2
--- /dev/null
+++ b/debian/soapyosmo-common0.5-2.install
@@ -0,0 +1 @@
+usr/lib/*/SoapySDR/libSoapyOsmoSDR.so.*
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..c922b2a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://github.com/pothosware/SoapyOsmo/releases .*/soapy-osmo-([\d\.]+)\.tar\.(?:xz|gz|bz2)

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