Package: pngnq
Version: 0.5-2
Tags: patch

Should say on sid, testing, x86 and amd64
pngnq -V   
pngnq 0.5
   Compiled with libpng 1.2.27; using libpng 1.2.27.
   Compiled with zlib 1.2.3.3; using zlib 1.2.3.3.

Is saying on x86 sid
pngnq -V
pngnq (null)
   Compiled with libpng 1.2.15beta5; using libpng 1.2.27.
   Compiled with zlib 1.2.3.3; using zlib 1.2.3.3.

Is saying on amd64 testing
pngnq -V
Segmentation fault

Seems to work with this fix in debian/rules

-CFLAGS += -D VERSION=\"0.5\" -g ${shell libpng-config --cflags}
+CFLAGS += -D VERSION=\\\"0.5\\\" -g ${shell libpng-config --cflags}

-- 
Johan Thelmén



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to