[SCM] librdf-trine-perl Debian packaging branch, master, updated. debian/0.135-2-12-g0d39daf

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Dec 29 12:45:24 UTC 2011


The following commit has been merged in the master branch:
commit f2bb22d17d4852b5337d4d35f066b4b2d8b3726c
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Dec 29 13:18:09 2011 +0100

    Made sure srx2csv and srx2table are only shipped as examples

diff --git a/debian/changelog b/debian/changelog
index 96ab922..efb312a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ librdf-trine-perl (0.137-1) UNRELEASED; urgency=low
   * Bumped copyright year and adjusted DEP-5 headers.
   * Updated dependencies.
   * Added myself to uploaders and copyright.
+  * Made sure srx2csv and srx2table are only shipped as examples.
 
   [ Jonas Smedegaard ]
   * Update copyright file: Quote licenses in comments.
diff --git a/debian/rules b/debian/rules
index 8378f45..c917f3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,3 +47,8 @@ CDBS_BUILD_DEPENDS += , libtest-exception-perl, libtest-json-perl
 CDBS_BUILD_DEPENDS += , librdf-perl, libtest-pod-perl, libtest-pod-coverage-perl
 
 DEB_INSTALL_EXAMPLES_ALL += examples/* bin
+
+# make sure srx2csv and srx2table aren't shipped in /usr/bin *in addition* to examples/bin
+install/librdf-trine-perl::
+	rm debian/librdf-trine-perl/usr/bin/srx2*
+	rmdir debian/librdf-trine-perl/usr/bin

-- 
librdf-trine-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list