[libdevel-nytprof-perl] 01/03: Install flamegraph.pl under /usr/share instead of as an example.
gregor herrmann
gregoa at debian.org
Wed Aug 7 18:56:24 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 4ddd79403a8bdc9f71f8c87e9361d00ec07ad5d0
Author: gregor herrmann <gregoa at debian.org>
Date: Wed Aug 7 20:42:00 2013 +0200
Install flamegraph.pl under /usr/share instead of as an example.
---
debian/libdevel-nytprof-perl.examples | 1 -
debian/rules | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/libdevel-nytprof-perl.examples b/debian/libdevel-nytprof-perl.examples
index ffd60af..a488fb0 100644
--- a/debian/libdevel-nytprof-perl.examples
+++ b/debian/libdevel-nytprof-perl.examples
@@ -1,3 +1,2 @@
demo
benchmark.pl
-bin/flamegraph.pl
diff --git a/debian/rules b/debian/rules
index 9f00f63..c94dbe7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,5 +30,5 @@ override_dh_auto_install:
# remove MemoryProfiling.pod and generated manpage
$(RM) -v $(TMP)/usr/lib/perl5/Devel/MemoryProfiling.pod
$(RM) -v $(TMP)/usr/share/man/man3/Devel::MemoryProfiling.3pm
- # installed as an example
- $(RM) -v $(TMP)/usr/bin/flamegraph.pl
+ # install below /usr/share
+ mv $(TMP)/usr/bin/flamegraph.pl $(TMP)/usr/share/perl5/Devel/NYTProf/
--
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