This is an automated email from the git hooks/post-receive script. fgeyer pushed a commit to branch master in repository pnglite.
commit 462d9dfc29f9dd6017af9f81dde8f8852c545d47 Author: Felix Geyer <[email protected]> Date: Sat Apr 23 18:33:23 2016 +0200 Pass -V to dh_makeshlibs. --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 30d5867..3ad2078 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f # -*- makefile -*- +# Upstream doesn't use an SONAME. +# Bump manually when the ABI changes. export ABI_MAJOR=0 %: @@ -13,3 +15,6 @@ override_dh_auto_build: override_dh_auto_clean: rm -f libpnglite.so.$(ABI_MAJOR) + +override_dh_makeshlibs: + dh_makeshlibs -V -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pnglite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

