[SCM] Debian packaging of Module-Build-Tiny CPAN distribution branch, master, updated. 30025c28c41957efbf225dc552f55d947bcfa529

gregor herrmann gregoa at debian.org
Sat Jun 29 22:25:58 UTC 2013


The following commit has been merged in the master branch:
commit 30025c28c41957efbf225dc552f55d947bcfa529
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 30 00:25:29 2013 +0200

    drop manpage-section-mismatch.patch
    
    manpage sections are now read from %Config
    
    Git-Dch: Ignore

diff --git a/debian/patches/manpage-section-mismatch.patch b/debian/patches/manpage-section-mismatch.patch
deleted file mode 100644
index 73090b3..0000000
--- a/debian/patches/manpage-section-mismatch.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: fix manpage sections, same as in Module::Build
- This is a Debian-specific change that is supposed to stay, and upstream agrees.
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=86551
-Forwarded: not-needed
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-06-29
-
---- a/lib/Module/Build/Tiny.pm
-+++ b/lib/Module/Build/Tiny.pm
-@@ -87,8 +87,8 @@
- 		process_xs($_, \%opt) for find(qr/.xs$/, 'lib');
- 
- 		if ($opt{install_paths}->install_destination('libdoc') && $opt{install_paths}->is_default_installable('libdoc')) {
--			manify($_, catfile('blib', 'bindoc', man1_pagename($_)), 1, \%opt) for keys %scripts;
--			manify($_, catfile('blib', 'libdoc', man3_pagename($_)), 3, \%opt) for keys %modules;
-+			manify($_, catfile('blib', 'bindoc', man1_pagename($_)), '1p', \%opt) for keys %scripts;
-+			manify($_, catfile('blib', 'libdoc', man3_pagename($_)), '3pm', \%opt) for keys %modules;
- 		}
- 	},
- 	test => sub {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ad39c44..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-manpage-section-mismatch.patch

-- 
Debian packaging of Module-Build-Tiny CPAN distribution



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