[libdevel-nytprof-perl] 04/06: Don't install removed script anymore.
gregor herrmann
gregoa at debian.org
Sun Sep 22 16:26:15 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libdevel-nytprof-perl.
commit e283913a580fa0535842e962a23dffcb5f1e1605
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Sep 22 17:57:15 2013 +0200
Don't install removed script anymore.
---
debian/libdevel-nytprof-perl.examples | 1 -
debian/rules | 4 ----
2 files changed, 5 deletions(-)
diff --git a/debian/libdevel-nytprof-perl.examples b/debian/libdevel-nytprof-perl.examples
index a488fb0..1549b67 100644
--- a/debian/libdevel-nytprof-perl.examples
+++ b/debian/libdevel-nytprof-perl.examples
@@ -1,2 +1 @@
demo
-benchmark.pl
diff --git a/debian/rules b/debian/rules
index c94dbe7..519c29a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,6 @@ TMP = $(CURDIR)/debian/$(PACKAGE)
override_dh_installexamples:
dh_installexamples
- sed -i '1s|^#!perl|#!/usr/bin/perl|' \
- $(TMP)/usr/share/doc/$(PACKAGE)/examples/*.*
sed -i '1s|^#!/bin/env perl|#!/usr/bin/perl|' \
$(TMP)/usr/share/doc/$(PACKAGE)/examples/demo/*
@@ -23,8 +21,6 @@ override_dh_auto_install:
# move arch:all files around
mv -v $(TMP)/usr/lib/perl5/Devel/NYTProf/js \
$(TMP)/usr/share/perl5/Devel/NYTProf/
- # installed as examples
- $(RM) -v $(TMP)/usr/lib/perl5/Devel/benchmark.pl
# remove manpage fragment
$(RM) -v $(TMP)/usr/share/man/man3/Devel::NYTProf::FileInfo.3pm
# remove MemoryProfiling.pod and generated manpage
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-nytprof-perl.git
More information about the Pkg-perl-cvs-commits
mailing list