tag 548480 + pending
thanks

Dear maintainer,

I've prepared an NMU for nxcomp (versioned as 3.2.0-7-1.1) 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/
   `-    NP: Little Walter: Blue Light
diff -u nxcomp-3.2.0-7/debian/changelog nxcomp-3.2.0-7/debian/changelog
--- nxcomp-3.2.0-7/debian/changelog
+++ nxcomp-3.2.0-7/debian/changelog
@@ -1,3 +1,11 @@
+nxcomp (3.2.0-7-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "build failure with gcc-4.4", apply patch from Ubuntu, thanks to
+    Stefan Potyra (closes: #548480).
+
+ -- gregor herrmann <gre...@debian.org>  Thu, 31 Dec 2009 23:30:01 +0100
+
 nxcomp (3.2.0-7-1) unstable; urgency=low
 
   * New Upstream Release
diff -u nxcomp-3.2.0-7/debian/patches/series nxcomp-3.2.0-7/debian/patches/series
--- nxcomp-3.2.0-7/debian/patches/series
+++ nxcomp-3.2.0-7/debian/patches/series
@@ -1,0 +2 @@
+fix_const
only in patch2:
unchanged:
--- nxcomp-3.2.0-7.orig/debian/patches/fix_const
+++ nxcomp-3.2.0-7/debian/patches/fix_const
@@ -0,0 +1,13 @@
+Index: nxcomp-3.2.0-7/Loop.cpp
+===================================================================
+--- nxcomp-3.2.0-7.orig/Loop.cpp	2009-09-26 16:54:36.000000000 +0200
++++ nxcomp-3.2.0-7/Loop.cpp	2009-09-26 16:54:16.000000000 +0200
+@@ -10979,7 +10979,7 @@
+                                       packMethod == PACK_LOSSLESS ||
+                                           packMethod == PACK_ADAPTIVE)
+   {
+-    char *dash = rindex(opt, '-');
++    const char *dash = rindex(opt, '-');
+ 
+     if (dash != NULL && strlen(dash) == 2 &&
+             *(dash + 1) >= '0' && *(dash + 1) <= '9')

Attachment: signature.asc
Description: Digital signature

Reply via email to