r50215 - in /trunk/libnet-twitter-perl/debian: README.source control patches/ patches/disable-pod-spelling patches/series rules

ryan at users.alioth.debian.org ryan at users.alioth.debian.org
Tue Jan 5 02:28:44 UTC 2010


Author: ryan
Date: Tue Jan  5 02:28:39 2010
New Revision: 50215

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50215
Log:
enable some of the POD tests

Added:
    trunk/libnet-twitter-perl/debian/README.source
    trunk/libnet-twitter-perl/debian/patches/
    trunk/libnet-twitter-perl/debian/patches/disable-pod-spelling
    trunk/libnet-twitter-perl/debian/patches/series
Modified:
    trunk/libnet-twitter-perl/debian/control
    trunk/libnet-twitter-perl/debian/rules

Added: trunk/libnet-twitter-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/README.source?rev=50215&op=file
==============================================================================
--- trunk/libnet-twitter-perl/debian/README.source (added)
+++ trunk/libnet-twitter-perl/debian/README.source Tue Jan  5 02:28:39 2010
@@ -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/libnet-twitter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/control?rev=50215&op=diff
==============================================================================
--- trunk/libnet-twitter-perl/debian/control (original)
+++ trunk/libnet-twitter-perl/debian/control Tue Jan  5 02:28:39 2010
@@ -1,14 +1,15 @@
 Source: libnet-twitter-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libdatetime-format-strptime-perl (>= 1.1000),
  libdata-visitor-perl, libdatetime-perl (>= 2:0.5100), libhtml-parser-perl,
  libjson-any-perl (>= 1.21), libjson-xs-perl, libnamespace-autoclean-perl,
  libmoose-perl (>= 0.85), libmoosex-attributehelpers-perl, libwww-perl,
  libnet-oauth-perl (>= 0.20), libtest-exception-perl, liburi-perl (>= 1.40),
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.88), libtry-tiny-perl,
- libmoosex-multiinitarg-perl
+ libmoosex-multiinitarg-perl,
+ libtest-pod-perl, libtest-pod-coverage-perl, libpod-coverage-perl,
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3

Added: trunk/libnet-twitter-perl/debian/patches/disable-pod-spelling
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/patches/disable-pod-spelling?rev=50215&op=file
==============================================================================
--- trunk/libnet-twitter-perl/debian/patches/disable-pod-spelling (added)
+++ trunk/libnet-twitter-perl/debian/patches/disable-pod-spelling Tue Jan  5 02:28:39 2010
@@ -1,0 +1,15 @@
+make TEST_POD_SPELLING separate from TEST_POD
+
+--- a/t/99-pod_spelling.t
++++ b/t/99-pod_spelling.t
+@@ -3,8 +3,8 @@
+ use warnings;
+ use Test::More;
+ 
+-plan skip_all => 'set TEST_POD to enable this test'
+-  unless ($ENV{TEST_POD} || -e 'MANIFEST.SKIP');
++plan skip_all => 'set TEST_POD_SPELLING to enable this test'
++  unless ($ENV{TEST_POD_SPELLING} || -e 'MANIFEST.SKIP');
+ 
+ eval 'use Test::Spelling 0.11';
+ plan skip_all => 'Test::Spelling 0.11 not installed' if $@;

Added: trunk/libnet-twitter-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/patches/series?rev=50215&op=file
==============================================================================
--- trunk/libnet-twitter-perl/debian/patches/series (added)
+++ trunk/libnet-twitter-perl/debian/patches/series Tue Jan  5 02:28:39 2010
@@ -1,0 +1,1 @@
+disable-pod-spelling

Modified: trunk/libnet-twitter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/rules?rev=50215&op=diff
==============================================================================
--- trunk/libnet-twitter-perl/debian/rules (original)
+++ trunk/libnet-twitter-perl/debian/rules Tue Jan  5 02:28:39 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	TEST_POD=1 dh --with quilt $@




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