r52659 - in /trunk/libxml-stream-perl/debian: README.source changelog control rules source/ source/format

franck at users.alioth.debian.org franck at users.alioth.debian.org
Fri Feb 12 23:31:29 UTC 2010


Author: franck
Date: Fri Feb 12 23:31:22 2010
New Revision: 52659

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52659
Log:
 * Switch to dpkg-source 3.0 (quilt) format.
    + Removed useless README.source which only documented the quilt usage.
    + Removed --with-quilt argument for debhelper.
    + Removed BDI on quilt in d.control.

Added:
    trunk/libxml-stream-perl/debian/source/
    trunk/libxml-stream-perl/debian/source/format
Removed:
    trunk/libxml-stream-perl/debian/README.source
Modified:
    trunk/libxml-stream-perl/debian/changelog
    trunk/libxml-stream-perl/debian/control
    trunk/libxml-stream-perl/debian/rules

Modified: trunk/libxml-stream-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-stream-perl/debian/changelog?rev=52659&op=diff
==============================================================================
--- trunk/libxml-stream-perl/debian/changelog (original)
+++ trunk/libxml-stream-perl/debian/changelog Fri Feb 12 23:31:22 2010
@@ -7,8 +7,12 @@
     access. (Set NO_NETWORK=1 in d.rules to disable the tests).
   * Added /me to Uploaders. Refreshed d.control and d.copyright accordingly.
   * Bumped up Standards-Version to 3.8.4 (no changes).
-
- -- gregor herrmann <gregoa at debian.org>  Thu, 11 Feb 2010 23:22:59 +0100
+  * Switch to dpkg-source 3.0 (quilt) format.
+    + Removed useless README.source which only documented the quilt usage.
+    + Removed --with-quilt argument for debhelper.
+    + Removed BDI on quilt in d.control.
+
+ -- Franck Joncourt <franck at debian.org>  Fri, 12 Feb 2010 23:58:15 +0100
 
 libxml-stream-perl (1.23-1) unstable; urgency=low
 

Modified: trunk/libxml-stream-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-stream-perl/debian/control?rev=52659&op=diff
==============================================================================
--- trunk/libxml-stream-perl/debian/control (original)
+++ trunk/libxml-stream-perl/debian/control Fri Feb 12 23:31:22 2010
@@ -8,7 +8,7 @@
 Homepage: http://search.cpan.org/dist/XML-Stream/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-stream-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-stream-perl/
-Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl, libio-socket-ssl-perl, libauthen-sasl-perl
 
 Package: libxml-stream-perl

Modified: trunk/libxml-stream-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-stream-perl/debian/rules?rev=52659&op=diff
==============================================================================
--- trunk/libxml-stream-perl/debian/rules (original)
+++ trunk/libxml-stream-perl/debian/rules Fri Feb 12 23:31:22 2010
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_test:
 	[ ! -d t/lib ] || mv t/lib t/lib-do-not-use

Added: trunk/libxml-stream-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-stream-perl/debian/source/format?rev=52659&op=file
==============================================================================
--- trunk/libxml-stream-perl/debian/source/format (added)
+++ trunk/libxml-stream-perl/debian/source/format Fri Feb 12 23:31:22 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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