This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository shapelib.
commit 5983933b069ac93d5e5b7eb20834634ce60b8d5d Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Tue Dec 6 20:56:45 2016 +0100 Explicitly remove .la files. --- debian/changelog | 1 + debian/rules | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0eaa742..f40ce79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ shapelib (1.4.0~rc1-1) UNRELEASED; urgency=medium * Update symbols for 1.4.0~rc1. * Override dh_install to use --list-missing. * Include pkgconfig script in -dev package. + * Explicitly remove .la files. -- Bas Couwenberg <sebas...@debian.org> Tue, 06 Dec 2016 19:46:29 +0100 diff --git a/debian/rules b/debian/rules index c9da674..a76cac5 100755 --- a/debian/rules +++ b/debian/rules @@ -43,6 +43,12 @@ override_dh_auto_build: # cp contrib/$$prg debian/tmp/usr/bin/. ; \ # done +override_dh_auto_install: + dh_auto_install + + # Don't install .la files + $(RM) debian/*/usr/lib/*/*.la + override_dh_install: dh_install --list-missing -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/shapelib.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel