[Pkg-sdl-commits] [libsdl2-net] 01/02: d/rules: Update shlib and .so symlink to the current version

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Tue Jan 26 16:47:15 UTC 2016


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

mafm pushed a commit to branch master
in repository libsdl2-net.

commit 654e0fb8e1a40cb0e08bf7e9a46a3141cfffc47f
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Tue Jan 26 16:41:50 2016 +0000

    d/rules: Update shlib and .so symlink to the current version
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c3f33ff..117da40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libsdl2-net (2.0.1+dfsg1-2) UNRELEASED; urgency=medium
+
+  * d/rules: Update shlib and .so symlink to the current version
+
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Tue, 26 Jan 2016 16:40:39 +0000
+
 libsdl2-net (2.0.1+dfsg1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index 28742fa..d0130ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-SHLIBVER := 2.0.0
+SHLIBVER := 2.0.1
 
 
 # according to help: speeds up one-time build
@@ -35,7 +35,7 @@ override_dh_installchangelogs:
 
 override_dh_link:
         # fix lintian warning dev-pkg-without-shlib-symlink
-	dh_link -plibsdl2-net-dev usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2_net-2.0.so.0.0.0 usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2_net-2.0.so
+	dh_link -plibsdl2-net-dev usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2_net-2.0.so.0.0.1 usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2_net-2.0.so
 	dh_link --remaining-packages
 
 override_dh_compress:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2-net.git



More information about the pkg-sdl-commits mailing list