diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rwxr-xr-x | debian/rules | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 878614e..9b41543 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ndg-httpsclient (0.5.1-8) unstable; urgency=medium + + * Revert last clean target hack, now dh-python 6.20230825 has a fix. + + -- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 28 Aug 2023 09:01:59 +0200 + ndg-httpsclient (0.5.1-7) unstable; urgency=medium [ Debian Janitor ] diff --git a/debian/rules b/debian/rules index 1d38e8a..185a626 100755 --- a/debian/rules +++ b/debian/rules @@ -5,10 +5,6 @@ export PYBUILD_NAME=ndg-httpsclient %: dh $@ --with python3 --buildsystem=pybuild -override_dh_auto_clean: - dh_auto_clean - rm -rf ndg_httpsclient.egg-info - override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) OLDDIR=$$PWD && cd ndg/httpsclient/test; \ |
