r52999 - in /trunk/libsvn-look-perl/debian: README.source changelog control patches/ rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Feb 18 02:26:35 UTC 2010


Author: jawnsy-guest
Date: Thu Feb 18 02:26:28 2010
New Revision: 52999

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52999
Log:
No longer run author tests, Kwalitee and Perl::Critic are fragile

Removed:
    trunk/libsvn-look-perl/debian/README.source
    trunk/libsvn-look-perl/debian/patches/
Modified:
    trunk/libsvn-look-perl/debian/changelog
    trunk/libsvn-look-perl/debian/control
    trunk/libsvn-look-perl/debian/rules

Modified: trunk/libsvn-look-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/changelog?rev=52999&op=diff
==============================================================================
--- trunk/libsvn-look-perl/debian/changelog (original)
+++ trunk/libsvn-look-perl/debian/changelog Thu Feb 18 02:26:28 2010
@@ -6,8 +6,9 @@
   * Add myself to Uploaders and Copyright
   * Standards-Version 3.8.4 (no changes)
   * Rewrite control description
+  * No longer run author tests, Kwalitee and Perl::Critic are fragile
 
- -- Jonathan Yu <jawnsy at cpan.org>  Wed, 17 Feb 2010 21:40:49 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 17 Feb 2010 21:46:50 -0500
 
 libsvn-look-perl (0.15-1) unstable; urgency=low
 

Modified: trunk/libsvn-look-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/control?rev=52999&op=diff
==============================================================================
--- trunk/libsvn-look-perl/debian/control (original)
+++ trunk/libsvn-look-perl/debian/control Thu Feb 18 02:26:28 2010
@@ -1,9 +1,8 @@
 Source: libsvn-look-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, subversion, libtest-pod-perl,
- libtest-pod-coverage-perl, libtest-kwalitee-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, subversion
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Angel Abad <angelabad at gmail.com>, Jonathan Yu <jawnsy at cpan.org>,
  Antonio Radici <antonio at dyne.org>

Modified: trunk/libsvn-look-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/rules?rev=52999&op=diff
==============================================================================
--- trunk/libsvn-look-perl/debian/rules (original)
+++ trunk/libsvn-look-perl/debian/rules Thu Feb 18 02:26:28 2010
@@ -1,7 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
-
-override_dh_auto_configure:
-	dh_auto_configure -- --author-tests
+	dh $@




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