[Pkg-crosswire-commits] [sword] 01/04: set version for dh_makeshlibs

Daniel Glassey wdg at moszumanska.debian.org
Sun Sep 13 21:06:46 UTC 2015


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

wdg pushed a commit to branch master
in repository sword.

commit 162b585b91517deb6d1b494526a777cc5000e14f
Author: Daniel Glassey <wdg at debian.org>
Date:   Sun Sep 13 06:27:04 2015 +0100

    set version for dh_makeshlibs
---
 debian/changelog | 3 ++-
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de80873..91b569a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,8 @@ sword (1.7.3+dfsg-4) UNRELEASED; urgency=medium
       dh-autoreconf build dep
   * debian/rules:
       dh --with autoreconf
-  * add debian/libsword11.symbols
+      set version for dh_makeshlibs
+  * add debian/libsword11v5.symbols
   * remove debian/libsword-dev.links
   * debian/patches:
       new patch selectively_disable_compiler_warnings.patch
diff --git a/debian/rules b/debian/rules
index 3228821..ce59953 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_auto_configure:
 	dh_auto_configure -Scmake -- \
 	-DCMAKE_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH) \
 	-DLIBSWORD_LIBRARY_TYPE="Shared Static" \
-	-DLIBSWORD_SOVERSION=11 \
+	-DLIBSWORD_SOVERSION=11v5 \
 	-DSWORD_GLOBAL_CONF_DIR='/etc' \
 	-DCMAKE_BUILD_TYPE=NONE \
 	-DSWORD_BUILD_TESTS="Yes" \
@@ -36,7 +36,7 @@ override_dh_install:
 override_dh_strip:
 	dh_strip --dbg-package=libsword-dbg
 override_dh_makeshlibs:
-	dh_makeshlibs -V
+	dh_makeshlibs -V$(ver)
 override_dh_clean:
 	dh_clean $(patsubst %.pod, %, $(wildcard debian/man/*.pod))
 

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



More information about the Pkg-crosswire-commits mailing list