Bug#985488: New debdiff for pinball 0.3.20201218-3
Control: reopen -1
Control: tags -1 - moreinfo
Control: retitle -1 unblock: pinball/0.3.20201218-3
Hi,
Philippe added an autopkgtest to pinball. Since this game has no reverse
dependencies (except its pinball tables [2]), I think it is not risky to
unblock it.
Debian Package Tracker[1] mentions a manual block by release team,
that's why I'm reopening this issue.
Cheers,
Xavier
[1]: tracker: https://tracker.debian.org/pkg/pinball
[2]: rdeps: pinball-table-gnu, pinball-table-hurd
recommended rdeps: games-arcade, games-finest, games-simulation
unblock pinball/0.3.20201218-3
diff -Nru pinball-0.3.20201218/debian/changelog pinball-0.3.20201218/debian/changelog
--- pinball-0.3.20201218/debian/changelog 2020-12-18 22:43:37.000000000 +0100
+++ pinball-0.3.20201218/debian/changelog 2021-03-20 22:33:28.000000000 +0100
@@ -1,3 +1,19 @@
+pinball (0.3.20201218-3) unstable; urgency=medium
+
+ * Pick 0.3.20201218-2 changes on 0.3.20201218-1 base
+ * d/control: Drop C++ dep
+ * d/control: Set team maintenance
+ * d/tests: Add help test (Closes: #985488)
+
+ -- Philippe Coval <rzr@users.sf.net> Sat, 20 Mar 2021 22:33:28 +0100
+
+pinball (0.3.20201218-2) unstable; urgency=medium
+
+ * d/control: Update preferred libstdc++ version (Closes: #985440)
+ * d/control: Update standards to latest
+
+ -- Philippe Coval <rzr@users.sf.net> Thu, 18 Mar 2021 12:06:12 +0100
+
pinball (0.3.20201218-1) unstable; urgency=medium
* New upstream release
diff -Nru pinball-0.3.20201218/debian/control pinball-0.3.20201218/debian/control
--- pinball-0.3.20201218/debian/control 2020-12-18 22:43:37.000000000 +0100
+++ pinball-0.3.20201218/debian/control 2021-03-20 22:33:28.000000000 +0100
@@ -1,5 +1,7 @@
Source: pinball
-Maintainer: Philippe Coval <rzr@users.sf.net>
+Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
+Uploaders:
+ Philippe Coval <rzr@users.sf.net>
Section: games
Priority: optional
Build-Depends: debhelper-compat (= 13),
@@ -23,8 +25,8 @@
libltdl-dev,
pkg-config
Standards-Version: 4.5.0
-Vcs-Browser: https://sourceforge.net/p/pinball/code/ci/debian/master/tree/
-Vcs-Git: https://git.code.sf.net/p/pinball/code.git
+Vcs-Browser: https://salsa.debian.org/games-team/pinball/-/tree/debian/master
+Vcs-Git: https://salsa.debian.org/games-team/pinball.git
Homepage: https://sourceforge.net/projects/pinball/
Rules-Requires-Root: binary-targets
@@ -50,8 +52,7 @@
Architecture: any
Depends: ${misc:Depends},
libc6-dev,
- pinball (= ${binary:Version}),
- libstdc++6-4.4-dev | libstdc++-dev
+ pinball (= ${binary:Version})
Description: Development files for the Emilia Pinball Emulator
The Emilia Pinball Project is a pinball simulator for Linux and other Unix
systems. There are only two levels to play with, but they are very addictive.
diff -Nru pinball-0.3.20201218/debian/tests/control pinball-0.3.20201218/debian/tests/control
--- pinball-0.3.20201218/debian/tests/control 1970-01-01 01:00:00.000000000 +0100
+++ pinball-0.3.20201218/debian/tests/control 2021-03-20 22:33:28.000000000 +0100
@@ -0,0 +1,3 @@
+Tests: smoke
+Depends: @
+Restrictions: allow-stderr
diff -Nru pinball-0.3.20201218/debian/tests/smoke pinball-0.3.20201218/debian/tests/smoke
--- pinball-0.3.20201218/debian/tests/smoke 1970-01-01 01:00:00.000000000 +0100
+++ pinball-0.3.20201218/debian/tests/smoke 2021-03-20 22:33:28.000000000 +0100
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+
+export HOME=${AUTOPKGTEST_TMP:-${TMPDIR:-/tmp}}
+pinball -dir | grep '/usr/share/games/pinball'
Reply to: