r61095 - in /trunk/liblog-handler-perl/debian: README.source changelog control rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Mon Aug 2 17:52:19 UTC 2010


Author: carnil-guest
Date: Mon Aug  2 17:52:07 2010
New Revision: 61095

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61095
Log:
Drop quilt framework from debian/{control,rules}. Drop README.source
as not needed anymore.

Removed:
    trunk/liblog-handler-perl/debian/README.source
Modified:
    trunk/liblog-handler-perl/debian/changelog
    trunk/liblog-handler-perl/debian/control
    trunk/liblog-handler-perl/debian/rules

Modified: trunk/liblog-handler-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/changelog?rev=61095&op=diff
==============================================================================
--- trunk/liblog-handler-perl/debian/changelog (original)
+++ trunk/liblog-handler-perl/debian/changelog Mon Aug  2 17:52:07 2010
@@ -1,13 +1,12 @@
 liblog-handler-perl (0.65-1) UNRELEASED; urgency=low
-
-  [ gregor herrmann ]
-  * debian/rules: switch order of arguments to dh.
 
   [ Salvatore Bonaccorso ]
   * New upstream release 
   * Convert to '3.0 (quilt)' source package format.
-
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 02 Aug 2010 19:44:01 +0200
+  * Drop quilt framework from debian/{control,rules}. Drop README.source
+    as not needed anymore.
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 02 Aug 2010 19:51:55 +0200
 
 liblog-handler-perl (0.64-1) unstable; urgency=low
 

Modified: trunk/liblog-handler-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/control?rev=61095&op=diff
==============================================================================
--- trunk/liblog-handler-perl/debian/control (original)
+++ trunk/liblog-handler-perl/debian/control Mon Aug  2 17:52:07 2010
@@ -1,7 +1,7 @@
 Source: liblog-handler-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, libemail-date-perl, libtest-pod-coverage-perl,
  libtest-pod-perl, libdbi-perl, libparams-validate-perl, libmro-compat-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/liblog-handler-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/rules?rev=61095&op=diff
==============================================================================
--- trunk/liblog-handler-perl/debian/rules (original)
+++ trunk/liblog-handler-perl/debian/rules Mon Aug  2 17:52:07 2010
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@
 
 override_dh_auto_test:
 	LOG_HANDLER_SOCK_TEST=1 dh_auto_test




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