keep .egg-info for authentic

This commit is contained in:
Frederic Peters 2018-09-07 09:22:31 +02:00
parent bfdd315ac8
commit 6bdbd189a3
2 changed files with 7 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
python-jwcrypto (0.4.2-1.1) jessie-eobuilder; urgency=medium
* Non-maintainer upload. (backport for jessie)
* debian/rules: Keep .egg-info as it's required by authentic.
-- Frederic Peters <fpeters@debian.org> Fri, 07 Sep 2018 09:22:54 +0200
python-jwcrypto (0.4.2-1) unstable; urgency=medium
* New upstream release.

1
debian/rules vendored
View File

@ -8,7 +8,6 @@ export PYBUILD_NAME=jwcrypto
override_dh_auto_install:
dh_auto_install
rm -rf debian/python*-jwcrypto/usr/lib/python*/dist-packages/jwcrypto-*.egg-info
find $(CURDIR)/debian/python* -name 'tests*.py' -exec rm '{}' ';'
find $(CURDIR)/debian/python* -name 'LICENSE' -exec rm '{}' ';'
find $(CURDIR)/debian/python* -name 'README.md' -exec rm '{}' ';'