Various deb packaging settings/conveniences
[~bandali/configs] / .config / quilt / quiltrc-dpkg
diff --git a/.config/quilt/quiltrc-dpkg b/.config/quilt/quiltrc-dpkg
new file mode 100644 (file)
index 0000000..a6381d3
--- /dev/null
@@ -0,0 +1,7 @@
+QUILT_PATCHES=debian/patches
+QUILT_NO_DIFF_INDEX=1
+QUILT_NO_DIFF_TIMESTAMPS=1
+QUILT_REFRESH_ARGS="-p ab"
+QUILT_DIFF_ARGS="-p ab --color=auto" # If you want some color when using `quilt diff`.
+QUILT_PATCH_OPTS="--reject-format=unified"
+QUILT_COLORS="diff_hdr=1;32:diff_add=1;34:diff_rem=1;31:diff_hunk=1;33:diff_ctx=35:diff_cctx=33"