diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-22 18:11:35 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-23 01:36:11 +0800 |
commit | 687ae968e10e1738c105fc0538fc29ccb08bfbbf (patch) | |
tree | 09217d1f06b435cbab5f665cf0bc0bd2b0e8b8e7 /docker/debian-dev/bootstrap/home/.quiltrc-dpkg | |
parent | 540bd737f6a805459becfaef4d89686a418efa04 (diff) | |
download | crupest-687ae968e10e1738c105fc0538fc29ccb08bfbbf.tar.gz crupest-687ae968e10e1738c105fc0538fc29ccb08bfbbf.tar.bz2 crupest-687ae968e10e1738c105fc0538fc29ccb08bfbbf.zip |
feat(services): refactor structure.
Diffstat (limited to 'docker/debian-dev/bootstrap/home/.quiltrc-dpkg')
-rw-r--r-- | docker/debian-dev/bootstrap/home/.quiltrc-dpkg | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docker/debian-dev/bootstrap/home/.quiltrc-dpkg b/docker/debian-dev/bootstrap/home/.quiltrc-dpkg deleted file mode 100644 index e8fc3c5..0000000 --- a/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 |