Your message dated Sat, 05 Jun 2021 23:11:31 +0000
with message-id <[email protected]>
and subject line unblock htmlmin
has caused the Debian Bug report #989482,
regarding unblock: htmlmin/0.1.12-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
989482: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989482
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package htmlmin
[ Reason ]
htmlmin/0.1.12-2 was build with an old toolchain using pkg_resources
instead of importlib.
[ Impact ]
htmlmin does not work with python3-pkg-resources not installed (#959508).
[ Tests ]
I made sure that htmlmin now works without python3-pkg-resources
installed.
[ Risks ]
This is a no change rebuild of an arch all package, I only left some
metadata changes from git in there.
[ Checklist ]
[X] all changes are documented in the d/changelog
[X] I reviewed all changes and I approve them
[X] attach debdiff against the package in testing
unblock htmlmin/0.1.12-3
diff -Nru htmlmin-0.1.12/debian/changelog htmlmin-0.1.12/debian/changelog
--- htmlmin-0.1.12/debian/changelog 2019-08-10 20:37:03.000000000 +0200
+++ htmlmin-0.1.12/debian/changelog 2021-06-04 23:58:00.000000000 +0200
@@ -1,3 +1,22 @@
+htmlmin (0.1.12-3) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Debian Janitor ]
+ * Set upstream metadata fields: Bug-Database.
+ * Set upstream metadata fields: Bug-Submit.
+
+ [ Ondřej Nový ]
+ * d/control: Update Maintainer field with new Debian Python Team
+ contact address.
+ * d/control: Update Vcs-* fields with new Debian Python Team Salsa
+ layout.
+
+ [ Jochen Sprickerhof ]
+ * No changes rebuild to use importlib instead of pkg_resources (Closes:
#959508)
+
+ -- Jochen Sprickerhof <[email protected]> Fri, 04 Jun 2021 23:58:00 +0200
+
htmlmin (0.1.12-2) unstable; urgency=medium
* Team upload.
diff -Nru htmlmin-0.1.12/debian/control htmlmin-0.1.12/debian/control
--- htmlmin-0.1.12/debian/control 2019-08-10 20:37:03.000000000 +0200
+++ htmlmin-0.1.12/debian/control 2021-06-04 23:56:54.000000000 +0200
@@ -1,5 +1,5 @@
Source: htmlmin
-Maintainer: Debian Python Modules Team
<[email protected]>
+Maintainer: Debian Python Team <[email protected]>
Uploaders:
Adrian Vondendriesch <[email protected]>,
Section: python
@@ -7,8 +7,8 @@
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper-compat (=
9), help2man
Standards-Version: 4.1.2
Homepage: https://htmlmin.readthedocs.org/en/latest/
-Vcs-Git: https://salsa.debian.org/python-team/modules/htmlmin.git
-Vcs-Browser: https://salsa.debian.org/python-team/modules/htmlmin
+Vcs-Git: https://salsa.debian.org/python-team/packages/htmlmin.git
+Vcs-Browser: https://salsa.debian.org/python-team/packages/htmlmin
Package: python3-htmlmin
Architecture: all
diff -Nru htmlmin-0.1.12/debian/upstream/metadata
htmlmin-0.1.12/debian/upstream/metadata
--- htmlmin-0.1.12/debian/upstream/metadata 1970-01-01 01:00:00.000000000
+0100
+++ htmlmin-0.1.12/debian/upstream/metadata 2021-06-04 23:45:32.000000000
+0200
@@ -0,0 +1,2 @@
+Bug-Database: https://github.com/mankyd/htmlmin/issues
+Bug-Submit: https://github.com/mankyd/htmlmin/issues/new
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---