Your message dated Tue, 20 Jul 2021 09:08:57 +0200
with message-id
<CAM8zJQv71TsbTGEh8YromqND87isKKFXBib=vpvhgh5ksb2...@mail.gmail.com>
and subject line Re: Bug#990977: unblock: python-aiosqlite/0.16.1-2
has caused the Debian Bug report #990977,
regarding unblock: python-aiosqlite/0.16.1-2
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.)
--
990977: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990977
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
User: [email protected]
Usertags: unblock
Severity: normal
Please unblock package python-aiosqlite
[ Reason ]
The upload contains a small bugfix (#982529) to the package build.
We mistakenly thought the existing autopkgtest would allow the package
to migrate and missed that it is marked 'superficial'.
I'd be happy to provide a new upload with a more useful autopkgtest
that executes the test suite, if that'd work for you.
[ Impact ]
Package does not build reproducibly.
[ Tests ]
The test suite runs through.
[ Risks ]
One line change to the package build.
[ 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 python-aiosqlite/0.16.1-2
diff -Nru python-aiosqlite-0.16.1/debian/changelog
python-aiosqlite-0.16.1/debian/changelog
--- python-aiosqlite-0.16.1/debian/changelog 2020-11-28 09:32:34.000000000
+0100
+++ python-aiosqlite-0.16.1/debian/changelog 2021-06-27 23:17:37.000000000
+0200
@@ -1,3 +1,10 @@
+python-aiosqlite (0.16.1-2) unstable; urgency=medium
+
+ * Fix reproducibility by removing RECORD file (Closes: #982529). Thanks to
+ Chris Lamb.
+
+ -- Benjamin Hof <[email protected]> Sun, 27 Jun 2021 23:17:37 +0200
+
python-aiosqlite (0.16.1-1) unstable; urgency=medium
* New upstream release.
diff -Nru python-aiosqlite-0.16.1/debian/rules
python-aiosqlite-0.16.1/debian/rules
--- python-aiosqlite-0.16.1/debian/rules 2020-11-28 09:32:34.000000000
+0100
+++ python-aiosqlite-0.16.1/debian/rules 2021-06-27 23:17:37.000000000
+0200
@@ -21,4 +21,4 @@
# make reproducible
override_dh_auto_install:
dh_auto_install
- find -name direct_url.json -delete
+ find \( -name direct_url.json -or -name RECORD \) -delete
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---