r39672 - in /trunk/libtest-leaktrace-perl/debian: changelog control patches/ patches/series patches/skip-japanese-pod.patch rules
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Fri Jul 10 21:35:18 UTC 2009
Author: jawnsy-guest
Date: Fri Jul 10 21:35:12 2009
New Revision: 39672
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39672
Log:
Added patch so that the Japanese POD is not installed
Added:
trunk/libtest-leaktrace-perl/debian/patches/
trunk/libtest-leaktrace-perl/debian/patches/series
trunk/libtest-leaktrace-perl/debian/patches/skip-japanese-pod.patch
Modified:
trunk/libtest-leaktrace-perl/debian/changelog
trunk/libtest-leaktrace-perl/debian/control
trunk/libtest-leaktrace-perl/debian/rules
Modified: trunk/libtest-leaktrace-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-leaktrace-perl/debian/changelog?rev=39672&op=diff
==============================================================================
--- trunk/libtest-leaktrace-perl/debian/changelog (original)
+++ trunk/libtest-leaktrace-perl/debian/changelog Fri Jul 10 21:35:12 2009
@@ -10,6 +10,7 @@
* Standards-Version 3.8.2
* Use short debian/rules format
* Added copyright for Module::Install and Devel::PPPort files
+ * Added patch so that the Japanese POD is not installed
[ gregor herrmann ]
* debian/control: remove DM-Upload-Allowed since Xavier Oswald is a DD
Modified: trunk/libtest-leaktrace-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-leaktrace-perl/debian/control?rev=39672&op=diff
==============================================================================
--- trunk/libtest-leaktrace-perl/debian/control (original)
+++ trunk/libtest-leaktrace-perl/debian/control Fri Jul 10 21:35:12 2009
@@ -1,7 +1,7 @@
Source: libtest-leaktrace-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.8.1)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46), perl (>= 5.8.1)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Xavier Oswald <x.oswald at free.fr>, Jonathan Yu <frequency at cpan.org>
Standards-Version: 3.8.2
Added: trunk/libtest-leaktrace-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-leaktrace-perl/debian/patches/series?rev=39672&op=file
==============================================================================
--- trunk/libtest-leaktrace-perl/debian/patches/series (added)
+++ trunk/libtest-leaktrace-perl/debian/patches/series Fri Jul 10 21:35:12 2009
@@ -1,0 +1,1 @@
+skip-japanese-pod.patch
Added: trunk/libtest-leaktrace-perl/debian/patches/skip-japanese-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-leaktrace-perl/debian/patches/skip-japanese-pod.patch?rev=39672&op=file
==============================================================================
--- trunk/libtest-leaktrace-perl/debian/patches/skip-japanese-pod.patch (added)
+++ trunk/libtest-leaktrace-perl/debian/patches/skip-japanese-pod.patch Fri Jul 10 21:35:12 2009
@@ -1,0 +1,17 @@
+Description: Do not install Japanese-language POD
+ The included Japanese-language POD file in Test::LeakTrace::JA does not render
+ properly, and breaks tools like pod2man, leading to warnings from lintian.
+ This document is of limited usefulness from pod2man and thus is not installed
+ in Debian.
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=47493
+Author: Ryan Niebur <ryanryan52 at gmail.com>
+Reviewed-by: Jonathan Yu <frequency at cpan.org>
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -24,4 +24,5 @@
+ nytprof *.out
+ cover_db
+ )},
++ 'MAN3PODS' => {'lib/Test/LeakTrace.pm' => '$(INST_MAN3DIR)/Test::LeakTrace.$(MAN3EXT)'},
+ );
Modified: trunk/libtest-leaktrace-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-leaktrace-perl/debian/rules?rev=39672&op=diff
==============================================================================
--- trunk/libtest-leaktrace-perl/debian/rules (original)
+++ trunk/libtest-leaktrace-perl/debian/rules Fri Jul 10 21:35:12 2009
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh --with quilt $@
More information about the Pkg-perl-cvs-commits
mailing list