aboutsummaryrefslogtreecommitdiff
path: root/modules/debian/quiltrc-dpkg.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-27 14:43:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-27 14:43:43 -0200
commit7cf5d06c8c96d3ae3d41d8a54bfc386f13b3c4a4 (patch)
tree4ef45e403d272dc3220ee5fd69cdf06f4bcec968 /modules/debian/quiltrc-dpkg.dot.link
parent03fdeb451b3bf1c63e3f2a725bf9bdb8e137f0a7 (diff)
downloadmetadot-7cf5d06c8c96d3ae3d41d8a54bfc386f13b3c4a4.tar.gz
metadot-7cf5d06c8c96d3ae3d41d8a54bfc386f13b3c4a4.tar.bz2
Cleaning up modules
Diffstat (limited to 'modules/debian/quiltrc-dpkg.dot.link')
-rw-r--r--modules/debian/quiltrc-dpkg.dot.link10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/debian/quiltrc-dpkg.dot.link b/modules/debian/quiltrc-dpkg.dot.link
deleted file mode 100644
index 7f74f4c..0000000
--- a/modules/debian/quiltrc-dpkg.dot.link
+++ /dev/null
@@ -1,10 +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