diff -Nru heroes-data-1.5/debian/changelog heroes-data-1.5/debian/changelog --- heroes-data-1.5/debian/changelog 2016-01-18 17:50:16.000000000 +0000 +++ heroes-data-1.5/debian/changelog 2016-01-18 12:57:12.000000000 +0000 @@ -1,3 +1,19 @@ +heroes-data (1.5-3) unstable; urgency=medium + + * New maintainer (closes: #738895). + * Switch to debhelper compatibility level 9, using dh (closes: + #800292). + * Update debian/watch (thanks to Bart Martens; closes: #529115). + * Correct spelling of "tile sets" (thanks to Matt Zimmerman; closes: + #124735). + * Drop obsolete Conflits/Replaces. + * Switch to source format "3.0 (quilt)". + * Standards-Version 3.9.6, no further change required. + * Add homepage. + * Add VCS URIs. + + -- Stephen Kitt Mon, 18 Jan 2016 13:57:12 +0100 + heroes-data (1.5-2) unstable; urgency=low * Change upstream address to @debian.org. diff -Nru heroes-data-1.5/debian/compat heroes-data-1.5/debian/compat --- heroes-data-1.5/debian/compat 1970-01-01 00:00:00.000000000 +0000 +++ heroes-data-1.5/debian/compat 2016-01-18 12:24:02.000000000 +0000 @@ -0,0 +1 @@ +9 diff -Nru heroes-data-1.5/debian/control heroes-data-1.5/debian/control --- heroes-data-1.5/debian/control 2016-01-18 17:50:16.000000000 +0000 +++ heroes-data-1.5/debian/control 2016-01-18 12:56:01.000000000 +0000 @@ -1,15 +1,18 @@ Source: heroes-data Section: games Priority: optional -Maintainer: Daniel Burrows -Build-Depends-Indep: debhelper -Standards-Version: 3.1.0 +Maintainer: Debian Games Team +Uploaders: Stephen Kitt +Build-Depends-Indep: debhelper (>= 9), dh-autoreconf +Standards-Version: 3.9.6 +Homepage: http://heroes.sourceforge.net +Vcs-Git: git://anonscm.debian.org/pkg-games/heroes-data.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/heroes-data.git Package: heroes-data Architecture: all Recommends: heroes-common -Conflicts: heroes (<< 0.6-0pre3) -Replaces: heroes (<< 0.6-0pre3) +Depends: ${misc:Depends} Description: Required data files for heroes Heroes is similar to the "Tron" and "Nibbles" games of yore, but includes many graphical improvements and new game features. In it, you must maneuver @@ -17,4 +20,4 @@ your opponents' trails, and even your own trail. . This package contains required data files for heroes, including images, - level files, and tilesets. + level files, and tile sets. diff -Nru heroes-data-1.5/debian/rules heroes-data-1.5/debian/rules --- heroes-data-1.5/debian/rules 2016-01-18 17:50:16.000000000 +0000 +++ heroes-data-1.5/debian/rules 2016-01-18 12:40:07.000000000 +0000 @@ -1,38 +1,8 @@ #!/usr/bin/make -f -export DH_COMPAT=1 +%: + dh $@ --with autoreconf -build-stamp: - ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --datadir=\$${prefix}/share/games --bindir=\$${prefix}/games - touch build-stamp - -build: build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - -$(MAKE) distclean - dh_clean - -binary-arch: - -binary-indep: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - $(MAKE) install prefix=`pwd`/debian/tmp/usr - - dh_installdocs - dh_installchangelogs ChangeLog - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep -.PHONY: build clean binary-arch binary-indep binary +override_dh_auto_configure: +# For backwards-compatibility (for now) + dh_auto_configure -- --datadir=/usr/share/games diff -Nru heroes-data-1.5/debian/source/format heroes-data-1.5/debian/source/format --- heroes-data-1.5/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ heroes-data-1.5/debian/source/format 2016-01-18 12:48:45.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru heroes-data-1.5/debian/watch heroes-data-1.5/debian/watch --- heroes-data-1.5/debian/watch 2016-01-18 17:50:16.000000000 +0000 +++ heroes-data-1.5/debian/watch 2016-01-18 12:41:34.000000000 +0000 @@ -1 +1,2 @@ -http://prdownloads.sourceforge.net /heroes/ heroes-data-([0-9.]*)\.tar\.gz debian +version=3 +http://qa.debian.org/watch/sf.php/heroes/heroes-data-(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) diff -Nru heroes-data-1.5/watch heroes-data-1.5/watch --- heroes-data-1.5/watch 2016-01-18 17:50:16.000000000 +0000 +++ heroes-data-1.5/watch 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -http://prdownloads.sourceforge.net /heroes/ heroes-data-([0-9.]*)\.tar\.gz debian