[Pkg-sdl-commits] [libsdl2] 01/02: fix shlib symlink
Fabian Greffrath
fabian at moszumanska.debian.org
Thu Nov 9 16:39:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
fabian pushed a commit to branch master
in repository libsdl2.
commit 4a4a1805a4bd9b3938cd5eccd8525a2b9254bc4d
Author: Fabian Greffrath <fabian at debian.org>
Date: Thu Nov 9 17:26:32 2017 +0100
fix shlib symlink
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 5925b90..3d1c51f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,7 +78,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.6.0 usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2-2.0.so
+ dh_link -plibsdl2-dev usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2-2.0.so.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