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 03dcfeb0ab714d9c1641b5e29db25f479a69c68d Author: gregor herrmann <[email protected]> Date: Mon Jun 8 19:46:14 2015 +0200 Convert upstream Changes file from POD to text/plain. --- debian/clean | 1 + debian/rules | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..b7db99b --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +Changes.txt diff --git a/debian/rules b/debian/rules index cc16dbf..c375dd0 100755 --- a/debian/rules +++ b/debian/rules @@ -24,3 +24,7 @@ override_dh_auto_install: $(RM) -v $(TMP)/usr/share/man/man3/Devel::MemoryProfiling.3pm # install below /usr/share mv -v $(TMP)/usr/bin/flamegraph.pl $(TMP)/usr/share/perl5/Devel/NYTProf/ + +override_dh_installchangelogs: + pod2text --loose --utf8 Changes Changes.txt + dh_installchangelogs Changes.txt -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-nytprof-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
