diff -Nru geki3-1.0.3/debian/changelog geki3-1.0.3/debian/changelog --- geki3-1.0.3/debian/changelog 2022-12-01 09:54:13.000000000 +0000 +++ geki3-1.0.3/debian/changelog 2022-11-29 21:33:48.000000000 +0000 @@ -1,3 +1,13 @@ +geki3 (1.0.3-9) unstable; urgency=medium + + * Team upload. + * Convert to 3.0 source format. Closes: #1007570 + + [ Helmut Grohne ] + * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. Closes: #915280 + + -- Bastian Germann Tue, 29 Nov 2022 22:33:48 +0100 + geki3 (1.0.3-8.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru geki3-1.0.3/debian/control geki3-1.0.3/debian/control --- geki3-1.0.3/debian/control 2022-12-01 09:54:13.000000000 +0000 +++ geki3-1.0.3/debian/control 2022-11-29 21:31:41.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team Uploaders: Sam Hocevar (Debian packages) -Build-Depends: debhelper (>= 10~), quilt, libkxl0-dev (>= 1.1.7-8) +Build-Depends: debhelper (>= 10~), libkxl0-dev (>= 1.1.7-8) Standards-Version: 3.7.2 Package: geki3 diff -Nru geki3-1.0.3/debian/patches/series geki3-1.0.3/debian/patches/series --- geki3-1.0.3/debian/patches/series 2022-12-01 09:54:13.000000000 +0000 +++ geki3-1.0.3/debian/patches/series 2022-11-29 21:32:03.000000000 +0000 @@ -1,7 +1,7 @@ -000_data_path.diff -p1 -010_rebootstrap.diff -p1 -020_headers.diff -p1 -020_scanf.diff -p1 -020_score_path.diff -p1 -020_shot_keys.diff -p1 -020_game.diff -p1 +000_data_path.diff +010_rebootstrap.diff +020_headers.diff +020_scanf.diff +020_score_path.diff +020_shot_keys.diff +020_game.diff diff -Nru geki3-1.0.3/debian/rules geki3-1.0.3/debian/rules --- geki3-1.0.3/debian/rules 2022-12-01 09:54:13.000000000 +0000 +++ geki3-1.0.3/debian/rules 2022-11-29 21:33:48.000000000 +0000 @@ -10,14 +10,12 @@ build: build-stamp build-stamp: dh_testdir - QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 touch configure.in \ && touch aclocal.m4 \ && touch configure \ && touch config.h.in \ && touch `find . -name Makefile.in` - ./configure --prefix=/usr --mandir=$${prefix}/share/man \ - --infodir=$${prefix}/share/info + dh_auto_configure $(MAKE) touch build-stamp @@ -26,7 +24,6 @@ dh_testroot rm -f build-stamp -$(MAKE) distclean - QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 dh_clean install: build diff -Nru geki3-1.0.3/debian/source/format geki3-1.0.3/debian/source/format --- geki3-1.0.3/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ geki3-1.0.3/debian/source/format 2022-11-29 21:32:50.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt)