r48094 - in /trunk/libhtml-prototype-perl/debian: changelog control patches/ patches/series rules

diocles-guest at users.alioth.debian.org diocles-guest at users.alioth.debian.org
Wed Dec 2 10:13:46 UTC 2009


Author: diocles-guest
Date: Wed Dec  2 10:12:01 2009
New Revision: 48094

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48094
Log:
Add quilt framework

Added:
    trunk/libhtml-prototype-perl/debian/patches/
    trunk/libhtml-prototype-perl/debian/patches/series
Modified:
    trunk/libhtml-prototype-perl/debian/changelog
    trunk/libhtml-prototype-perl/debian/control
    trunk/libhtml-prototype-perl/debian/rules

Modified: trunk/libhtml-prototype-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-prototype-perl/debian/changelog?rev=48094&op=diff
==============================================================================
--- trunk/libhtml-prototype-perl/debian/changelog (original)
+++ trunk/libhtml-prototype-perl/debian/changelog Wed Dec  2 10:12:01 2009
@@ -1,3 +1,11 @@
+libhtml-prototype-perl (1.48-3) UNRELEASED; urgency=low
+
+  * debian/control:
+    + Build-Depend on debhelper (>= 7.0.8) and quilt (>= 0.46-7).
+  * debian/rules: Add --with quilt.
+
+ -- Tim Retout <tim at retout.co.uk>  Wed, 02 Dec 2009 10:10:01 +0000
+
 libhtml-prototype-perl (1.48-2) unstable; urgency=low
 
   [ Ryan Niebur ]

Modified: trunk/libhtml-prototype-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-prototype-perl/debian/control?rev=48094&op=diff
==============================================================================
--- trunk/libhtml-prototype-perl/debian/control (original)
+++ trunk/libhtml-prototype-perl/debian/control Wed Dec  2 10:12:01 2009
@@ -1,7 +1,7 @@
 Source: libhtml-prototype-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.8.0-7),
  libtest-pod-perl, libtest-pod-coverage-perl, libclass-accessor-perl,
  libhtml-tree-perl

Added: trunk/libhtml-prototype-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-prototype-perl/debian/patches/series?rev=48094&op=file
==============================================================================
    (empty)

Modified: trunk/libhtml-prototype-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-prototype-perl/debian/rules?rev=48094&op=diff
==============================================================================
--- trunk/libhtml-prototype-perl/debian/rules (original)
+++ trunk/libhtml-prototype-perl/debian/rules Wed Dec  2 10:12:01 2009
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	TEST_POD=1 dh $@
+	TEST_POD=1 dh --with quilt $@




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