diff -Nru libsdl-console-2.1/debian/changelog libsdl-console-2.1/debian/changelog --- libsdl-console-2.1/debian/changelog 2014-03-08 18:58:39.000000000 +0000 +++ libsdl-console-2.1/debian/changelog 2017-06-21 19:50:14.000000000 +0000 @@ -1,3 +1,16 @@ +libsdl-console (2.1-5) unstable; urgency=medium + + * Bump Policy Standards-Version to 4.0.0 (no changes needed) + * Switch to debhelper compat level v10 + - dh flags --parallel are not needed + - autoreconf is invoked by default + * Update Vcs-* URLs + * Minor updates to d/copyright + - quell lintian about GPL and LGPL names + - update maintainer address to @debian.org + + -- Manuel A. Fernandez Montecelo Wed, 21 Jun 2017 21:50:14 +0200 + libsdl-console (2.1-4) unstable; urgency=medium * Bump Policy Standards-Version to 3.9.5 (no changes needed) diff -Nru libsdl-console-2.1/debian/compat libsdl-console-2.1/debian/compat --- libsdl-console-2.1/debian/compat 2012-05-01 17:07:41.000000000 +0000 +++ libsdl-console-2.1/debian/compat 2017-06-21 18:14:31.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libsdl-console-2.1/debian/control libsdl-console-2.1/debian/control --- libsdl-console-2.1/debian/control 2014-03-08 18:53:53.000000000 +0000 +++ libsdl-console-2.1/debian/control 2017-06-21 19:44:03.000000000 +0000 @@ -3,15 +3,14 @@ Priority: optional Maintainer: Debian SDL packages maintainers Uploaders: Manuel A. Fernandez Montecelo -Standards-Version: 3.9.5 -Build-Depends: debhelper (>= 9~), - dh-autoreconf, +Standards-Version: 4.0.0 +Build-Depends: debhelper (>= 10~), dpkg-dev (>= 1.16.1~), libsdl1.2-dev (>= 1.2.14~), libsdl-image1.2-dev (>= 1.2.12~) Homepage: http://sdlconsole.sourceforge.net/ -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/libsdl-console.git -Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/libsdl-console.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-sdl/packages/libsdl-console.git +Vcs-Git: https://anonscm.debian.org/git/pkg-sdl/packages/libsdl-console.git Package: libsdl-console diff -Nru libsdl-console-2.1/debian/copyright libsdl-console-2.1/debian/copyright --- libsdl-console-2.1/debian/copyright 2012-05-08 21:26:16.000000000 +0000 +++ libsdl-console-2.1/debian/copyright 2017-06-21 19:48:33.000000000 +0000 @@ -14,7 +14,7 @@ License: GPL-2+ Files: debian/* -Copyright: 2012, Manuel A. Fernandez Montecelo +Copyright: 2012-2017, Manuel A. Fernandez Montecelo License: LGPL-2+ @@ -25,7 +25,7 @@ your option) any later version. . On Debian systems, the complete text of version 2 of the GNU Lesser - Public License can be found in '/usr/share/common-licenses/LGPL-2'. + General Public License can be found in '/usr/share/common-licenses/LGPL-2'. License: GPL-2+ This program is free software; you can redistribute it and/or modify @@ -33,5 +33,5 @@ the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . - On Debian systems, the complete text of version 2 of the GNU + On Debian systems, the complete text of version 2 of the GNU General Public License can be found in '/usr/share/common-licenses/GPL-2'. diff -Nru libsdl-console-2.1/debian/rules libsdl-console-2.1/debian/rules --- libsdl-console-2.1/debian/rules 2014-03-08 18:54:18.000000000 +0000 +++ libsdl-console-2.1/debian/rules 2017-06-21 19:27:01.000000000 +0000 @@ -8,4 +8,4 @@ %: - dh $@ --with autoreconf --parallel + dh $@