Bug#524452: Bug#523596: problem of 523596 is in graphicsmagick

2009-05-08 Thread Thomas Viehmann
tag 524452 + patch
thanks

Thanks Daniel for the update.

 Unfortunately, psiconv still fails to build with this version because
 it apparently makes use of a prehistoric and long deprecated API
 function. It doesn't really make sense to schedule another bin-NMU
 until this is problem fixed with a psiconv upload.

Then lets move the conversation to #524452. Tested with the Clipart file
in tarball's examples directory. I will not comment on the nature of
that file, though.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/
diff -u psiconv-0.9.8/debian/changelog psiconv-0.9.8/debian/changelog
--- psiconv-0.9.8/debian/changelog
+++ psiconv-0.9.8/debian/changelog
@@ -1,3 +1,11 @@
+psiconv (0.9.8-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Change DestroyImages to DestroyImageList in psiconv.
+Closes: #524452
+
+ -- Thomas Viehmann t...@beamnet.de  Fri, 08 May 2009 08:22:48 +0200
+
 psiconv (0.9.8-4) unstable; urgency=low
 
   * Added psiconv.1 manpage.
only in patch2:
unchanged:
--- psiconv-0.9.8.orig/program/psiconv/gen_image.c
+++ psiconv-0.9.8/program/psiconv/gen_image.c
@@ -165,8 +165,8 @@
   DestroyExceptionInfo(exc);
   DestroyImageInfo(image_info);
   if (image != images)
-DestroyImages(image);
-  DestroyImages(images);
+DestroyImageList(image);
+  DestroyImageList(images);
 }
 
 void gen_clipart(const psiconv_config config,psiconv_list list,


Bug#524452: Bug#523596: problem of 523596 is in graphicsmagick

2009-05-08 Thread Adeodato Simó
+ Thomas Viehmann (Fri, 08 May 2009 08:39:41 +0200):

 tag 524452 + patch
 thanks

 Thanks Daniel for the update.

  Unfortunately, psiconv still fails to build with this version because
  it apparently makes use of a prehistoric and long deprecated API
  function. It doesn't really make sense to schedule another bin-NMU
  until this is problem fixed with a psiconv upload.

 Then lets move the conversation to #524452. Tested with the Clipart file
 in tarball's examples directory. I will not comment on the nature of
 that file, though.

Ah, great, thanks Thomas. Daniel, do you think you could make an upload?

Cheers,

-- 
- Are you sure we're good?
- Always.
-- Rory and Lorelai




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org