aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul Benencia <rul@kalgan.cc>2021-04-16 10:12:42 -0700
committerRaul Benencia <rul@kalgan.cc>2021-04-16 10:12:42 -0700
commit287d8bde7aca964228eb8468614725f10d3a6e02 (patch)
treedfe7d82b57b34527deff05654203109f421a05b0
parentea9ecc96a106f2a089fd30444ad3191864e55d9c (diff)
Add dquilt
-rw-r--r--.quiltrc-dpkg10
1 files changed, 10 insertions, 0 deletions
diff --git a/.quiltrc-dpkg b/.quiltrc-dpkg
new file mode 100644
index 0000000..5176b09
--- /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
nihil fit ex nihilo