Package: release.debian.org
User: release.debian....@packages.debian.org
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 <ve...@vexel.net>  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

Reply via email to