diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:55:42 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:58:10 -0500 |
commit | e5dfb045b994e1ab8fef9ef5d3f02ce20ea6b685 (patch) | |
tree | ba74287d80e46c70dab8c4311a1dc933fbfbdea1 /.quiltrc-dpkg | |
parent | fix pager again (diff) |
many more renames
Diffstat (limited to '.quiltrc-dpkg')
-rw-r--r-- | .quiltrc-dpkg | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.quiltrc-dpkg b/.quiltrc-dpkg deleted file mode 100644 index 1207660..0000000 --- a/.quiltrc-dpkg +++ /dev/null @@ -1,11 +0,0 @@ -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 |