[hamradio-commits] [soapysdr] 02/02: Install placeholder module directory in shared library package

Andreas E. Bombe aeb at moszumanska.debian.org
Mon Aug 15 00:16:29 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 1116e43d070664655858f858e88860bae4a5f959
Author: Andreas Bombe <aeb at debian.org>
Date:   Mon Aug 15 02:14:04 2016 +0200

    Install placeholder module directory in shared library package
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fa63c07..8867e25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ soapysdr (0.5.1-1) UNRELEASED; urgency=medium
   * New upstream version 0.5.1
     - Modules are now searched in ABI versioned path to facilitate
       parallel installation of multiple libsoapysdr ABI versions
+  * Install placeholder module directory in shared library package
   * Add DEP3 header to version-string patch
 
  -- Andreas Bombe <aeb at debian.org>  Sun, 14 Aug 2016 22:23:53 +0200
diff --git a/debian/rules b/debian/rules
index dec51af..e11bcce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,5 +21,8 @@ override_dh_auto_configure:
 		-DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" \
 		-DOVERRIDE_SOAPY_SDR_VERSION="$(DEB_VERSION)"
 
+override_dh_installdirs:
+	dh_installdirs usr/lib/$(DEB_HOST_MULTIARCH)/SoapySDR/modules0.5-2
+
 override_dh_installchangelogs:
 	dh_installchangelogs Changelog.txt

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