From c1bdbb9ef65dba5f31d5cc4325d9b065a233c84c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 5 Mar 2016 17:54:39 -0700 Subject: basic .quiltrc --- .quiltrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .quiltrc (limited to '.quiltrc') diff --git a/.quiltrc b/.quiltrc new file mode 100644 index 00000000..f3b0d15d --- /dev/null +++ b/.quiltrc @@ -0,0 +1,12 @@ +# from https://raphaelhertzog.com/2012/08/08/how-to-use-quilt-to-manage-patches-in-debian-packages/ +for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do + if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then + export QUILT_PATCHES=debian/patches + break + fi +done + +QUILT_PUSH_ARGS="--color=auto" +QUILT_DIFF_ARGS="--no-timestamps --no-index -p ab --color=auto" +QUILT_REFRESH_ARGS="--no-timestamps --no-index -p ab" +QUILT_DIFF_OPTS='-p' -- cgit v1.2.3