r56074 - in /trunk/libpar-perl/debian: changelog control rules source/ source/format

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Tue Apr 13 18:51:23 UTC 2010


Author: chrisb
Date: Tue Apr 13 18:51:17 2010
New Revision: 56074

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56074
Log:
Switched to source format 3.0 (quilt), removed quilt framework.

Added:
    trunk/libpar-perl/debian/source/
    trunk/libpar-perl/debian/source/format
Modified:
    trunk/libpar-perl/debian/changelog
    trunk/libpar-perl/debian/control
    trunk/libpar-perl/debian/rules

Modified: trunk/libpar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/debian/changelog?rev=56074&op=diff
==============================================================================
--- trunk/libpar-perl/debian/changelog (original)
+++ trunk/libpar-perl/debian/changelog Tue Apr 13 18:51:17 2010
@@ -9,6 +9,7 @@
 
   [ Chris Butler ]
   * New upstream release
+  * Switched to source format 3.0 (quilt), removed quilt framework.
 
  -- Chris Butler <chrisb at debian.org>  Tue, 13 Apr 2010 19:47:05 +0100
 

Modified: trunk/libpar-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/debian/control?rev=56074&op=diff
==============================================================================
--- trunk/libpar-perl/debian/control (original)
+++ trunk/libpar-perl/debian/control Tue Apr 13 18:51:17 2010
@@ -1,7 +1,7 @@
 Source: libpar-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl, libarchive-zip-perl, libtest-pod-perl,
  perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl,
  libpar-dist-perl (>= 0.32), libfile-temp-perl

Modified: trunk/libpar-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/debian/rules?rev=56074&op=diff
==============================================================================
--- trunk/libpar-perl/debian/rules (original)
+++ trunk/libpar-perl/debian/rules Tue Apr 13 18:51:17 2010
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_test:
 	PERL_TEST_POD=1 dh_auto_test

Added: trunk/libpar-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/debian/source/format?rev=56074&op=file
==============================================================================
--- trunk/libpar-perl/debian/source/format (added)
+++ trunk/libpar-perl/debian/source/format Tue Apr 13 18:51:17 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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