Package: libpoppler-dev
Version: 0.16.7-2
Tags: patch

The headers in libpoppler-dev package #include headers from other dev packages, yet these packages are not included in libpoppler-dev's dependencies.

I think they should be at least suggested, if not depended from.

Added a patch to include at least some of the dev packages which have their headers #included. However, I'm unsure whether the added dependency of virtual package libcurl-dev in the patch should be to gnutls variant (like it is in the patch) or the openssl one.

Regards,

  Jussi
diff -Nur old/poppler-0.16.7/debian/control new/poppler-0.16.7/debian/control
--- old/poppler-0.16.7/debian/control	2011-06-30 19:01:33.000000000 +0300
+++ new/poppler-0.16.7/debian/control	2011-10-26 11:31:40.461436217 +0300
@@ -41,7 +41,13 @@
 Architecture: any
 Section: libdevel
 Depends: libpoppler13 (= ${binary:Version}),
+         libcurl4-gnutls-dev | libcurl-dev,
          libfontconfig1-dev,
+         libjpeg62-dev,
+         libpng12-dev,
+         libopenjpeg-dev,
+         libxml2-dev,
+         libxt-dev,
          ${shlibs:Depends},
          ${misc:Depends}
 Description: PDF rendering library -- development files

Reply via email to