From 28cc7964357a2c0dedfe7715265765a2e0039852 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 4 Feb 2013 15:08:39 -0200 Subject: Adding debian dev module --- modules/debian/quiltrc-dpkg.dot.link | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/debian/quiltrc-dpkg.dot.link (limited to 'modules/debian/quiltrc-dpkg.dot.link') diff --git a/modules/debian/quiltrc-dpkg.dot.link b/modules/debian/quiltrc-dpkg.dot.link new file mode 100644 index 0000000..7f74f4c --- /dev/null +++ b/modules/debian/quiltrc-dpkg.dot.link @@ -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 -- cgit v1.2.3