mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
add jpeg to debian/control
This commit is contained in:
parent
dc970126f2
commit
c344e82464
@ -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
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
pdf2htmlex (0.10-1~git201310171209rdc970-0ubuntu1) raring; urgency=low
|
||||
|
||||
* v0.10 released, see Changelog
|
||||
|
||||
-- WANG Lu <coolwanglu@gmail.com> Thu, 17 Oct 2013 12:09:01 +0800
|
||||
|
||||
pdf2htmlex (0.9-1~git201309161133rd60eb-0ubuntu1) raring; urgency=low
|
||||
|
||||
* fix cmake test for packaging
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -2,13 +2,13 @@ Source: pdf2htmlex
|
||||
Section: universe/web
|
||||
Priority: extra
|
||||
Maintainer: WANG Lu <coolwanglu@gmail.com>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user