[libnet-frame-device-perl] 01/02: Move the /bin scripts to examples

Daniel Lintott dlintott-guest at moszumanska.debian.org
Mon Mar 10 19:41:57 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 97633e9e2ad5e67b26905295b9311de9e1b9a31d
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Mon Mar 10 19:36:08 2014 +0000

    Move the /bin scripts to examples
    
    Git-Dch: Ignore
---
 debian/libnet-frame-device-perl.examples | 1 +
 debian/rules                             | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/libnet-frame-device-perl.examples b/debian/libnet-frame-device-perl.examples
index e39721e..5f8a82b 100644
--- a/debian/libnet-frame-device-perl.examples
+++ b/debian/libnet-frame-device-perl.examples
@@ -1 +1,2 @@
 examples/*
+bin/*
diff --git a/debian/rules b/debian/rules
index 3d923a3..7537e47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,4 +8,5 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 override_dh_auto_install:
 	dh_auto_install
-	rename 's/\.pl//' $(TMP)/usr/bin/*.pl
+	$(RM) -v $(TMP)/usr/bin/*.pl
+	rmdir -v --parents --ignore-fail-on-non-empty $(TMP)/usr/bin

-- 
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