This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libepsilon.
commit 68edd50a10ebdbcbe90d28374940fe19ea9cb23d Author: Bas Couwenberg <[email protected]> Date: Fri Mar 11 02:11:22 2016 +0100 Explicitly remove .la files, not installed. --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index c66487d..237364a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ libepsilon (0.9.2+dfsg-1) UNRELEASED; urgency=medium * Add gbp.conf to use pristine-tar by default. * Add patch to disable tests using non-free lena image. * Bump Standards-Version to 3.9.7, no changes. + * Explicitly remove .la files, not installed. -- Bas Couwenberg <[email protected]> Fri, 11 Mar 2016 01:30:51 +0100 diff --git a/debian/rules b/debian/rules index 04e3761..2773214 100755 --- a/debian/rules +++ b/debian/rules @@ -29,6 +29,8 @@ override_dh_auto_build: override_dh_install: mv $(CURDIR)/debian/tmp/usr/bin/start_epsilon_nodes.pl $(CURDIR)/debian/tmp/usr/bin/start_epsilon_nodes mv $(CURDIR)/debian/tmp/usr/bin/stop_epsilon_nodes.pl $(CURDIR)/debian/tmp/usr/bin/stop_epsilon_nodes + + $(RM) $(CURDIR)/debian/tmp/usr/lib/*/*.la dh_install --list-missing -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libepsilon.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

