Your message dated Thu, 13 Apr 2023 21:17:41 +0000
with message-id <[email protected]>
and subject line unblock rally
has caused the Debian Bug report #1034343,
regarding unblock: rally/3.3.0-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.)
--
1034343: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034343
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 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
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---