diff -Nru nettoe-1.5.1/debian/changelog nettoe-1.5.1/debian/changelog --- nettoe-1.5.1/debian/changelog 2018-05-03 14:17:16.000000000 +0000 +++ nettoe-1.5.1/debian/changelog 2020-09-20 13:51:53.000000000 +0000 @@ -1,8 +1,16 @@ -nettoe (1.5.1-2build1) cosmic; urgency=medium +nettoe (1.5.1-3) unstable; urgency=medium - * No-change rebuild for ncurses soname changes. + * Team upload. + * Switch to debhelper-compat = 13. + * Remove dh-autoreconf and autopoint from B-D. + * Declare compliance with Debian Policy 4.5.0. + * Move nettoe to salsa.debian.org. + * Remove obsolete NEWS file. + * Let dh_auto_configure pass --host to ./configure. + Thanks to Helmut Grohne for the patch. (Closes: #922561) + * Work around FTBFS with GCC 10 by building with -fcommon. (Closes: #957602) - -- Matthias Klose Thu, 03 May 2018 14:17:16 +0000 + -- Markus Koschany Sun, 20 Sep 2020 15:51:53 +0200 nettoe (1.5.1-2) unstable; urgency=low diff -Nru nettoe-1.5.1/debian/compat nettoe-1.5.1/debian/compat --- nettoe-1.5.1/debian/compat 2016-04-05 17:13:40.000000000 +0000 +++ nettoe-1.5.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru nettoe-1.5.1/debian/control nettoe-1.5.1/debian/control --- nettoe-1.5.1/debian/control 2016-04-05 17:24:49.000000000 +0000 +++ nettoe-1.5.1/debian/control 2020-09-20 13:51:53.000000000 +0000 @@ -2,17 +2,23 @@ Section: games Priority: optional Maintainer: Debian Games Team -Uploaders: Barry deFreese , Mats Erik Andersson -Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint, - dpkg-dev (>= 1.16.1~), libncurses5-dev -Standards-Version: 3.9.7 +Uploaders: + Barry deFreese , + Mats Erik Andersson +Build-Depends: + debhelper-compat (= 13), + dpkg-dev (>= 1.16.1~), + libncurses5-dev +Standards-Version: 4.5.0 Homepage: http://nettoe.sourceforge.net/ -Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/nettoe/ -Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/nettoe/ +Vcs-Git: https://salsa.debian.org/games-team/nettoe.git +Vcs-Browser: https://salsa.debian.org/games-team/nettoe Package: nettoe Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends} Description: networked version of Tic Tac Toe (3x3 Grid) for the console NetToe is a console-based version of the classic game "Tic Tac Toe". It's playable against computer AI, a player on the same machine or diff -Nru nettoe-1.5.1/debian/copyright nettoe-1.5.1/debian/copyright --- nettoe-1.5.1/debian/copyright 2016-04-05 17:13:40.000000000 +0000 +++ nettoe-1.5.1/debian/copyright 2020-09-20 13:51:53.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nettoe Uppstream-Contact: Mats Erik Andersson Source: http://nettoe.sourceforge.net/downloads.php @@ -17,7 +17,7 @@ Comment: This package was debianized by Andras Bali on Sat, 23 Jun 2001 22:24:49 +0200. . - Package maintainenance was taken over by Debian Games Team + Package maintainenance was taken over by Debian Games Team on Mon, 10 Dec 2007 diff -Nru nettoe-1.5.1/debian/nettoe.docs nettoe-1.5.1/debian/nettoe.docs --- nettoe-1.5.1/debian/nettoe.docs 2016-04-05 17:13:40.000000000 +0000 +++ nettoe-1.5.1/debian/nettoe.docs 2020-09-20 13:51:53.000000000 +0000 @@ -1,4 +1,4 @@ -TO-DO +BUGS NEWS README -BUGS +TO-DO diff -Nru nettoe-1.5.1/debian/NEWS nettoe-1.5.1/debian/NEWS --- nettoe-1.5.1/debian/NEWS 2016-04-05 17:13:40.000000000 +0000 +++ nettoe-1.5.1/debian/NEWS 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -nettoe (1.3.1-1) unstable; urgency=low - - This release uses a reworked network code. In particular, - it uses IPv6 in addition to IPv4, and it also has begun - using only one socket pair to communicate, namely port - 7501/tcp on the server end. Thus the present release is - no longer protocol compatible with releases nettoe_1.2.*, - or earlier ones. - - -- Mats Erik Andersson Fri, 26 Feb 2010 15:14:49 +0100 - diff -Nru nettoe-1.5.1/debian/rules nettoe-1.5.1/debian/rules --- nettoe-1.5.1/debian/rules 2016-04-05 17:13:40.000000000 +0000 +++ nettoe-1.5.1/debian/rules 2020-09-20 13:51:53.000000000 +0000 @@ -4,11 +4,13 @@ include /usr/share/dpkg/buildflags.mk +export DEB_CFLAGS_MAINT_APPEND = -fcommon + %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: - ./configure --prefix=/usr \ + dh_auto_configure -- \ --bindir=/usr/games \ --mandir=/usr/share/man \ --enable-desktop