diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2011-06-14 21:04:19 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-06-14 21:04:19 +0200 |
commit | 7096bf4f3bafd1a194e4d5f762e3a51af2cf1151 (patch) | |
tree | f39d940edc5235fd13edbbf3e9259cda6438a777 /debian/source/options | |
parent | ff82f833f831e5f7da822838b30b088057aa9c42 (diff) | |
download | zsh-7096bf4f3bafd1a194e4d5f762e3a51af2cf1151.tar.gz zsh-7096bf4f3bafd1a194e4d5f762e3a51af2cf1151.zip |
debian/source/options: Ignore Util/difflog.pl, configure and config.h.in for patch generation
This prevents the automatic generation of a debian-changes-$version
patch because of the mentioned files.
configure and config.h.in are changed by us and Util/difflog.pl is in
the upstream git respectively CVS repository, but not in upstream's
distribution tar ball.
See http://www.zsh.org/mla/workers/2007/msg01060.html and
http://zsh.git.sf.net/git/gitweb.cgi?p=zsh/zsh;a=commitdiff;h=9794b45
for details about the exclusion of Util/difflog.pl
Diffstat (limited to 'debian/source/options')
-rw-r--r-- | debian/source/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 000000000..e62b4b061 --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore='^(Util/difflog\.pl|configure|config\.h\.in)$' |