[libnet-frame-device-perl] 05/08: Add override to debian/rules

Daniel Lintott dlintott-guest at moszumanska.debian.org
Mon Mar 10 11:17:45 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libnet-frame-device-perl.

commit bd83459e72df000c4262716f948f32a505b0fa2a
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Sat Mar 8 21:34:51 2014 +0000

    Add override to debian/rules
    
    Git-Dch: Ignore
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..3d923a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	rename 's/\.pl//' $(TMP)/usr/bin/*.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-frame-device-perl.git



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