summaryrefslogtreecommitdiff
path: root/.quiltrc
blob: 18fcb7e925a7da695f171d5c5ea7efa6aaec2e43 (plain)
  1. d=. ; while [ ! -d $d/debian -a `readlink -e $d` != / ]; do d=$d/..; done
  2. if [ -d $d/debian ] && [ -z $QUILT_PATCHES ]; then
  3. # if in Debian packaging tree with unset $QUILT_PATCHES
  4. QUILT_PATCHES="debian/patches"
  5. QUILT_PATCH_OPTS="--reject-format=unified"
  6. QUILT_DIFF_ARGS="-p ab --no-timestamps --no-index --color=auto"
  7. QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index"
  8. QUILT_COLORS="diff_hdr=1;32:diff_add=1;34:diff_rem=1;31:diff_hunk=1;33:diff_ctx=35:diff_cctx=33"
  9. if ! [ -d $d/debian/patches ]; then mkdir $d/debian/patches; fi
  10. fi
d>
authorJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
committerJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
commitfd54908da2b05c526dd3bee9b6dcd093214a220d (patch)
treec69c845069c99d1d01044f6fafda7c08433329c6 /tags/7b/58/51B327B6.3060809@guardianproject.info/inbox
parentba46132213560cf3335d53560d519c0ec0190da2 (diff)
master
Diffstat (limited to 'tags/7b/58/51B327B6.3060809@guardianproject.info/inbox')
-rw-r--r--tags/7b/58/51B327B6.3060809@guardianproject.info/inbox0
1 files changed, 0 insertions, 0 deletions