This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository sfcgal.
commit c06e9e341d3c399b45c78c1f32415fe8ecc4482f Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Fri Oct 2 17:08:45 2015 +0200 Explicitly remove test executables, not installed. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3e3ee2d..e5f9691 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ sfcgal (1.2.0-1) UNRELEASED; urgency=medium * Use -DCMAKE_BUILD_TYPE=RelWithDebInfo instead of None. * Update symbols for amd64. * Explicitly remove .la files, not installed. + * Explicitly remove test executables, not installed. -- Sven Geggus <sven-deb...@geggus.net> Fri, 18 Sep 2015 17:47:24 +0200 diff --git a/debian/rules b/debian/rules index d1472c6..d218c37 100755 --- a/debian/rules +++ b/debian/rules @@ -34,6 +34,9 @@ override_dh_install: # Remove .la files $(RM) $(CURDIR)/debian/tmp/usr/lib/libSFCGAL.la + # Remove test executables + $(RM) $(CURDIR)/debian/tmp/usr/bin/*test* + dh_install --list-missing override_dh_installchangelogs: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/sfcgal.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