[libpdl-stats-perl] 05/07: Add patch to stop running add_doc.pl at build time.

gregor herrmann gregoa at debian.org
Wed Jun 25 18:54:42 UTC 2014


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

gregoa pushed a commit to branch master
in repository libpdl-stats-perl.

commit 942a62965d6228421dc39d95cb0b65173a275c37
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jun 25 20:51:38 2014 +0200

    Add patch to stop running add_doc.pl at build time.
    
    This happens via a trigger at install time on Debian systems.
    
    Closes: #752657
---
 debian/patches/no_add_doc.patch | 25 +++++++++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/no_add_doc.patch b/debian/patches/no_add_doc.patch
new file mode 100644
index 0000000..159ed5d
--- /dev/null
+++ b/debian/patches/no_add_doc.patch
@@ -0,0 +1,25 @@
+Description: no need for running add_doc.pl at build time.
+ Happens via a trigger at install time.
+Origin: vendor
+Forwarded: not-needed
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-06-25
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -29,15 +29,3 @@
+     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
+     clean               => { FILES => ['PDL-Stats-*'] },
+ );
+-
+-sub MY::postamble {
+-    my $text =
+-'
+-install ::
+-	@echo "Updating PDL documentation database ..."
+-	@$(PERL) add_doc.pl
+-
+-';
+-
+-    return $text;
+-}
diff --git a/debian/patches/series b/debian/patches/series
index 479803a..c8b6a0f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix-manpage-encoding.patch
 fix-typo.patch
+no_add_doc.patch

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



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