tags 553703 + pending thanks Dear maintainer,
I've prepared an NMU for slim (versioned as 1.3.1-3.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards. Kumar -- God seeks comrades and claims love, the Devil seeks slaves and claims obedience. - Rabindranath Tagore (Fireflies, 1928)
diff -u slim-1.3.1/debian/changelog slim-1.3.1/debian/changelog --- slim-1.3.1/debian/changelog +++ slim-1.3.1/debian/changelog @@ -1,3 +1,11 @@ +slim (1.3.1-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Use Martin Michlmayr's patch to fix FTBFS with GCC 4.4. (Updated + ftbfs_gcc_4.4.patch). (Closes: #553703) + + -- Kumar Appaiah <aku...@debian.org> Sun, 20 Dec 2009 11:40:16 -0600 + slim (1.3.1-3) unstable; urgency=low * Remove x-terminal-emulator from Recommends and change from diff -u slim-1.3.1/debian/patches/ftbfs_gcc_4.4.patch slim-1.3.1/debian/patches/ftbfs_gcc_4.4.patch --- slim-1.3.1/debian/patches/ftbfs_gcc_4.4.patch +++ slim-1.3.1/debian/patches/ftbfs_gcc_4.4.patch @@ -1,7 +1,9 @@ # From http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505332 ---- a/switchuser.h 2009-09-21 16:10:43.000000000 +0900 -+++ b/switchuser.h 2009-09-21 16:11:06.000000000 +0900 +Index: slim-1.3.1/switchuser.h +=================================================================== +--- slim-1.3.1.orig/switchuser.h 2008-09-25 19:54:15.000000000 -0500 ++++ slim-1.3.1/switchuser.h 2009-12-20 11:43:06.000000000 -0600 @@ -18,6 +18,7 @@ #include <pwd.h> #include <grp.h> @@ -12,0 +15,12 @@ +Index: slim-1.3.1/app.cpp +=================================================================== +--- slim-1.3.1.orig/app.cpp 2009-12-20 11:43:09.000000000 -0600 ++++ slim-1.3.1/app.cpp 2009-12-20 11:43:22.000000000 -0600 +@@ -12,6 +12,7 @@ + + #include <sys/types.h> + #include <sys/stat.h> ++#include <stdint.h> + #include <unistd.h> + #include <fcntl.h> + #include <cstring>