[Pkg-sdl-commits] [libsdl2] 01/02: Fix libSDL2-2.0.so symlink, thanks Andreas Beckmann (Closes: #877270)
Manuel A. Fernandez Montecelo
mafm at moszumanska.debian.org
Sat Sep 30 08:33:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
mafm pushed a commit to annotated tag debian/2.0.6+dfsg1-2
in repository libsdl2.
commit f5228b39bf6c6e5a501513f1e7349c82ac3e27d6
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date: Sat Sep 30 10:09:07 2017 +0200
Fix libSDL2-2.0.so symlink, thanks Andreas Beckmann (Closes: #877270)
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 52adcce..b91eda6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libsdl2 (2.0.6+dfsg1-2) UNRELEASED; urgency=medium
+
+ * Fix libSDL2-2.0.so symlink, thanks Andreas Beckmann (Closes: #877270)
+
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org> Sat, 30 Sep 2017 10:08:04 +0200
+
libsdl2 (2.0.6+dfsg1-1) unstable; urgency=medium
[ Manuel A. Fernandez Montecelo ]
diff --git a/debian/rules b/debian/rules
index fb6327c..a8f8e18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,7 @@ override_dh_missing:
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.1 usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2-2.0.so
+ dh_link -plibsdl2-dev usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2-2.0.so.0.6.0 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