r52179 - in /trunk/libcatalyst-perl/debian: changelog rules

franck at users.alioth.debian.org franck at users.alioth.debian.org
Thu Feb 4 23:50:31 UTC 2010


Author: franck
Date: Thu Feb  4 23:50:24 2010
New Revision: 52179

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52179
Log:
* Do not use --with-quilt option for debhelper anymore.

Modified:
    trunk/libcatalyst-perl/debian/changelog
    trunk/libcatalyst-perl/debian/rules

Modified: trunk/libcatalyst-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/changelog?rev=52179&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/changelog (original)
+++ trunk/libcatalyst-perl/debian/changelog Thu Feb  4 23:50:24 2010
@@ -5,6 +5,7 @@
   * Added /me as uploader. Refreshed d.control and d.copyright accordingly.
   * Switch to dpkg-source 3.0 (quilt) format:
     + Removed BD on quilt.
+    + Do not use --with-quilt option for debhelper anymore.
 
   [ Jonathan Yu ]
   * Add dependency on namespace::clean 0.12 (version 0.13 may never

Modified: trunk/libcatalyst-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/rules?rev=52179&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/rules (original)
+++ trunk/libcatalyst-perl/debian/rules Thu Feb  4 23:50:24 2010
@@ -4,7 +4,7 @@
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_test:
 	TEST_POD=1 dh_auto_test




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