Control: tags 762477 + pending Dear maintainer,
I've prepared an NMU for atari800 (versioned as 3.1.0-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru atari800-3.1.0/debian/changelog atari800-3.1.0/debian/changelog --- atari800-3.1.0/debian/changelog 2014-04-15 13:51:33.000000000 +0200 +++ atari800-3.1.0/debian/changelog 2016-04-08 14:25:06.000000000 +0200 @@ -1,3 +1,11 @@ +atari800 (3.1.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Update config.{sub, guess} before build to be porter friendly + (Closes: #762477) + + -- Tobias Frost <t...@debian.org> Fri, 08 Apr 2016 14:25:06 +0200 + atari800 (3.1.0-1) unstable; urgency=medium * [947c00c] Imported Upstream version 3.1.0 diff -Nru atari800-3.1.0/debian/rules atari800-3.1.0/debian/rules --- atari800-3.1.0/debian/rules 2014-04-15 13:51:33.000000000 +0200 +++ atari800-3.1.0/debian/rules 2016-04-08 14:11:41.000000000 +0200 @@ -23,6 +23,7 @@ touch build-stamp bld-sdl: + cp /usr/share/misc/config.guess /usr/share/misc/config.sub src cd src ; if [ -e Makefile ]; then $(MAKE) clean; fi cd src ; ./configure \ --with-video=sdl --with-sound=sdl @@ -35,6 +36,7 @@ -rm -f build-stamp cd src ; if [ -e Makefile ]; then $(MAKE) clean; fi; \ rm -f config.log config.status config.h Makefile + rm -f src/config.guess src/config.sub mv ./atari800.spec ./tmp ; rm -f atari800 ; rm -f atari800.* ; mv ./tmp ./atari800.spec -rm -rf debian/tmp debian/*~ *~ *.orig *.log \ debian/files* debian/substvars*