diff options
author | Jonas Smedegaard <dr@jones.dk> | 2012-01-18 18:49:47 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2012-01-18 18:49:47 +0100 |
commit | c77ee91c4fc591f5adffe8b064b2f2a2d24275a4 (patch) | |
tree | b85fd670d596103550d839e3cb8c6d8e9e33e804 |
Initially add quilt config.
-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 |