[SCM] libgd-graph-perl Debian packaging branch, master, updated. debian/1.44-6-189-gbe93da7

Jonas Smedegaard dr at jones.dk
Sat Jul 20 13:59:42 UTC 2013


The following commit has been merged in the master branch:
commit d20050ab88bd05b119faf86a145dfe1681d82b4f
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jul 20 14:48:00 2013 +0200

    Tidy rules file.

diff --git a/debian/rules b/debian/rules
index e1989d0..225e8da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,14 +25,14 @@ DEB_UPSTREAM_PACKAGE = GDGraph
 DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/GD
 DEB_UPSTREAM_TARBALL_MD5 = a8a4ab62741258803b5744cb8882e68c
 
-DEB_INSTALL_EXAMPLES_libgd-graph-perl := samples
+# Needed by upstream build process
+CDBS_BUILD_DEPENDS +=, libgd-text-perl, imagemagick
+
+DEB_INSTALL_EXAMPLES_libgd-graph-perl = samples
 
 # Upstream says creating samples is a better test so do both
 DEB_MAKE_CHECK_TARGET = test samples
 
-# Clean explicitly, as upstream make target "clean" in samples is broken
+# Clean explicitly: upstream clean target is broken regarding samples
 clean::
-	rm -f $(CURDIR)/samples/sample*.png $(CURDIR)/samples/sample*.gif $(CURDIR)/samples/logo.gif
-
-# Needed for by upstream build process
-CDBS_BUILD_DEPENDS += , libgd-text-perl, imagemagick
+	rm -f samples/sample*.png samples/sample*.gif samples/logo.gif

-- 
libgd-graph-perl Debian packaging



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