diff -Nru tuxfootball-0.3.1/debian/changelog tuxfootball-0.3.1/debian/changelog --- tuxfootball-0.3.1/debian/changelog 2017-10-07 18:33:07.000000000 +0000 +++ tuxfootball-0.3.1/debian/changelog 2018-05-21 07:05:59.000000000 +0000 @@ -1,3 +1,13 @@ +tuxfootball (0.3.1-6) unstable; urgency=medium + + * Bump Stanrads-Version to 4.1.4 + * d/compat: 11 + * d/control: Migrate Vcs-* to salsa. + * d/rules: Remove deprecate autotools-dev option. + * debian/patches: Add 0004-gettext-macro-0.19.patch. + + -- TANIGUCHI Takaki Mon, 21 May 2018 16:05:59 +0900 + tuxfootball (0.3.1-5) unstable; urgency=medium * Team upload. diff -Nru tuxfootball-0.3.1/debian/compat tuxfootball-0.3.1/debian/compat --- tuxfootball-0.3.1/debian/compat 2017-10-07 18:33:07.000000000 +0000 +++ tuxfootball-0.3.1/debian/compat 2018-05-21 07:05:59.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru tuxfootball-0.3.1/debian/control tuxfootball-0.3.1/debian/control --- tuxfootball-0.3.1/debian/control 2017-10-07 18:33:07.000000000 +0000 +++ tuxfootball-0.3.1/debian/control 2018-05-21 07:05:59.000000000 +0000 @@ -5,17 +5,17 @@ Uploaders: TANIGUCHI Takaki Build-Depends: - debhelper (>= 10), + debhelper (>= 11), dpkg-dev (>= 1.16.1~), intltool, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl1.2-dev, pkg-config -Standards-Version: 4.1.1 +Standards-Version: 4.1.4 Homepage: http://tuxfootball.sourceforge.net/ -Vcs-Git: https://anonscm.debian.org/git/pkg-games/tuxfootball.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/tuxfootball.git +Vcs-Git: https://salsa.debian.org/games-team/tuxfootball.git +Vcs-Browser: https://salsa.debian.org/games-team/tuxfootball Package: tuxfootball Architecture: any diff -Nru tuxfootball-0.3.1/debian/patches/0004-gettext-macro-0.19.patch tuxfootball-0.3.1/debian/patches/0004-gettext-macro-0.19.patch --- tuxfootball-0.3.1/debian/patches/0004-gettext-macro-0.19.patch 1970-01-01 00:00:00.000000000 +0000 +++ tuxfootball-0.3.1/debian/patches/0004-gettext-macro-0.19.patch 2018-05-21 07:05:59.000000000 +0000 @@ -0,0 +1,21 @@ +From: TANIGUCHI Takaki +Date: Mon, 21 May 2018 16:00:30 +0900 +Subject: gettext macro 0.19 + +--- + po/Makefile.in.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/po/Makefile.in.in b/po/Makefile.in.in +index 83d8838..d9b4dae 100644 +--- a/po/Makefile.in.in ++++ b/po/Makefile.in.in +@@ -9,7 +9,7 @@ + # General Public License and is *not* in the public domain. + # + # Origin: gettext-0.18 +-GETTEXT_MACRO_VERSION = 0.18 ++GETTEXT_MACRO_VERSION = 0.19 + + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ diff -Nru tuxfootball-0.3.1/debian/patches/series tuxfootball-0.3.1/debian/patches/series --- tuxfootball-0.3.1/debian/patches/series 2017-10-07 18:33:07.000000000 +0000 +++ tuxfootball-0.3.1/debian/patches/series 2018-05-21 07:05:59.000000000 +0000 @@ -1,3 +1,4 @@ fix_ftbfs_menu_h desktop-file.patch fullscreen-mode.patch +0004-gettext-macro-0.19.patch diff -Nru tuxfootball-0.3.1/debian/rules tuxfootball-0.3.1/debian/rules --- tuxfootball-0.3.1/debian/rules 2017-10-07 18:33:07.000000000 +0000 +++ tuxfootball-0.3.1/debian/rules 2018-05-21 07:05:59.000000000 +0000 @@ -13,7 +13,7 @@ include /usr/share/dpkg/buildflags.mk %: - dh $@ --with autotools_dev --without autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- \