Hello,

I found a small issue with Steve's previous patch. The multiarch
property is set to the dev package instead of the runtime one.

Please find attached a patch to move the property.

Cheers,
Gregory
--- debian/control	2011-07-13 21:06:29.000000000 +0200
+++ /mnt/playstation/ref/cairo-1.10.2/debian/control	2011-07-13 20:30:45.610302515 +0200
@@ -52,8 +52,6 @@
          ${misc:Depends}
 Provides: libcairo-dev
 Suggests: libcairo2-doc
-Pre-Depends: ${misc:Pre-Depends}
-Multi-Arch: same
 Description: Development files for the Cairo 2D graphics library
  Cairo is a multi-platform library providing anti-aliased
  vector-based rendering for multiple target backends.
@@ -70,6 +68,8 @@
         xulrunner-1.9,
         iceape-browser (<= 2.0.3-3),
         libgtk-directfb-2.0-0
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Description: The Cairo 2D vector graphics library
  Cairo is a multi-platform library providing anti-aliased
  vector-based rendering for multiple target backends. Paths consist

Reply via email to