mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
package for 13.10
This commit is contained in:
parent
93577af6f5
commit
efddc71189
@ -20,7 +20,7 @@ import time
|
||||
|
||||
package='pdf2htmlex'
|
||||
ppa_name='pdf2htmlex'
|
||||
supported_distributions=('precise', 'quantal', 'raring')
|
||||
supported_distributions=('precise', 'raring', 'saucy')
|
||||
dist_pattern=re.compile('|'.join(['\\) '+i for i in supported_distributions]))
|
||||
archive_cmd='(rm CMakeCache.txt || true) && cmake . && make dist'
|
||||
archive_suffix='.tar.bz2'
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ 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, libjpeg-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, default-jre-headless (>= 1.6)
|
||||
Standards-Version: 3.9.3
|
||||
Homepage: http://github.com/coolwanglu/pdf2htmlEX
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user