diff options
author | Per Andersson <avtobiff@gmail.com> | 2014-02-16 00:44:17 +0100 |
---|---|---|
committer | Per Andersson <avtobiff@gmail.com> | 2014-02-16 00:44:17 +0100 |
commit | 5fc8c948c9f887cd2881cfcb8b2c7f849d863059 (patch) | |
tree | 5fbdc55d86396df77bb3ddece3e08414fd3b7fea | |
parent | f76aa53c20c2eea072035eb13fdf154e1f04acc1 (diff) | |
download | python-bleach-5fc8c948c9f887cd2881cfcb8b2c7f849d863059.tar python-bleach-5fc8c948c9f887cd2881cfcb8b2c7f849d863059.tar.gz |
Add extend-diff-ignore for egg-info in debian/source/options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/source/options | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d4f6403..371ce5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-bleach (1.4-2) UNRELEASED; urgency=low * Bump debhelper compat level to 8, since this is required in Build-Depends. + * Add extend-diff-ignore for egg.info in debian/source/options. -- Per Andersson <avtobiff@gmail.com> Sun, 16 Feb 2014 00:42:41 +0100 diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..b2b7b88 --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore="^[^/]+\.egg-info/" |