From ec2b4d82916cca5a8ae30e2a4745cbdbe5b48198 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20T=C3=A9tard?= Date: Sat, 11 Feb 2012 12:45:09 +0100 Subject: [PATCH] Add .quiltrc file --- quiltrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 quiltrc diff --git a/quiltrc b/quiltrc new file mode 100644 index 0000000..66ef379 --- /dev/null +++ b/quiltrc @@ -0,0 +1,7 @@ +for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do + if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then + export QUILT_PATCHES=debian/patches + break + fi +done + -- 2.30.2