tag 625593 + patch
thanks
Hello,
autotrace is blocking imagemagick transition. The fix is trivial
(see attached patch). I intend to NMU this package, and will probably
upload tonight a version in the delayed/5-days (I think this bug
should have been raised to RC, I'm unsure why it wasn't). Of course,
I'd prefer you to apply this patch and upload yourself !
Cheers,
Vincent
diff -u autotrace-0.31.1/debian/changelog autotrace-0.31.1/debian/changelog
--- autotrace-0.31.1/debian/changelog
+++ autotrace-0.31.1/debian/changelog
@@ -1,3 +1,10 @@
+autotrace (0.31.1-15.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Build with recent imagemagick libraries (closes: #625593)
+
+ -- Vincent Fourmond <[email protected]> Mon, 06 Jun 2011 12:10:05 +0200
+
autotrace (0.31.1-15) unstable; urgency=low
* New maintainer. Closes: #525919
diff -u autotrace-0.31.1/debian/control autotrace-0.31.1/debian/control
--- autotrace-0.31.1/debian/control
+++ autotrace-0.31.1/debian/control
@@ -3,7 +3,8 @@
Priority: optional
Maintainer: Tony Palma <[email protected]>
Build-Depends: debhelper (>= 5), autotools-dev, pkg-config,
- libpng12-dev, libpstoedit-dev (>= 3.42-1.1), libmagick9-dev
+ libpng12-dev, libpstoedit-dev (>= 3.42-1.1),
+ libmagickcore-dev
Standards-Version: 3.8.3
Homepage: http://autotrace.sourceforge.net/