diff options
-rw-r--r-- | .quiltrc | 7 |
1 files changed, 7 insertions, 0 deletions
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 |