[libopengl-image-perl] 03/05: rules: do not install hex_tile.pl

dod at debian.org dod at debian.org
Sun Oct 5 08:30:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libopengl-image-perl.

commit e9affad826dd5c7f8f7bce61321994c2a9e7e5d3
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Oct 4 17:31:24 2014 +0200

    rules: do not install hex_tile.pl
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..97b603a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	find $(TMP) -name hex_tile.pl -delete
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libopengl-image-perl.git



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