r46950 - in /trunk/libwww-freshmeat-perl/debian: README.source control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Nov 9 16:47:52 UTC 2009


Author: jawnsy-guest
Date: Mon Nov  9 16:47:45 2009
New Revision: 46950

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46950
Log:
now require quilt for patches, and add README.source

Added:
    trunk/libwww-freshmeat-perl/debian/README.source
Modified:
    trunk/libwww-freshmeat-perl/debian/control
    trunk/libwww-freshmeat-perl/debian/rules

Added: trunk/libwww-freshmeat-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-freshmeat-perl/debian/README.source?rev=46950&op=file
==============================================================================
--- trunk/libwww-freshmeat-perl/debian/README.source (added)
+++ trunk/libwww-freshmeat-perl/debian/README.source Mon Nov  9 16:47:45 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/libwww-freshmeat-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-freshmeat-perl/debian/control?rev=46950&op=diff
==============================================================================
--- trunk/libwww-freshmeat-perl/debian/control (original)
+++ trunk/libwww-freshmeat-perl/debian/control Mon Nov  9 16:47:45 2009
@@ -1,7 +1,7 @@
 Source: libwww-freshmeat-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libwww-perl, libxml-simple-perl, libmouse-perl,
  liblwp-online-perl,  libtest-pod-coverage-perl, libfile-slurp-perl,
  libtest-pod-perl

Modified: trunk/libwww-freshmeat-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-freshmeat-perl/debian/rules?rev=46950&op=diff
==============================================================================
--- trunk/libwww-freshmeat-perl/debian/rules (original)
+++ trunk/libwww-freshmeat-perl/debian/rules Mon Nov  9 16:47:45 2009
@@ -3,7 +3,7 @@
 TEST_FILES = $(filter-out t/nonexistingproject.t t/project.t,$(shell echo t/*.t))
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_auto_test:
 	dh_auto_test -- TEST_FILES="$(TEST_FILES)"




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