r52412 - in /trunk/libnet-twitter-perl/debian: README.source changelog control rules source/ source/format

franck at users.alioth.debian.org franck at users.alioth.debian.org
Tue Feb 9 23:15:55 UTC 2010


Author: franck
Date: Tue Feb  9 23:15:39 2010
New Revision: 52412

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52412
Log:
* Switch to dpkg-source 3.0 (quilt) format.

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

Modified: trunk/libnet-twitter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/changelog?rev=52412&op=diff
==============================================================================
--- trunk/libnet-twitter-perl/debian/changelog (original)
+++ trunk/libnet-twitter-perl/debian/changelog Tue Feb  9 23:15:39 2010
@@ -8,8 +8,12 @@
   [ Franck Joncourt ]
   * New upsrteam release
   * Added /me to Uploaders.
+  * 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.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Fri, 29 Jan 2010 23:01:56 -0500
+ -- Franck Joncourt <franck at debian.org>  Wed, 10 Feb 2010 00:11:27 +0100
 
 libnet-twitter-perl (3.10003-2) unstable; urgency=low
 

Modified: trunk/libnet-twitter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/control?rev=52412&op=diff
==============================================================================
--- trunk/libnet-twitter-perl/debian/control (original)
+++ trunk/libnet-twitter-perl/debian/control Tue Feb  9 23:15:39 2010
@@ -1,7 +1,7 @@
 Source: libnet-twitter-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.2.13), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.2.13)
 Build-Depends-Indep: perl, libdatetime-format-strptime-perl (>= 1.1000),
  libdata-visitor-perl, libdatetime-perl (>= 2:0.5100), libhtml-parser-perl,
  libjson-any-perl (>= 1.21), libjson-xs-perl, libnamespace-autoclean-perl,

Modified: trunk/libnet-twitter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/rules?rev=52412&op=diff
==============================================================================
--- trunk/libnet-twitter-perl/debian/rules (original)
+++ trunk/libnet-twitter-perl/debian/rules Tue Feb  9 23:15:39 2010
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_test:
 	http_proxy= TEST_POD=1 dh_auto_test

Added: trunk/libnet-twitter-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/source/format?rev=52412&op=file
==============================================================================
--- trunk/libnet-twitter-perl/debian/source/format (added)
+++ trunk/libnet-twitter-perl/debian/source/format Tue Feb  9 23:15:39 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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