r46067 - /trunk/libdate-pcalc-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Oct 18 22:22:43 UTC 2009


Author: gregoa
Date: Sun Oct 18 22:22:36 2009
New Revision: 46067

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46067
Log:
no need to "include /usr/share/quilt/quilt.make" in debian/rules, happens automagically with "--with quilt"

Modified:
    trunk/libdate-pcalc-perl/debian/rules

Modified: trunk/libdate-pcalc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-pcalc-perl/debian/rules?rev=46067&op=diff
==============================================================================
--- trunk/libdate-pcalc-perl/debian/rules (original)
+++ trunk/libdate-pcalc-perl/debian/rules Sun Oct 18 22:22:36 2009
@@ -1,9 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 %:
-	dh $@ --with quilt
+	dh --with quilt $@
 
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGES.txt




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