diff -Nru heroes-0.21/debian/changelog heroes-0.21/debian/changelog --- heroes-0.21/debian/changelog 2017-07-14 20:43:02.000000000 +0000 +++ heroes-0.21/debian/changelog 2018-05-06 18:54:19.000000000 +0000 @@ -1,3 +1,15 @@ +heroes (0.21-17) unstable; urgency=medium + + * Migrate to Salsa. + * Since heroes is installed owned by root:games, the binary target in + debian/rules needs to run with fakeroot; indicate this with “Rules- + Requires-Root”. + * Update watch file. + * Switch to debhelper compatibility level 11. + * Standards-Version 4.1.4, no further change required. + + -- Stephen Kitt Sun, 06 May 2018 20:54:19 +0200 + heroes (0.21-16) unstable; urgency=medium * Move Heroes to the Arcade sub-category in the .desktop file (closes: @@ -76,7 +88,7 @@ heroes (0.21-10) unstable; urgency=medium * QA upload - * build with dh_autotools-dev to fix FTBFS on new arches. Thanks to + * build with dh_autotools-dev to fix FTBFS on new arches. Thanks to Logan Rosen for the patch! (Closes: #744071): - debian/control: add build-dependency on autotools-dev - debian/rules: call dh_autotools-dev_{update,restore}config in targets @@ -103,7 +115,7 @@ * Non-maintainer upload. * Drop heroes-ggi binary package and the underlying build-dep - on libggi-dev, which is going away (Closes: #680239, #84756) + on libggi-dev, which is going away (Closes: #680239, #84756) -- Moritz Muehlenhoff Thu, 05 Jul 2012 21:23:49 +0200 @@ -166,16 +178,16 @@ capable of parsing it in Debian!) to not link heroeslvl against $(LIBS). It doesn't need a dependency on SDL and so on, since it's just a command-line utility. - + The implementation of this is pretty horrid. I'll email upstream and let them know, but they don't seem to be putting out releases anymore. - + * Add sv.po. (Closes: #348253) - + * Add a .desktop entry. Apparently all the cool kids have one now. (Closes: #384742) - + * Acknowledge NMU (Closes: #381272). -- Daniel Burrows Mon, 25 Sep 2006 21:14:44 -0700 @@ -193,7 +205,7 @@ * Update config.guess and config.sub (Closes: #342421). * Update debhelper compat level to 5. * Build-depend on heroes-data. (HACK) - + This is necessary because upstream uses "heroes --help" to generate the manpage, but this command fails if the data files for heroes are not available; worse, the failure mode is to generate an invalid @@ -203,8 +215,8 @@ heroes (0.21-5) unstable; urgency=low - * Acknowledge 4.1 NMU (Closes: #235714). - * Add autogen and help2man to Build-Dependencies. + * Acknowledge 4.1 NMU (Closes: #235714). + * Add autogen and help2man to Build-Dependencies. * Force regeneration of the manpages. * Patch for g++-4.0 FTBFS (Closes: #297314). * Apply patch from Jens Seidel to de.po (Closes: #314046). @@ -342,7 +354,7 @@ heroes (0.18-1) unstable; urgency=medium * New upstream release. Note that this requires heroes-data 1.4. - + * The s390 people enabled sdl on that platform via a binary-only upload; apparently SDL has become available since I worked out which platforms had what. Unfortunately, this meant that heroes-sdl was built on s390 in @@ -352,7 +364,7 @@ an autobuilder. I could insert Build-Conflicts against display targets that should not be built on particular platforms, but that's even uglier than what I'm doing now. - + Anyway, the SDL version is built on S390 in this release. Be happy. -- Daniel Burrows Thu, 20 Dec 2001 15:28:47 -0500 @@ -425,11 +437,11 @@ heroes (0.13-3) unstable; urgency=low * Uploaded for the Great SDL shift. - + * Versioned build dependency on libsdl1.2-dev (>= 1.2.2-3.1) This is necessary for build daemons to pick the correct SDL to build against. Users building personal packages can ignore this dependency. - + * Hack to work around problems with the new libsdl1.2-mixer package. (set LDFLAGS before configuring for SDL) @@ -584,7 +596,7 @@ heroes (0.7-1) unstable; urgency=low * New upstream version. - + * Added some more magic to the Makefile. I /believe/ that it should now autodetect whether GGI and SDL packages are available in the current build environment, and only build the one that's available. (closes: #68699) diff -Nru heroes-0.21/debian/compat heroes-0.21/debian/compat --- heroes-0.21/debian/compat 2017-07-14 18:39:13.000000000 +0000 +++ heroes-0.21/debian/compat 2018-05-06 18:51:08.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru heroes-0.21/debian/control heroes-0.21/debian/control --- heroes-0.21/debian/control 2017-07-14 18:39:58.000000000 +0000 +++ heroes-0.21/debian/control 2018-05-06 18:53:29.000000000 +0000 @@ -4,7 +4,7 @@ Section: games Priority: optional Build-Depends: autogen, - debhelper (>= 10), + debhelper (>= 11~), gettext, help2man, heroes-data, @@ -12,9 +12,10 @@ libsdl-mixer1.2-dev, libsdl1.2-dev, texinfo -Standards-Version: 4.0.0 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/heroes.git -Vcs-Git: https://anonscm.debian.org/git/pkg-games/heroes.git +Standards-Version: 4.1.4 +Rules-Requires-Root: binary-targets +Vcs-Browser: https://salsa.debian.org/games-team/heroes +Vcs-Git: https://salsa.debian.org/games-team/heroes.git Homepage: http://heroes.sourceforge.net Package: heroes diff -Nru heroes-0.21/debian/watch heroes-0.21/debian/watch --- heroes-0.21/debian/watch 2016-01-20 13:05:23.000000000 +0000 +++ heroes-0.21/debian/watch 2018-05-06 18:49:41.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -http://qa.debian.org/watch/sf.php/heroes/heroes-(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) +version=4 +http://sf.net/heroes/ heroes-(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) debian uupdate