tags 667110 + pending thanks Dear maintainer,
I've prepared an NMU for basic256 (versioned as 0.9.6.66-1.2) 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: DKP: BrĂ¼der, seht, die rote Fahne
diff -Nru basic256-0.9.6.66/debian/changelog basic256-0.9.6.66/debian/changelog --- basic256-0.9.6.66/debian/changelog 2012-02-21 20:33:41.000000000 +0100 +++ basic256-0.9.6.66/debian/changelog 2012-04-19 18:15:55.000000000 +0200 @@ -1,3 +1,12 @@ +basic256 (0.9.6.66-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix "ftbfs with GCC-4.7": add patch 05_ftbfs_gcc4.7.diff from + Cyril Brulebois (missing <unistd.h> includes). + (Closes: #667110) + + -- gregor herrmann <[email protected]> Thu, 19 Apr 2012 18:15:23 +0200 + basic256 (0.9.6.66-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nru basic256-0.9.6.66/debian/patches/05_ftbfs_gcc4.7.diff basic256-0.9.6.66/debian/patches/05_ftbfs_gcc4.7.diff --- basic256-0.9.6.66/debian/patches/05_ftbfs_gcc4.7.diff 1970-01-01 01:00:00.000000000 +0100 +++ basic256-0.9.6.66/debian/patches/05_ftbfs_gcc4.7.diff 2012-04-19 18:19:16.000000000 +0200 @@ -0,0 +1,28 @@ +Description: fix FBTFS with gcc 4.7 due to missing <unistd.h> includes +Origin: vendor +Bug-Debian: http://bugs.debian.org/667110 +Forwarded: no +Author: Cyril Brulebois <[email protected]> +Reviewed-by: gregor herrmann <[email protected]> +Last-Update: 2012-04-19 + +--- a/Interpreter.cpp ++++ b/Interpreter.cpp +@@ -47,6 +47,7 @@ + #include <arpa/inet.h> + #include <net/if.h> + #include <ifaddrs.h> ++ #include <unistd.h> + #endif + + #include <QString> +--- a/RunController.cpp ++++ b/RunController.cpp +@@ -46,6 +46,7 @@ using namespace std; + #include <fcntl.h> + #include <sys/ioctl.h> + #include <time.h> ++ #include <unistd.h> + #endif + + #ifdef LINUX diff -Nru basic256-0.9.6.66/debian/patches/series basic256-0.9.6.66/debian/patches/series --- basic256-0.9.6.66/debian/patches/series 2012-02-21 20:31:08.000000000 +0100 +++ basic256-0.9.6.66/debian/patches/series 2012-04-19 18:12:40.000000000 +0200 @@ -2,3 +2,4 @@ 02_basic256_not_BASIC256.diff 03_examples.diff 04_bison.diff +05_ftbfs_gcc4.7.diff
signature.asc
Description: Digital signature

