diff options
| author | Gianfranco Costamagna <locutusofborg@debian.org> | 2023-08-28 09:01:59 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2023-08-28 10:36:48 +0000 |
| commit | c4606a23f1378efa837e0c429c5ac5881cda12f7 (patch) | |
| tree | 3b28e8bca1e130a1346f3ae4430535bc8ae6e448 | |
| parent | 418cc6aadf3ece30d8080cc6a370cde2e89c1b19 (diff) | |
0.5.1-8 (patches unapplied)import/0.5.1-8ubuntu/questing-develubuntu/questingubuntu/plucky-develubuntu/pluckyubuntu/oracular-develubuntu/oracularubuntu/noble-proposedubuntu/noble-develubuntu/nobledebian/sid
Imported using git-ubuntu import.
Notes
Notes:
* Revert last clean target hack, now dh-python 6.20230825 has a fix.
| -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; \ |
