[Pkg-sdl-commits] [libsdl2] 01/01: Fix broken library link, thanks Ben Longbons!

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Tue Dec 27 17:56:38 UTC 2016


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

locutusofborg pushed a commit to branch master
in repository libsdl2.

commit 8089cf467c0fd8e5ab8c888dceda4c8c0cfc43f2
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date:   Tue Dec 27 18:13:52 2016 +0100

    Fix broken library link, thanks Ben Longbons!
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bc1ff39..112647e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libsdl2 (2.0.5+dfsg1-2) unstable; urgency=medium
+
+  * Team Upload.
+  * Fix broken link (Closes: #849297)
+    - thanks Ben Longbons for the bug report!
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 27 Dec 2016 18:11:10 +0100
+
 libsdl2 (2.0.5+dfsg1-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index 6de8892..1c22fc6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,7 +92,7 @@ override_dh_install:
 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.4.0 usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2-2.0.so
+	dh_link -plibsdl2-dev usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2-2.0.so.0.4.1 usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2-2.0.so
 	dh_link --remaining-packages
 
 override_dh_makeshlibs:

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