diff --git a/CMakeLists.txt b/CMakeLists.txt index eac8285..0e7390e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -234,6 +234,7 @@ file (GLOB datafiles share/base.css share/fancy.css share/jquery.js + share/LICENSE share/manifest share/pdf2htmlEX.js share/pdf2htmlEX-64x64.png diff --git a/debian/changelog b/debian/changelog index e473ebf..35a8e5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pdf2htmlex (0.10-1~git201310171209rdc970-0ubuntu1) raring; urgency=low + + * v0.10 released, see Changelog + + -- WANG Lu Thu, 17 Oct 2013 12:09:01 +0800 + pdf2htmlex (0.9-1~git201309161133rd60eb-0ubuntu1) raring; urgency=low * fix cmake test for packaging diff --git a/debian/control b/debian/control index 3ae086d..185babf 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: pdf2htmlex Section: universe/web Priority: extra Maintainer: WANG Lu -Build-Depends: cmake (>= 2.6.0), pkg-config, debhelper (>= 8), libpoppler-dev (>= 0.20.3), libpng12-dev, libfontforge-dev, libspiro-dev, python-dev +Build-Depends: cmake (>= 2.6.0), pkg-config, debhelper (>= 8), libpoppler-dev (>= 0.20.3), libpng12-dev, libjpeg-dev, libfontforge-dev, libspiro-dev, python-dev Standards-Version: 3.9.3 Homepage: http://github.com/coolwanglu/pdf2htmlEX Package: pdf2htmlex Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libpoppler27 (>= 0.20.3) | libpoppler28, libpng12-0, libfontforge1 +Depends: ${shlibs:Depends}, ${misc:Depends}, libpoppler27 (>= 0.20.3) | libpoppler28, libpng12-0, libjpege8, 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