From: Don Armstrong Date: Wed, 13 Jun 2012 18:28:37 +0000 (+0000) Subject: update debian quilt rc X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=commitdiff_plain;h=831ed8a318b3f6c5e39cb52b42f211f73f23785b update debian quilt rc --- diff --git a/.quiltrc-dpkg b/.quiltrc-dpkg new file mode 100644 index 0000000..388d2c9 --- /dev/null +++ b/.quiltrc-dpkg @@ -0,0 +1,10 @@ +d=. ; while [ ! -d $d/debian -a `readlink -e $d` != / ]; do d=$d/..; done +if [ -d $d/debian ] && [ -z $QUILT_PATCHES ]; then + # if in Debian packaging tree with unset $QUILT_PATCHES + QUILT_PATCHES="debian/patches" + QUILT_PATCH_OPTS="--reject-format=unified" + QUILT_DIFF_ARGS="-p ab --no-timestamps --no-index --color=auto" + QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index" + QUILT_COLORS="diff_hdr=1;32:diff_add=1;34:diff_rem=1;31:diff_hunk=1;33:diff_ctx=35:diff_cctx=33" + if ! [ -d $d/debian/patches ]; then mkdir $d/debian/patches; fi +fi \ No newline at end of file