[libtie-cache-perl] 05/06: install example as example again

gregor herrmann gregoa at debian.org
Mon Nov 16 18:59:03 UTC 2015


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

gregoa pushed a commit to branch master
in repository libtie-cache-perl.

commit fa946d2955eafb5a667354f6238b6fe39e1e15e6
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Nov 16 19:55:46 2015 +0100

    install example as example again
    
    and not under /usr/share/perl5
    
    Gbp-Dch: Ignore
---
 debian/libtie-cache-perl.examples | 1 +
 debian/rules                      | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/debian/libtie-cache-perl.examples b/debian/libtie-cache-perl.examples
new file mode 100644
index 0000000..20c5fce
--- /dev/null
+++ b/debian/libtie-cache-perl.examples
@@ -0,0 +1 @@
+tie-cache-bench.pl
diff --git a/debian/rules b/debian/rules
index 2d33f6a..c84d3f4 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
+	$(RM) $(TMP)/usr/share/perl5/Tie/tie-cache-bench.pl

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



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