[SCM] Debian packaging of libdevel-nytprof-perl branch, master, updated. debian/4.25-1-16-g9216c2f

gregor herrmann gregoa at debian.org
Fri May 17 21:37:15 UTC 2013


The following commit has been merged in the master branch:
commit 8f7bc69e08bd0e1b57fa2e86fa08dee2809d3cc7
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 17 23:35:24 2013 +0200

    Install new bin/flamegraph.pl script as an example.

diff --git a/debian/libdevel-nytprof-perl.examples b/debian/libdevel-nytprof-perl.examples
index a488fb0..ffd60af 100644
--- a/debian/libdevel-nytprof-perl.examples
+++ b/debian/libdevel-nytprof-perl.examples
@@ -1,2 +1,3 @@
 demo
 benchmark.pl
+bin/flamegraph.pl
diff --git a/debian/rules b/debian/rules
index 28772c0..9f00f63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,3 +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

-- 
Debian packaging of libdevel-nytprof-perl



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