Ignore changes to generated egg-info files

Strip upstream's distributed .egg-info directory in favor of the one generated
at build time.

Avoid including the generated .egg-info directory in the Debian diff.
This commit is contained in:
Noah Meyerhans 2020-06-23 16:57:38 -07:00
parent f63427183d
commit 24651011f0
4 changed files with 6 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
botocore.egg-info/

1
debian/clean vendored Normal file
View file

@ -0,0 +1 @@
*.egg-info/*

4
debian/copyright vendored
View file

@ -1,7 +1,9 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python-botocore
Source: https://pypi.python.org/pypi/botocore
Files-Excluded: botocore/vendored
Files-Excluded:
botocore/vendored
botocore.egg-info
Files: *
Copyright: Mitch Garnaat <garnaat@amazon.com>

1
debian/source/options vendored Normal file
View file

@ -0,0 +1 @@
extend-diff-ignore="^[^/]+\.egg-info/"