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

Bug#1067148: bullseye-pu: package hovercraft/2.7-2+deb11u1



Package: release.debian.org
Severity: normal
Tags: bullseye
User: release.debian.org@packages.debian.org
Usertags: pu

[ 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-2+deb11u1) bullseye; urgency=medium

  * QA upload.
  * Add smoke test.
  * Add Depends: python3-setuptools.  (Closes: #1025655)

 -- Andreas Beckmann <anbe@debian.org>  Tue, 19 Mar 2024 03:15:54 +0100


[ Other info ]
n/a

Andreas
diff --git a/debian/changelog b/debian/changelog
index a35d2ac..97452e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hovercraft (2.7-2+deb11u1) bullseye; urgency=medium
+
+  * QA upload.
+  * Add smoke test.
+  * Add Depends: python3-setuptools.  (Closes: #1025655)
+
+ -- Andreas Beckmann <anbe@debian.org>  Tue, 19 Mar 2024 03:15:54 +0100
+
 hovercraft (2.7-2) unstable; urgency=medium
 
   * debian/control
diff --git a/debian/control b/debian/control
index bc6999e..8df4020 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,7 @@ Package: hovercraft
 Architecture: all
 Depends: python3-docutils,
          libjs-impress (>= 1.0.0~),
+ python3-setuptools,
          ${misc:Depends},
          ${python3:Depends},
          ${sphinxdoc:Depends}
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 3879982..f41fd29 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,2 +1,2 @@
 [DEFAULT]
-debian-branch=debian/master
+debian-branch=debian/bullseye
diff --git a/debian/tests/control b/debian/tests/control
index e1568a0..17e33a3 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,9 @@
 Tests: hovercraft
 Depends: @, @builddeps@
+
+Test-Command: hovercraft --help
+Features: test-name=hovercraft_--help
+Depends:
+ hovercraft,
+Restrictions:
+ superficial,

Reply to: