r43086 - in /trunk/libtext-greeking-perl/debian: README.source changelog control patches/ patches/pod_errors.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Aug 28 02:08:32 UTC 2009


Author: jawnsy-guest
Date: Fri Aug 28 02:08:26 2009
New Revision: 43086

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43086
Log:
* Updated patch, wrote a description
* Move quilt into B-D as it's needed for dh_clean
* Require dh 7.0.50 for overrides/--with quilt
* Add author tests to B-D-I and enable them

Added:
    trunk/libtext-greeking-perl/debian/README.source
    trunk/libtext-greeking-perl/debian/patches/
    trunk/libtext-greeking-perl/debian/patches/pod_errors.patch
    trunk/libtext-greeking-perl/debian/patches/series
Modified:
    trunk/libtext-greeking-perl/debian/changelog
    trunk/libtext-greeking-perl/debian/control
    trunk/libtext-greeking-perl/debian/rules

Added: trunk/libtext-greeking-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-greeking-perl/debian/README.source?rev=43086&op=file
==============================================================================
--- trunk/libtext-greeking-perl/debian/README.source (added)
+++ trunk/libtext-greeking-perl/debian/README.source Fri Aug 28 02:08:26 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+ 
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libtext-greeking-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-greeking-perl/debian/changelog?rev=43086&op=diff
==============================================================================
--- trunk/libtext-greeking-perl/debian/changelog (original)
+++ trunk/libtext-greeking-perl/debian/changelog Fri Aug 28 02:08:26 2009
@@ -1,9 +1,12 @@
 libtext-greeking-perl (0.12-1) UNRELEASED; urgency=low
 
   * New upstream release
-    + POD fixes applied upstream
   * Standards-Version 3.8.3 (no changes)
   * Added myself to Uploaders and Copyright
+  * Updated patch, wrote a description
+  * Move quilt into B-D as it's needed for dh_clean
+  * Require dh 7.0.50 for overrides/--with quilt
+  * Add author tests to B-D-I and enable them
 
  -- Jonathan Yu <frequency at cpan.org>  Thu, 27 Aug 2009 17:34:12 -0400
 

Modified: trunk/libtext-greeking-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-greeking-perl/debian/control?rev=43086&op=diff
==============================================================================
--- trunk/libtext-greeking-perl/debian/control (original)
+++ trunk/libtext-greeking-perl/debian/control Fri Aug 28 02:08:26 2009
@@ -1,8 +1,9 @@
 Source: libtext-greeking-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends-Indep: perl, libtest-pod-perl, libtest-cpan-meta-perl (>= 0.12),
+ libtest-pod-coverage-perl, libtest-distmanifest-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christine Spang <christine at debian.org>,
  Jonathan Yu <frequency at cpan.org>

Added: trunk/libtext-greeking-perl/debian/patches/pod_errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-greeking-perl/debian/patches/pod_errors.patch?rev=43086&op=file
==============================================================================
--- trunk/libtext-greeking-perl/debian/patches/pod_errors.patch (added)
+++ trunk/libtext-greeking-perl/debian/patches/pod_errors.patch Fri Aug 28 02:08:26 2009
@@ -1,0 +1,23 @@
+Description: Remove =begin pod
+ Upstream perldoc has =begin pod and =end pod lines
+ which result in no POD being output at all.
+Origin: vendor
+Forwarded: no
+Author: Christine Spang <christine at debian.org>
+--- a/lib/Text/Greeking.pm
++++ b/lib/Text/Greeking.pm
+@@ -116,8 +116,6 @@
+ 
+ __END__
+ 
+-=begin pod
+-
+ =head1 NAME
+ 
+ Text::Greeking - a module for generating meaningless text
+@@ -241,5 +239,3 @@
+ reserved.
+ 
+ =cut
+-
+-=end pod

Added: trunk/libtext-greeking-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-greeking-perl/debian/patches/series?rev=43086&op=file
==============================================================================
--- trunk/libtext-greeking-perl/debian/patches/series (added)
+++ trunk/libtext-greeking-perl/debian/patches/series Fri Aug 28 02:08:26 2009
@@ -1,0 +1,1 @@
+pod_errors.patch

Modified: trunk/libtext-greeking-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-greeking-perl/debian/rules?rev=43086&op=diff
==============================================================================
--- trunk/libtext-greeking-perl/debian/rules (original)
+++ trunk/libtext-greeking-perl/debian/rules Fri Aug 28 02:08:26 2009
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@
+
+override_dh_auto_test:
+	AUTOMATED_TESTING=1 dh_auto_test




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