This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libgeotiff-dfsg.
commit 344c85a5cf6ef380ad175ceb3fa50df2f2f284fa Author: Bas Couwenberg <[email protected]> Date: Tue Aug 9 23:48:20 2016 +0200 Explicitly remove .la file, not installed. --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 79e8fc9..696fb3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libgeotiff-dfsg (1.4.1-4) UNRELEASED; urgency=medium * Add patch to not install makegeo, install source in examples instead. * Use dh-autoreconf instead of autotools-dev. * Add patch to add manpages for applygeo & geotifcp, and fix listgeo manpage. + * Explicitly remove .la file, not installed. -- Bas Couwenberg <[email protected]> Tue, 09 Aug 2016 20:56:10 +0200 diff --git a/debian/rules b/debian/rules index 25ad3ef..2d6c043 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,7 @@ override_dh_clean: dh_clean libgeotiff.* xtiffio.h newgeo.tif override_dh_install: + $(RM) debian/*/usr/lib/*/libgeotiff.la dh_install --list-missing override_dh_installchangelogs: -- 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

