On Thu, Jun 23, 2011 at 2:28 PM, Mehdi Dogguy <[email protected]> wrote:
> On 0, Vincent Fourmond <[email protected]> wrote:
>> --- 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
>
> This is not enough to fix the problem since libautotrace-dev still
> depends on libmagick9-dev.
>
> I'm considering removing this package temporarily from testing if not
> fixed during the next couple of days. If you intend to NMU it, please
> upload it without delay in order to to get ready to migrate sooner.
On its way.
Thanks !
Vincent
PS: debdiff to the last maintainer release attached.
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,20 @@
+autotrace (0.31.1-15.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * ... and replace references to the old libmagick9-dev from
+ libautotrace-dev (closes: #625593, again...)
+ * Urgency medium to fix RC bugs and help the imagemagick transition
+ along.
+
+ -- Vincent Fourmond <[email protected]> Thu, 23 Jun 2011 20:34:19 +0200
+
+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/
@@ -28,7 +29,7 @@
Package: libautotrace-dev
Architecture: any
Section: libdevel
-Depends: libautotrace3 (= ${binary:Version}), libc6-dev | libc-dev,
libpng12-dev, libpstoedit-dev (>= 3.42-1.1), libmagick9-dev
+Depends: libautotrace3 (= ${binary:Version}), libc6-dev | libc-dev,
libpng12-dev, libpstoedit-dev (>= 3.42-1.1), libmagickcore-dev
Recommends: pkg-config (>= 0.18)
Description: bitmap to vector graphics converter, development files
Static library and header include files needed for developing programs