r35394 - /trunk/libcatalyst-modules-perl/debian/make-module.sh

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu May 14 16:36:38 UTC 2009


Author: ansgar-guest
Date: Thu May 14 16:36:32 2009
New Revision: 35394

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35394
Log:
Pass `--quiltrc /dev/null' to quilt

Modified:
    trunk/libcatalyst-modules-perl/debian/make-module.sh

Modified: trunk/libcatalyst-modules-perl/debian/make-module.sh
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/make-module.sh?rev=35394&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/make-module.sh (original)
+++ trunk/libcatalyst-modules-perl/debian/make-module.sh Thu May 14 16:36:32 2009
@@ -52,7 +52,7 @@
 	    echo "Applying patches for $name:"
 	    cd $module
 	    [ -h patches ] || ln -s ../../../debian/patches/$name patches
-	    QUILT_PATCHES=patches quilt $action -a || test $? = 2
+	    QUILT_PATCHES=patches quilt --quiltrc /dev/null $action -a || test $? = 2
 	    cd ..
 	done
 	cd ../..




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