r49854 - in /trunk/libclass-gomor-perl/debian: README.source changelog control patches/ patches/disable-kwalitee-test.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 2 00:06:38 UTC 2010


Author: jawnsy-guest
Date: Sat Jan  2 00:06:16 2010
New Revision: 49854

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49854
Log:
disable kwalitee test using a patch

Added:
    trunk/libclass-gomor-perl/debian/README.source
    trunk/libclass-gomor-perl/debian/patches/
    trunk/libclass-gomor-perl/debian/patches/disable-kwalitee-test.patch
    trunk/libclass-gomor-perl/debian/patches/series
Modified:
    trunk/libclass-gomor-perl/debian/changelog
    trunk/libclass-gomor-perl/debian/control
    trunk/libclass-gomor-perl/debian/rules

Added: trunk/libclass-gomor-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-gomor-perl/debian/README.source?rev=49854&op=file
==============================================================================
--- trunk/libclass-gomor-perl/debian/README.source (added)
+++ trunk/libclass-gomor-perl/debian/README.source Sat Jan  2 00:06:16 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/libclass-gomor-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-gomor-perl/debian/changelog?rev=49854&op=diff
==============================================================================
--- trunk/libclass-gomor-perl/debian/changelog (original)
+++ trunk/libclass-gomor-perl/debian/changelog Sat Jan  2 00:06:16 2010
@@ -1,5 +1,5 @@
 libclass-gomor-perl (1.02-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #563323)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Fri, 1 Jan 2010 18:14:42 -0500

Modified: trunk/libclass-gomor-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-gomor-perl/debian/control?rev=49854&op=diff
==============================================================================
--- trunk/libclass-gomor-perl/debian/control (original)
+++ trunk/libclass-gomor-perl/debian/control Sat Jan  2 00:06:16 2010
@@ -1,7 +1,7 @@
 Source: libclass-gomor-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>

Added: trunk/libclass-gomor-perl/debian/patches/disable-kwalitee-test.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-gomor-perl/debian/patches/disable-kwalitee-test.patch?rev=49854&op=file
==============================================================================
--- trunk/libclass-gomor-perl/debian/patches/disable-kwalitee-test.patch (added)
+++ trunk/libclass-gomor-perl/debian/patches/disable-kwalitee-test.patch Sat Jan  2 00:06:16 2010
@@ -1,0 +1,17 @@
+Description: disable Kwalitee tests
+ These probably aren't going to be useful, and will cause
+ build failures if the CPANTS analyser is changed.
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/t/04-test-kwalitee.t
++++ b/t/04-test-kwalitee.t
+@@ -1,3 +1,8 @@
+ use Test::More;
++
++unless ($ENV{RELEASE_TESTING}) {
++  plan skip_all => 'Kwalitee is an author test';
++}
++
+ eval { require Test::Kwalitee; Test::Kwalitee->import() };
+ plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;

Added: trunk/libclass-gomor-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-gomor-perl/debian/patches/series?rev=49854&op=file
==============================================================================
--- trunk/libclass-gomor-perl/debian/patches/series (added)
+++ trunk/libclass-gomor-perl/debian/patches/series Sat Jan  2 00:06:16 2010
@@ -1,0 +1,1 @@
+disable-kwalitee-test.patch

Modified: trunk/libclass-gomor-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-gomor-perl/debian/rules?rev=49854&op=diff
==============================================================================
--- trunk/libclass-gomor-perl/debian/rules (original)
+++ trunk/libclass-gomor-perl/debian/rules Sat Jan  2 00:06:16 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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