keep .egg-info for authentic

This commit is contained in:
Frederic Peters 2018-09-07 09:22:31 +02:00 committed by Christophe Siraut
parent 586ae885b1
commit 1ef2780486
2 changed files with 6 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-jwcrypto (0.6.0-2.1) UNRELEASED; urgency=medium
* keep .egg-info for authentic
-- Christophe Siraut <csiraut@entrouvert.com> Thu, 14 May 2020 07:16:48 +0200
python-jwcrypto (0.6.0-2) unstable; urgency=medium
* compat, control: Bump compat to 12.

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 '{}' ';'