Bug#849297: /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so: broken symbolic link

Gianfranco Costamagna locutusofborg at debian.org
Tue Dec 27 17:18:54 UTC 2016


control: tags -1 patch
control: tags -1 pending

> libSDL2-2.0.so -> libSDL2-2.0.so.0.4.0
> libSDL2.so -> libSDL2-2.0.so.0.4.1
> 

this is indeed wrong, even if probably useless.
I pushed a fix in deferred/5, I can't commit on git because it seems outdated

I did keep changes minimal, at this point of Stretch development, I think
it is better to keep an useless symlink (correct) instead of dropping it without
a deep knowledge of its reverse-dependencies.

Maybe for Buster we can consider a drop?

thanks!

Gianfranco
(and happy new year)
-------------- next part --------------
diff -Nru libsdl2-2.0.5+dfsg1/debian/changelog libsdl2-2.0.5+dfsg1/debian/changelog
--- libsdl2-2.0.5+dfsg1/debian/changelog	2016-11-02 01:20:36.000000000 +0100
+++ libsdl2-2.0.5+dfsg1/debian/changelog	2016-12-27 18:15:41.000000000 +0100
@@ -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 -Nru libsdl2-2.0.5+dfsg1/debian/rules libsdl2-2.0.5+dfsg1/debian/rules
--- libsdl2-2.0.5+dfsg1/debian/rules	2016-11-01 19:22:07.000000000 +0100
+++ libsdl2-2.0.5+dfsg1/debian/rules	2016-12-27 18:15:41.000000000 +0100
@@ -92,7 +92,7 @@
 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:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-broken-library-link-thanks-Ben-Longbons.patch
Type: text/x-patch
Size: 1461 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-sdl-maintainers/attachments/20161227/c93b1f7c/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-sdl-maintainers/attachments/20161227/c93b1f7c/attachment.sig>


More information about the Pkg-sdl-maintainers mailing list