[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#986747: unblock: bouncy/0.6.20071104-8



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package bouncy

[ Reason ]
A missing dependency on a python3 module prevented the program from starting.

[ Impact ]
Without python3-future installed, bouncy does not start and the user
would need to install the missing dependency manually.

[ Tests ]
I tested running the program with and without the new dependency
and can confirm that it does not start without it, and starts/runs
successfully with it.

[ Risks ]
Low risk, no code changes, only new runtime dependency.

unblock bouncy/0.6.20071104-8
diff -Nru bouncy-0.6.20071104/debian/changelog bouncy-0.6.20071104/debian/changelog
--- bouncy-0.6.20071104/debian/changelog	2019-09-15 18:17:45.000000000 +0200
+++ bouncy-0.6.20071104/debian/changelog	2021-04-10 15:55:51.000000000 +0200
@@ -1,3 +1,12 @@
+bouncy (0.6.20071104-8) unstable; urgency=medium
+
+  * Team upload.
+  * Add dependency on python3-future.
+    Thanks to Jérôme Bouat for the report, Hans Joachim Desserud for the fix.
+    (Closes: #986577) (LP: #1922504)
+
+ -- Reiner Herrmann <reiner@reiner-h.de>  Sat, 10 Apr 2021 15:55:51 +0200
+
 bouncy (0.6.20071104-7) unstable; urgency=medium
 
   * Team upload.
diff -Nru bouncy-0.6.20071104/debian/control bouncy-0.6.20071104/debian/control
--- bouncy-0.6.20071104/debian/control	2019-09-15 18:17:45.000000000 +0200
+++ bouncy-0.6.20071104/debian/control	2021-04-10 15:55:51.000000000 +0200
@@ -21,6 +21,7 @@
 Architecture: all
 Depends:
  fonts-dejavu-core,
+ python3-future,
  python3-opengl,
  python3-pygame,
  ${misc:Depends},

Reply to: