Package: inkscape
Version: 0.48.1-2.1
Severity: wishlist
Tags: patch
Hi,
inkscape uses the poppler core API, whose headers are currently shipped
in libpoppler-dev, installed as it is a dependency of
libpoppler-glib-dev (needed, as inkscape uses poppler-glib too).
I'm planning a move of the poppler private headers from libpoppler-dev
to a new libpoppler-private-dev package.
Could you please add the libpoppler-private-dev build dependency, so
inkscape can compile also when I'll move the poppler headers?
Attached there is a patch for it.
Thanks,
--
Pino
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Build-Depends: autoconf,
libmagick++-dev,
libpango1.0-dev,
libpng12-dev,
+ libpoppler-private-dev,
libpoppler-glib-dev,
libpopt-dev,
libsigc++-2.0-dev (>= 2.0.16-2),