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)
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 <locutusofb...@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:
From 2276551402b7559a1dcaa2692165711adeb8a2f3 Mon Sep 17 00:00:00 2001
From: Gianfranco Costamagna <locutusofb...@debian.org>
Date: Tue, 27 Dec 2016 18:13:52 +0100
Subject: [PATCH] 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 <locutusofb...@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:
-- 
2.7.4

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to