1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
chess.app (2.8-6) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Avoid explicitly specifying -Wl,--as-needed linker flag.
[ Yavor Doganov ]
* Run wrap-and-sort --ast.
* debian/patches/ftbfs-armhf.patch: New; fix FTBFS on armhf due to
64-bit time_t (Closes: #1091252). Thanks Lucas Nussbaum.
* debian/patches/compiler-warnings.patch: New; taken from upstream.
* debian/patches/improve-chessinfo-plist: Remove template description.
* debian/rules: Enable hardening.
(optim): Remove definition; that's done in config.mk.
(override_dh_auto_build): Use dh_auto_build and $(verbose). Extract a
PNG icon for the .desktop file.
(override_dh_link): Rename as...
(execute_before_dh_link): ...and use dh_gnustep --app --game. Convert
the Localizable.strings file to fix linitan W: national-encoding.
Install the PNG icon in the app's bundle.
* debian/control (Build-Depends): Require gnustep-make (>= 2.9.2-2) for
dh_gnustep's new features. Replace imagemagick with icnsutils.
(Section): Change to "games".
(Depends): Remove ${gnustep:Depends}; obsolete.
(Description): Extend a bit to placate lintian.
* debian/Chess.1: Rename as...
* debian/Chess.6: ...since this is a game.
* debian/manpages: Adjust extension.
* debian/Chess.desktop: New file.
* debian/install: New file; install the .desktop file.
* debian/upstream/metadata: Point to Savannah; GitHub is only a mirror.
* debian/copyright: Add Upstream-Contact. Replace APPLE-BSD with AML to
pacify licenserecon.
-- Yavor Doganov <yavor@gnu.org> Fri, 27 Dec 2024 08:02:50 +0200
chess.app (2.8-5) unstable; urgency=medium
* Bump standards version to 4.7.0.
-- Alex Myczko <tar@debian.org> Tue, 09 Jul 2024 19:59:00 +0000
chess.app (2.8-4) unstable; urgency=medium
* d/control: Fix Maintainer address.
* Bump standards version to 4.5.0.
* Bump debhelper version to 13, drop d/compat.
* d/control: added Rules-Requires-Root.
-- Gürkan Myczko <gurkan@phys.ethz.ch> Wed, 18 Nov 2020 07:21:41 +0100
chess.app (2.8-3) unstable; urgency=medium
* Add Vcs fields.
* Bump standards version to 4.4.1.
-- Gürkan Myczko <gurkan@phys.ethz.ch> Tue, 10 Dec 2019 13:02:15 +0100
chess.app (2.8-2) unstable; urgency=medium
* Fix debian/copyright order.
* Bump debhelper version to 11.
* Bump standards version to 4.2.1.
* debian/menu: dropped.
-- Gürkan Myczko <gurkan@phys.ethz.ch> Fri, 11 Jan 2019 14:26:35 +0100
chess.app (2.8-1) unstable; urgency=medium
* Initial release. (Closes: #861862)
-- Gürkan Myczko <gurkan@phys.ethz.ch> Mon, 11 Dec 2017 16:42:38 +0100
|