From c77ee91c4fc591f5adffe8b064b2f2a2d24275a4 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 18 Jan 2012 18:49:47 +0100 Subject: Initially add quilt config. --- .quiltrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .quiltrc (limited to '.quiltrc') diff --git a/.quiltrc b/.quiltrc new file mode 100644 index 0000000..72ed234 --- /dev/null +++ b/.quiltrc @@ -0,0 +1,7 @@ +QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index" +for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do + if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then + export QUILT_PATCHES=debian/patches + break + fi +done -- cgit v1.2.3