mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
trying to fix ppa packaging
This commit is contained in:
parent
4f41716f63
commit
eb4de24102
@ -19,8 +19,8 @@ import re
|
||||
import time
|
||||
|
||||
package='pdf2htmlex'
|
||||
ppa_name='pdf2htmlex'
|
||||
supported_distributions=('precise', 'raring', 'saucy')
|
||||
ppa_name='ppa:coolwanglu/pdf2htmlex'
|
||||
supported_distributions=('precise', 'trusty')
|
||||
dist_pattern=re.compile('|'.join(['\\) '+i for i in supported_distributions]))
|
||||
archive_cmd='(rm CMakeCache.txt || true) && cmake . && make dist'
|
||||
archive_suffix='.tar.bz2'
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
pdf2htmlex (0.12-1~git201411120106r4f417-0ubuntu1) saucy; urgency=medium
|
||||
|
||||
* Trying with PPA dependency
|
||||
|
||||
-- WANG Lu <coolwanglu@gmail.com> Wed, 12 Nov 2014 01:02:35 +0800
|
||||
|
||||
pdf2htmlex (0.11-1~git201311150048r23755-0ubuntu1) saucy; urgency=low
|
||||
|
||||
* Fix packaging
|
||||
|
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, default-jre-headless (>= 1.6)
|
||||
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), libcairo2-dev
|
||||
Standards-Version: 3.9.3
|
||||
Homepage: http://github.com/coolwanglu/pdf2htmlEX
|
||||
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -2,3 +2,6 @@
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- -DENABLE_SVG=ON
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user