File: no_add_doc.patch

package info (click to toggle)
libpdl-stats-perl 0.76-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 628 kB
  • sloc: perl: 7,946; makefile: 6
file content (25 lines) | stat: -rw-r--r-- 453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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@debian.org>
Last-Update: 2015-11-21

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -62,15 +62,3 @@ WriteMakefile(
       },
     },
 );
-
-sub MY::postamble {
-    my $text =
-'
-install ::
-	@echo "Updating PDL documentation database ..."
-	@$(PERL) add_doc.pl
-
-';
-
-    return $text;
-}