summaryrefslogtreecommitdiff
path: root/.quiltrc
blob: 72ed23439577520d6d1ec2e26a617384680926f4 (plain)
  1. QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index"
  2. for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
  3. if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
  4. export QUILT_PATCHES=debian/patches
  5. break
  6. fi
  7. done