tags 339921 + pending thanks I've uploaded the following NMU to delayed-2.
diff -u doc++-3.4.10/debian/changelog doc++-3.4.10/debian/changelog --- doc++-3.4.10/debian/changelog +++ doc++-3.4.10/debian/changelog @@ -1,3 +1,11 @@ +doc++ (3.4.10-3.4) unstable; urgency=low + + * NMU as part of the GCC 4.1 transition. + * Revert GCC 3.3 builds patch since it introduced illegal syntax. + * Add GCC 4.1 build fix from Jeremy Nimmer (Closes: #339921). + + -- Martin Michlmayr <[EMAIL PROTECTED]> Thu, 25 May 2006 17:57:50 +0200 + doc++ (3.4.10-3.3) unstable; urgency=high * Non-maintainer upload. reverted: --- doc++-3.4.10/debian/patches/gcc33_build_fix.patch +++ doc++-3.4.10.orig/debian/patches/gcc33_build_fix.patch @@ -1,11 +0,0 @@ ---- doc++-3.4.10.orig/src/docify.ll -+++ doc++-3.4.10/src/docify.ll -@@ -314,7 +314,7 @@ - { - if(argv[1][0] == '-') - { -- fprintf(stderr, "Usage: docify [infile [outfile]]\n"); -+ fprintf(stderr, "Usage: docify \[infile \[outfile\]\]\n"); - return 0; - } - ain = fopen(argv[1], "r"); only in patch2: unchanged: --- doc++-3.4.10.orig/debian/patches/gcc41_build_fix.patch +++ doc++-3.4.10/debian/patches/gcc41_build_fix.patch @@ -0,0 +1,11 @@ +--- doc++-3.4.10/src/docify.ll~ 2006-05-25 15:55:35.000000000 +0000 ++++ doc++-3.4.10/src/docify.ll 2006-05-25 15:55:47.000000000 +0000 +@@ -314,7 +314,7 @@ + { + if(argv[1][0] == '-') + { +- fprintf(stderr, "Usage: docify [infile [outfile]]\n"); ++ fprintf(stderr, "Usage: docify [infile [outfile]""]\n"); + return 0; + } + ain = fopen(argv[1], "r"); -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]