Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package rally [ Reason ] The python3-rally package was missing the alembic.ini needed for the db migration. Version 3.3.0-2 fixes the issue. [ Impact ] Without the alembic.ini, it's impossible to run the script to populate the Rally DB, making it impossible to use Rally. [ Tests ] I manually checked that the added "install-all-files.patch" fixes the issue, and alembic.ini really is packaged this time. [ Risks ] >From my point of view: no risk. [ 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 rally/3.3.0-2
diff -Nru rally-3.3.0/debian/changelog rally-3.3.0/debian/changelog --- rally-3.3.0/debian/changelog 2021-11-03 10:39:35.000000000 +0100 +++ rally-3.3.0/debian/changelog 2023-04-13 11:06:02.000000000 +0200 @@ -1,3 +1,9 @@ +rally (3.3.0-2) unstable; urgency=medium + + * Add install-missing-files.patch. + + -- Thomas Goirand <[email protected]> Thu, 13 Apr 2023 11:06:02 +0200 + rally (3.3.0-1) unstable; urgency=medium * New upstream release. diff -Nru rally-3.3.0/debian/patches/install-missing-files.patch rally-3.3.0/debian/patches/install-missing-files.patch --- rally-3.3.0/debian/patches/install-missing-files.patch 1970-01-01 01:00:00.000000000 +0100 +++ rally-3.3.0/debian/patches/install-missing-files.patch 2023-04-13 11:06:02.000000000 +0200 @@ -0,0 +1,4 @@ +--- /dev/null 2023-04-12 22:33:09.798387821 +0200 ++++ b/MANIFEST.in 2023-04-13 11:01:20.443835477 +0200 +@@ -0,0 +1 @@ ++recursive-include rally * diff -Nru rally-3.3.0/debian/patches/series rally-3.3.0/debian/patches/series --- rally-3.3.0/debian/patches/series 2021-11-03 10:39:35.000000000 +0100 +++ rally-3.3.0/debian/patches/series 2023-04-13 11:06:02.000000000 +0200 @@ -1,2 +1,3 @@ remove-failing-tests.patch remove-test-walk-version.patch +install-missing-files.patch

