r49490 - in /trunk/libcatalyst-manual-perl/debian: README.source changelog control patches/ rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Dec 29 00:37:38 UTC 2009


Author: jawnsy-guest
Date: Tue Dec 29 00:37:32 2009
New Revision: 49490

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49490
Log:
ugh. apparently the patch needs to be refreshed :/ who releases things without running the tests first?!

Added:
    trunk/libcatalyst-manual-perl/debian/README.source
      - copied unchanged from r49488, trunk/libcatalyst-manual-perl/debian/README.source
    trunk/libcatalyst-manual-perl/debian/patches/
      - copied from r49488, trunk/libcatalyst-manual-perl/debian/patches/
Modified:
    trunk/libcatalyst-manual-perl/debian/changelog
    trunk/libcatalyst-manual-perl/debian/control
    trunk/libcatalyst-manual-perl/debian/rules

Modified: trunk/libcatalyst-manual-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/changelog?rev=49490&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/changelog (original)
+++ trunk/libcatalyst-manual-perl/debian/changelog Tue Dec 29 00:37:32 2009
@@ -1,7 +1,6 @@
 libcatalyst-manual-perl (5.8003-1) UNRELEASED; urgency=low
 
   * New upstream release
-  * Remove POD patch (applied upstream)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Mon, 28 Dec 2009 19:27:58 -0500
 

Modified: trunk/libcatalyst-manual-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/control?rev=49490&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/control (original)
+++ trunk/libcatalyst-manual-perl/debian/control Tue Dec 29 00:37:32 2009
@@ -1,7 +1,7 @@
 Source: libcatalyst-manual-perl
 Section: non-free/perl
 Priority: optional
-Build-Depends: debhelper (>= 7.2.13)
+Build-Depends: debhelper (>= 7.2.13), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libtest-pod-perl,
  libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libcatalyst-manual-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/rules?rev=49490&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/rules (original)
+++ trunk/libcatalyst-manual-perl/debian/rules Tue Dec 29 00:37:32 2009
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_auto_test:
 	TEST_POD=1 dh_auto_test




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