summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-01-18 18:49:47 +0100
committerJonas Smedegaard <dr@jones.dk>2012-01-18 18:49:47 +0100
commitc77ee91c4fc591f5adffe8b064b2f2a2d24275a4 (patch)
treeb85fd670d596103550d839e3cb8c6d8e9e33e804
Initially add quilt config.
-rw-r--r--.quiltrc7
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