tags 662432 + patch tags 662432 + pending tags 667280 + pending thanks Dear maintainer,
I've prepared an NMU for minetest (versioned as 0.3.1+dfsg-2.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Maryse Nicolai: n/a
diff -Nru minetest-0.3.1+dfsg/debian/changelog minetest-0.3.1+dfsg/debian/changelog --- minetest-0.3.1+dfsg/debian/changelog 2011-12-02 03:42:07.000000000 +0100 +++ minetest-0.3.1+dfsg/debian/changelog 2012-04-21 15:06:27.000000000 +0200 @@ -1,3 +1,15 @@ +minetest (0.3.1+dfsg-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "ftbfs with GCC-4.7": add patch from P. J. McDermott that includes + unistd.h. + (Closes: #667280) + * Fix "Please Build-Depends on libpng-dev, change from libpng12-dev": do as + the bug report requests. + (Closes: #662432) + + -- gregor herrmann <[email protected]> Sat, 21 Apr 2012 15:06:25 +0200 + minetest (0.3.1+dfsg-2) unstable; urgency=low * Fix freedesktop menu "Type" entry. diff -Nru minetest-0.3.1+dfsg/debian/control minetest-0.3.1+dfsg/debian/control --- minetest-0.3.1+dfsg/debian/control 2011-12-02 03:36:42.000000000 +0100 +++ minetest-0.3.1+dfsg/debian/control 2012-04-21 15:06:23.000000000 +0200 @@ -9,7 +9,7 @@ cmake, libbz2-dev, imagemagick, - libpng12-dev, + libpng-dev, libjpeg8-dev, libjthread-dev, libxxf86vm-dev, diff -Nru minetest-0.3.1+dfsg/debian/patches/fix-ftbfs-gcc-4.7-667280.patch minetest-0.3.1+dfsg/debian/patches/fix-ftbfs-gcc-4.7-667280.patch --- minetest-0.3.1+dfsg/debian/patches/fix-ftbfs-gcc-4.7-667280.patch 1970-01-01 01:00:00.000000000 +0100 +++ minetest-0.3.1+dfsg/debian/patches/fix-ftbfs-gcc-4.7-667280.patch 2012-04-21 15:00:10.000000000 +0200 @@ -0,0 +1,16 @@ +Description: Fix FTBFS with gcc-4.7 + Fix missing inclusion of <unistd.h> in src/filesys.cpp. +Author: "P. J. McDermott" <[email protected]> +Bug-Debian: http://bugs.debian.org/667280 +Last-Update: 2012-04-19 + +--- a/src/filesys.cpp ++++ b/src/filesys.cpp +@@ -166,6 +166,7 @@ + + #else // POSIX + ++#include <unistd.h> + #include <sys/types.h> + #include <dirent.h> + #include <errno.h> diff -Nru minetest-0.3.1+dfsg/debian/patches/series minetest-0.3.1+dfsg/debian/patches/series --- minetest-0.3.1+dfsg/debian/patches/series 2011-11-27 02:54:21.000000000 +0100 +++ minetest-0.3.1+dfsg/debian/patches/series 2012-04-21 15:01:42.000000000 +0200 @@ -1,2 +1,3 @@ debianization.patch #system-jthread.patch +fix-ftbfs-gcc-4.7-667280.patch
signature.asc
Description: Digital signature

