Your message dated Tue, 13 Jul 2021 17:17:44 +0000
with message-id <[email protected]>
and subject line unblock websockify
has caused the Debian Bug report #991071,
regarding unblock: websockify/0.9.0+dfsg1-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.)
--
991071: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991071
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 websockify
[ Reason ]
The only change is this:
override_dh_python3:
- dh_python3 --shebang=/usr/bin/python3
+ dh_python3 --shebang=/usr/bin/python3 --no-ext-rename
which avoids renaming rebind.so with the usual multiarch tripplet.
[ Impact ]
If not unblocked, the package is kind of partially broken.
[ Tests ]
I checked the resulting .deb, and the file is correctly called
rebind.so.
[ Risks ]
There's already a rebind.o without the tripplet, so we already
aren't multi-arch friendly, but IMO, this isn't fixeable with
the way upstream did stuff. Probably attempting to fix it the
correct way (in a multi-arch friendly way) would break things
even further... So I believe it's best the way I uploaded to
unstable (at least for the Bullseye release). If the release
team thinks otherwise, then I need help on this package.
[ 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 websockify/0.9.0+dfsg1-3
diff -Nru websockify-0.9.0+dfsg1/debian/changelog
websockify-0.9.0+dfsg1/debian/changelog
--- websockify-0.9.0+dfsg1/debian/changelog 2020-05-08 12:12:01.000000000
+0200
+++ websockify-0.9.0+dfsg1/debian/changelog 2021-07-12 09:18:22.000000000
+0200
@@ -1,3 +1,11 @@
+websockify (0.9.0+dfsg1-3) unstable; urgency=medium
+
+ [ Jochen Sprickerhof ]
+ * Fix rebind.so not found (Closes: #990359), thanks to Mike Gabriel for the
+ bug report, and Jochen Sprickerhof for the fix.
+
+ -- Thomas Goirand <[email protected]> Mon, 12 Jul 2021 09:18:22 +0200
+
websockify (0.9.0+dfsg1-2) unstable; urgency=medium
* Uploading to unstable.
diff -Nru websockify-0.9.0+dfsg1/debian/clean
websockify-0.9.0+dfsg1/debian/clean
--- websockify-0.9.0+dfsg1/debian/clean 1970-01-01 01:00:00.000000000 +0100
+++ websockify-0.9.0+dfsg1/debian/clean 2021-07-12 09:18:22.000000000 +0200
@@ -0,0 +1,2 @@
+rebind.o
+rebind.so
diff -Nru websockify-0.9.0+dfsg1/debian/rules
websockify-0.9.0+dfsg1/debian/rules
--- websockify-0.9.0+dfsg1/debian/rules 2020-05-08 12:12:01.000000000 +0200
+++ websockify-0.9.0+dfsg1/debian/rules 2021-07-12 09:18:22.000000000 +0200
@@ -34,4 +34,4 @@
rm -rf $(CURDIR)/debian/python3-websockify/usr/share/man
override_dh_python3:
- dh_python3 --shebang=/usr/bin/python3
+ dh_python3 --shebang=/usr/bin/python3 --no-ext-rename
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---