r44560 - in /trunk/libtest-class-perl/debian: README.source changelog control patches/ rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Mon Sep 21 19:20:56 UTC 2009


Author: carnil-guest
Date: Mon Sep 21 19:20:49 2009
New Revision: 44560

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44560
Log:
Drop 536650-fix-ftbfs.patch patch (fixed upstream). Drop README.source
since no patch system is used anymore. Adjust the Build-Depends on
debhelper accordingly and drop quild Build-Depends. Adjust debian/rules to
not use patch system quilt.

Removed:
    trunk/libtest-class-perl/debian/README.source
    trunk/libtest-class-perl/debian/patches/
Modified:
    trunk/libtest-class-perl/debian/changelog
    trunk/libtest-class-perl/debian/control
    trunk/libtest-class-perl/debian/rules

Modified: trunk/libtest-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/debian/changelog?rev=44560&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/changelog (original)
+++ trunk/libtest-class-perl/debian/changelog Mon Sep 21 19:20:49 2009
@@ -6,8 +6,12 @@
   [ Salvatore Bonaccorso ]
   * New upstream release 
   * debian/copyright: Update upstream Copyright years 
-
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 21 Sep 2009 19:11:20 +0000
+  * Drop 536650-fix-ftbfs.patch patch (fixed upstream). Drop README.source
+    since no patch system is used anymore. Adjust the Build-Depends on
+    debhelper accordingly and drop quild Build-Depends. Adjust debian/rules to
+    not use patch system quilt.
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 21 Sep 2009 19:19:37 +0000
 
 libtest-class-perl (0.31-2) unstable; urgency=low
 

Modified: trunk/libtest-class-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/debian/control?rev=44560&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/control (original)
+++ trunk/libtest-class-perl/debian/control Mon Sep 21 19:20:49 2009
@@ -7,7 +7,7 @@
  gregor herrmann <gregoa at debian.org>,
  Ansgar Burchardt <ansgar at 43-1.org>,
  Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.1), libtest-simple-perl (>= 0.78),
  libtest-exception-perl (>= 0.25), libdevel-symdump-perl,
  libcontextual-return-perl

Modified: trunk/libtest-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/debian/rules?rev=44560&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/rules (original)
+++ trunk/libtest-class-perl/debian/rules Mon Sep 21 19:20:49 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@




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