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,

Reply via email to