--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
 
- Subject: bookworm-pu: package hovercraft/2.7-6~deb12u1
 
- From: Andreas Beckmann <anbe@debian.org>
 
- Date: Tue, 19 Mar 2024 12:03:01 +0100
 
- Message-id: <171084618182.407769.6689496408268266110.reportbug@zam504.zam.kfa-juelich.de>
 
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian.org@packages.debian.org
Usertags: pu
Control: affects -1 + src:hovercraft
Control: block 1025655 with -1
Control: affects 1067148 + src:hovercraft
Control: block 1025655 with 1067148
[ Reason ]
hovercraft is unusable w/o python3-setuptools
[ Impact ]
hovercraft is unusable without manual installation of additional
packages.
[ Tests ]
New autopkgtest smoke test running hovercraft --help.
[ Risks ]
Low. Only adds a dependency and a test.
[ Checklist ]
  [*] *all* changes are documented in the d/changelog
  [*] I reviewed all changes and I approve them
  [*] attach debdiff against the package in (old)stable
  [*] the issue is verified as fixed in unstable
[ Changes ]
hovercraft (2.7-6~deb12u1) bookworm; urgency=medium
  * Rebuild for bookworm.
 -- Andreas Beckmann <anbe@debian.org>  Tue, 19 Mar 2024 11:55:51 +0100
hovercraft (2.7-6) unstable; urgency=medium
  * QA upload.
  * Add smoke test.
  * Add Depends: python3-setuptools.  (Closes: #1025655)
 -- Andreas Beckmann <anbe@debian.org>  Tue, 19 Mar 2024 02:12:55 +0100
[ Other info ]
This is a rebuild of the package from sid with no further changes.
Andreas
diff --git a/debian/changelog b/debian/changelog
index 1eeff73..c13b370 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+hovercraft (2.7-6~deb12u1) bookworm; urgency=medium
+
+  * Rebuild for bookworm.
+
+ -- Andreas Beckmann <anbe@debian.org>  Tue, 19 Mar 2024 11:55:51 +0100
+
+hovercraft (2.7-6) unstable; urgency=medium
+
+  * QA upload.
+  * Add smoke test.
+  * Add Depends: python3-setuptools.  (Closes: #1025655)
+
+ -- Andreas Beckmann <anbe@debian.org>  Tue, 19 Mar 2024 02:12:55 +0100
+
 hovercraft (2.7-5) unstable; urgency=medium
 
   * QA upload.
diff --git a/debian/control b/debian/control
index 149ab2d..5150f54 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,7 @@ Architecture: all
 Depends:
  libjs-impress (>= 1.0.0~),
  python3-docutils,
+ python3-setuptools,
  ${misc:Depends},
  ${python3:Depends},
  ${sphinxdoc:Depends},
diff --git a/debian/tests/control b/debian/tests/control
index b289ad2..af04031 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,3 +3,10 @@ Depends:
  @,
  @builddeps@,
  python3-all,
+
+Test-Command: hovercraft --help
+Features: test-name=hovercraft_--help
+Depends:
+ hovercraft,
+Restrictions:
+ superficial,
--- End Message ---