[sfcgal] 07/10: Explicitly remove test executables, not installed.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Oct 2 17:59:14 UTC 2015
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 <sebastic at 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-debian at 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
More information about the Pkg-grass-devel
mailing list