[Pkg-sdl-commits] [libsdl2] 03/04: Fix .so link to the current version

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Sun Dec 1 21:46:34 UTC 2013


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

mafm pushed a commit to branch master
in repository libsdl2.

commit e9ccd0d302824a07bfb95f7a7a0544fb509dd7c4
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Thu Nov 14 15:48:59 2013 +0000

    Fix .so link to the current version
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index ec233dd..8dbfc5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,9 +32,9 @@ override_dh_install:
 	dh_install --fail-missing -XlibSDL2.la
 
 override_dh_link:
-	# to address lintian warning
-	# W: libsdl2-2.0-0: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0.0.0 usr/lib/x86_64-linux-gnu/libSDL2-2.0.so
-	dh_link -plibsdl2-dev usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2-2.0.so.0.0.0 usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2-2.0.so
+        # to address lintian warning
+        # W: libsdl2-2.0-0: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0.0.0 usr/lib/x86_64-linux-gnu/libSDL2-2.0.so
+	dh_link -plibsdl2-dev usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2-2.0.so.0.1.0 usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2-2.0.so
 	dh_link --remaining-packages
 
 override_dh_strip:

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



More information about the pkg-sdl-commits mailing list