This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libgeotiff-dfsg.
commit 646938d486c45d94603fc8bd892fdcb3d761f897 Author: Bas Couwenberg <[email protected]> Date: Sun Feb 14 17:40:55 2016 +0100 Don't ignore symbols changes in dh_makeshlibs override. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 72658bc..a33e272 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libgeotiff-dfsg (1.4.1-2) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.7, no changes. * Update URLs in upstream metadata to use HTTPS. * Update watch file to handle common issues and other tar extensions. + * Don't ignore symbols changes in dh_makeshlibs override. -- Bas Couwenberg <[email protected]> Sun, 14 Feb 2016 17:11:29 +0100 diff --git a/debian/rules b/debian/rules index d93917f..5373190 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ override_dh_installchangelogs: override_dh_makeshlibs: # Forces failure ignoring to collect new symbols - dh_makeshlibs -- -c0 -v$(GEOTIFF_VERSION) + dh_makeshlibs -- -v$(GEOTIFF_VERSION) override_dh_strip: dh_strip --dbg-package=libgeotiff2-dbg -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

