aboutsummaryrefslogtreecommitdiff
path: root/services/docker/debian-dev/bootstrap/home/.quiltrc-dpkg
diff options
context:
space:
mode:
authorYuqian Yang <crupest@outlook.com>2025-06-29 15:07:57 +0800
committerYuqian Yang <crupest@outlook.com>2025-06-29 15:08:47 +0800
commit66a0836ba12ed12c29353ae75134654c6f2013cc (patch)
treeaeca0ebfca99f50f305f8948f512abf1760f8540 /services/docker/debian-dev/bootstrap/home/.quiltrc-dpkg
parent43d6c1f08a38ae4e8584e3915f0cbdbc3cfd05e9 (diff)
downloadcrupest-66a0836ba12ed12c29353ae75134654c6f2013cc.tar.gz
crupest-66a0836ba12ed12c29353ae75134654c6f2013cc.tar.bz2
crupest-66a0836ba12ed12c29353ae75134654c6f2013cc.zip
debian-dev: refactor all.
Diffstat (limited to 'services/docker/debian-dev/bootstrap/home/.quiltrc-dpkg')
-rw-r--r--services/docker/debian-dev/bootstrap/home/.quiltrc-dpkg13
1 files changed, 0 insertions, 13 deletions
diff --git a/services/docker/debian-dev/bootstrap/home/.quiltrc-dpkg b/services/docker/debian-dev/bootstrap/home/.quiltrc-dpkg
deleted file mode 100644
index e8fc3c5..0000000
--- a/services/docker/debian-dev/bootstrap/home/.quiltrc-dpkg
+++ /dev/null
@@ -1,13 +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:"
- QUILT_COLORS="${QUILT_COLORS}diff_ctx=35:diff_cctx=33"
- if ! [ -d $d/debian/patches ]; then mkdir $d/debian/patches; fi
-fi