[libbenchmark-timer-perl] 03/03: reinstate removal of delta* stuff which got lost

gregor herrmann gregoa at debian.org
Thu Aug 20 20:29:04 UTC 2015


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

gregoa pushed a commit to branch master
in repository libbenchmark-timer-perl.

commit ceeee4486a8722c52a1c90f3fb337601a62a866c
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 20 22:27:37 2015 +0200

    reinstate removal of delta* stuff which got lost
    
    Gbp-Dch: Ignore
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index abde6ef..cfa361c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,12 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
 
+override_dh_auto_install:
+	dh_auto_install
+	$(RM) -v $(TMP)/usr/share/perl5/Benchmark/delta.pl \
+		$(TMP)/usr/share/man/man3/Benchmark::delta.3pm

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



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