From c8abf3261222c1007a9e9f7156f9aebad01cd268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 20 May 2014 10:27:19 +0200 Subject: [PATCH 1/3] Remove libpopplerXX from the dependency list. The right dependency on libpopplerXX is automatically set by ${shlibs:Depends}. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4f76a71..38195dd 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://github.com/coolwanglu/pdf2htmlEX Package: pdf2htmlex Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libpoppler27 (>= 0.20.3) | libpoppler28 | libpoppler43, libpng12-0, libjpeg8, libfontforge1 +Depends: ${shlibs:Depends}, ${misc:Depends}, libpng12-0, libjpeg8, libfontforge1 Suggests: ttfautohint Description: Converts PDF to HTML without losing format pdf2htmlEX converts PDF to HTML while retaining text, format & style as much as possible From 13672f4b7fd9aa7e3b289c96c3af2d5fb1e3dbe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 21 May 2014 17:38:08 +0200 Subject: [PATCH 2/3] Remove libfontforge1 from the dependency list too. It is also automatically set by ${shlibs:Depends}. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 38195dd..fbee309 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://github.com/coolwanglu/pdf2htmlEX Package: pdf2htmlex Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libpng12-0, libjpeg8, libfontforge1 +Depends: ${shlibs:Depends}, ${misc:Depends}, libpng12-0, libjpeg8 Suggests: ttfautohint Description: Converts PDF to HTML without losing format pdf2htmlEX converts PDF to HTML while retaining text, format & style as much as possible From 62e4bb76544a6b68b72ef50c70b65e6e285f076d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 21 May 2014 19:36:43 +0200 Subject: [PATCH 3/3] Remove libjpeg and libpng from the dependencies as they are dependencies of libpoppler. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index fbee309..556b9f8 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://github.com/coolwanglu/pdf2htmlEX Package: pdf2htmlex Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libpng12-0, libjpeg8 +Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: ttfautohint Description: Converts PDF to HTML without losing format pdf2htmlEX converts PDF to HTML while retaining text, format & style as much as possible