diff --git a/debian/changelog b/debian/changelog index 579bbc4..365f92d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-jwcrypto (0.6.0-2.1) UNRELEASED; urgency=medium + + * keep .egg-info for authentic + + -- Christophe Siraut Thu, 14 May 2020 07:16:48 +0200 + python-jwcrypto (0.6.0-2) unstable; urgency=medium * compat, control: Bump compat to 12. diff --git a/debian/rules b/debian/rules index 881d085..ca4109d 100755 --- a/debian/rules +++ b/debian/rules @@ -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 '{}' ';'