Dear maintainer,

I've prepared an NMU for chuck (versioned as 1.2.0.8.dfsg-1.3) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-    BOFH excuse #57:  Groundskeepers stole the root password 
diff -u chuck-1.2.0.8.dfsg/debian/changelog chuck-1.2.0.8.dfsg/debian/changelog
--- chuck-1.2.0.8.dfsg/debian/changelog
+++ chuck-1.2.0.8.dfsg/debian/changelog
@@ -1,3 +1,11 @@
+chuck (1.2.0.8.dfsg-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "fails to build with gcc-4.4/newer eglibc": apply patch from Ubuntu
+    (thanks to Stefan Potyra); closes: #549223.
+
+ -- gregor herrmann <gre...@debian.org>  Fri, 25 Dec 2009 18:29:53 +0100
+
 chuck (1.2.0.8.dfsg-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- chuck-1.2.0.8.dfsg.orig/src/ugen_xxx.cpp
+++ chuck-1.2.0.8.dfsg/src/ugen_xxx.cpp
@@ -2577,7 +2577,7 @@
         // open it
         SF_INFO info;
         info.format = 0;
-        char * format = strrchr( filename, '.');
+        const char * format = strrchr( filename, '.');
         if( format && strcmp( format, ".raw" ) == 0 )
         { 
             fprintf( stderr, "[chuck](via SndBuf) %s :: type is '.raw'...\n    assuming 16 bit signed mono (PCM)\n", filename );

Attachment: signature.asc
Description: Digital signature

Reply via email to