r10672 - /scripts/dpatch2quilt

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Dec 2 08:51:04 UTC 2007


Author: dmn
Date: Sun Dec  2 08:51:04 2007
New Revision: 10672

URL: http://svn.debian.org/wsvn/?sc=1&rev=10672
Log:
Add dh_testdir just in case one didn't read the comments at the start of the file

Modified:
    scripts/dpatch2quilt

Modified: scripts/dpatch2quilt
URL: http://svn.debian.org/wsvn/scripts/dpatch2quilt?rev=10672&op=diff
==============================================================================
--- scripts/dpatch2quilt (original)
+++ scripts/dpatch2quilt Sun Dec  2 08:51:04 2007
@@ -5,6 +5,8 @@
 # (c) gregor herrmann, 2007, GPL2+
 
 set -e
+
+dh_testdir
 
 [ -f debian/patches/00list ] || exit 1
 




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