[SCM] Debian packaging of libtest-distribution-perl branch, master, updated. df73c1e27b6289f11ca1f807f0dbb82b55c6be3a

gregor herrmann gregoa at debian.org
Sun Jun 16 15:59:18 UTC 2013


The following commit has been merged in the master branch:
commit 963e3ed7fca19ee16aca50acd1f42d5139ff63c9
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 16 17:44:18 2013 +0200

    Add patch to fix POD issues in Changes.pod.
    
    Closes: #711262

diff --git a/debian/patches/fix-changes-pod.patch b/debian/patches/fix-changes-pod.patch
new file mode 100644
index 0000000..555cb9f
--- /dev/null
+++ b/debian/patches/fix-changes-pod.patch
@@ -0,0 +1,294 @@
+Description: fix various POD issues
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85964
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85964
+Bug-Debian: http://bugs.debian.org/711262
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-16
+
+--- a/Changes.pod
++++ b/Changes.pod
+@@ -1,8 +1,10 @@
++=encoding ISO8859-1
++
+ =head1 Revision history for Test::Distribution.
+ 
+ =head2 2.00 (svn rev 29)
+ 
+-=over *
++=over
+ 
+ =item SIGNATURE support - back but optional. What i should have done in the first place! Sorry guys!
+ 
+@@ -12,7 +14,7 @@
+ 
+ =head2 1.29 (svn rev 19) - REMOVED FROM CPAN
+ 
+-=over *
++=over
+ 
+ =item Removed SIGNATURE support - the sig fad has gone away, there have been issues with checking sigs on non-windows platforms
+ 
+@@ -20,7 +22,7 @@
+ 
+ =head2 1.28 (svn rev 10)
+ 
+-=over *
++=over
+ 
+ =item Support distribtions such as httpd_ctl which have no blib/lib dir
+ 
+@@ -28,7 +30,7 @@
+ 
+ =head2 1.27 (svn rev 4)
+ 
+-=over *
++=over
+ 
+ =item Documented source availability on sourceforge
+ 
+@@ -38,7 +40,7 @@
+ 
+ =head2 1.26
+ 
+-=over *
++=over
+ 
+ =item  Stoped using 'our' as this is not supported by Perl pre 5.6.x
+ 
+@@ -52,7 +54,7 @@
+ 
+ =head2 1.25
+ 
+-=over * 
++=over
+ 
+ =item  Removed Makefile.PL - everyone knows what Module::Build is these days
+ 
+@@ -60,7 +62,7 @@
+ 
+ =head2 1.24
+ 
+-=over *
++=over
+ 
+ =item  Removed message asking users not to log bugs to rt.cpan.org as I do now seem to finally own the bugs queue for this module
+ 
+@@ -68,7 +70,7 @@
+ 
+ =head2 1.23
+ 
+-=over *
++=over
+ 
+ 
+ =item  Stop using the MANIFEST list to find .pm files, just search under lib instead. This prevents T::D from trying to use modules not for install (e.g. under t/lib) and using them incorrectly!  Let me know if you'd like more flexiblity (e.g. to override the search directory, and if you need to specify multiple search roots). There is a dir option but it's not public/documented because I think I need to do a thorough code review to make sure it works properly. As I say, let me know if you want/need this flexibility and I shall add it to a future release.
+@@ -77,7 +79,7 @@
+ 
+ =head2 1.22
+ 
+-=over *
++=over
+ 
+ =item  .xpm files are no longer matched as modules
+ 
+@@ -85,7 +87,7 @@
+ 
+ =head2 1.21
+ 
+-=over *
++=over
+ 
+ 
+ =item  Try to fix one of the windows build errors that some users see by using Module::Signature directly instead of Test::Signature. Specifically the use of the CANNOT_VERIFY method - as it seems one can have Module::Signature installed without having the software which can actually do the verification installed.
+@@ -94,7 +96,7 @@
+ 
+ =head2 1.20
+ 
+-=over *
++=over
+ 
+ =item Minor documentation updates
+ 
+@@ -102,7 +104,7 @@
+ 
+ =head2 1.19
+ 
+-=over *
++=over
+ 
+ =item Added Test::Pod::Coverage support
+ 
+@@ -110,7 +112,7 @@
+ 
+ =head2 1.18
+ 
+-=over *
++=over
+ 
+ =item Now accept file ChangeLog as an alternative to Changes
+ 
+@@ -122,7 +124,7 @@
+ 
+ =head2 1.17
+ 
+-=over *
++=over
+ 
+ 
+ =item  Added the distversion option so that people can check whether $VERSION matches the distribution version. This used to be a mandatory check but was removed in 1.14.
+@@ -131,7 +133,7 @@
+ 
+ =head2 1.16
+ 
+-=over *
++=over
+ 
+ 
+ =item  Minimum version of ExtUtils::Manifest required is 1.43.  Passthrough Makefile.PL is now generated by Module::Build and so is up to date and now explicitly sets the build_class.  Thanks to Gabor Szabo for reporting these bugs in Test-Distribution v1.15
+@@ -140,7 +142,7 @@
+ 
+ =head2 1.15
+ 
+-=over *
++=over
+ 
+ 
+ =item  Test::Distribution now uses the MANIFEST to find modules to test.
+@@ -156,7 +158,7 @@
+ 
+ =head2 1.14
+ 
+-=over *
++=over
+ 
+ 
+ =item  Versions test  now less  restrictive.
+@@ -167,7 +169,7 @@
+ 
+ =head2 1.13
+ 
+-=over *
++=over
+ 
+ =item  Simple update of TODO which i should have done in 1.12
+ 
+@@ -175,7 +177,7 @@
+ 
+ =head2 1.12
+ 
+-=over *
++=over
+ 
+ 
+ =item  prereq tests are now skipped if a Build.PL is found.
+@@ -186,7 +188,7 @@
+ 
+ =head2 1.11
+ 
+-=over *
++=over
+ 
+ 
+ =item  Removed Test::Prereq as a prerequisite as i'm not actually using it yet
+@@ -199,7 +201,7 @@
+ 
+ =head2 1.10
+ 
+-=over *
++=over
+ 
+ =item  Updated TODO
+ 
+@@ -207,7 +209,7 @@
+ 
+ =head2 1.09
+ 
+-=over *
++=over
+ 
+ =item  Added missing Test::Signature to requires hash in Build.PL
+ 
+@@ -217,7 +219,7 @@
+ 
+ =head2 1.08
+ 
+-=over *
++=over
+ 
+ =item  Updated example of 01distribution.t with code that doesn't cause testing of the module to fail if user does not have Test::Distribtion installed.
+           
+@@ -229,7 +231,7 @@
+ 
+ =head2 1.07
+ 
+-=over *
++=over
+ 
+ =item  Minor POD Updates
+ 
+@@ -244,7 +246,7 @@
+ 
+ =head2 1.06
+ 
+-=over *
++=over
+ 
+ =item  New Maintainer/Owner: Sagar R. Shah
+ 
+@@ -260,7 +262,7 @@
+ 
+ =head2 1.05
+ 
+-=over *
++=over
+ 
+ =item  Testing PREREQ_PM relies on Module::CoreList which, even at the current version, doesn't know about perl 5.8.1 yet.  So in the meantime, I've added a simple check to skip PREREQ_PM testing if $Module::CoreList::version{ $] } doesn't exist (thanks Randal L. Schwartz and Richard Clamp).
+ 
+@@ -270,7 +272,7 @@
+ 
+ =head2 1.04
+ 
+-=over *
++=over
+ 
+ =item  Changed to use Test::Pod 0.95 and pod_file_ok function instead of pod_ok to prevent deprecation warnings (thanks Sagar Shah)
+ 
+@@ -278,9 +280,7 @@
+ 
+ =head2 1.03
+ 
+-=over *
+-
+--
++=over
+ 
+ =item  added a named argument 'not' to ask not to do certain types of tests
+ 
+@@ -296,7 +296,7 @@
+ 
+ =head2 1.02
+ 
+-=over *
++=over
+ 
+ =item  changed the name to Test::Distribution as per Andy Lester's suggestion and updated docs.
+ 
+@@ -304,7 +304,7 @@
+ 
+ =head2 1.01
+ 
+-=over *
++=over
+ 
+ =item  added named arguments ('tests', 'only') and reflection subs (packages(), files(), num_tests()), and docs for the same.
+ 
+@@ -312,7 +312,7 @@
+ 
+ =head2 1.00
+ 
+-=over *
++=over
+ 
+ =item  ideas by Andy Lester and brian d foy (see http://use.perl.org/~brian_d_foy/journal/7463)
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1a95afb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-changes-pod.patch

-- 
Debian packaging of libtest-distribution-perl



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