Bug#762477: atari800: diff for NMU version 3.1.0-1.1

2016-04-11 Thread Antonin Kral
Hi Tobias,

thank you for you NMU. I have totally forgotten that patch is sitting
in the repo for a while:


https://github.com/bobek/aranym800-debian/commit/8596bb26fa92ff9066c827aa96da0f41a7cc379c

Upstream wanted to push some changes which then decided to pull off. And
I have not released the fixed version :(

I'll push the update in a moment.

Thank you,

Antonin

* Tobias Frost  [2016-04-08 14:40] wrote:
> 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.0 +0200
> +++ atari800-3.1.0/debian/changelog   2016-04-08 14:25:06.0 +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   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.0 +0200
> +++ atari800-3.1.0/debian/rules   2016-04-08 14:11:41.0 +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*
> 



Bug#762477: atari800: diff for NMU version 3.1.0-1.1

2016-04-08 Thread Tobias Frost
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.0 +0200
+++ atari800-3.1.0/debian/changelog 2016-04-08 14:25:06.0 +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   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.0 +0200
+++ atari800-3.1.0/debian/rules 2016-04-08 14:11:41.0 +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*