trying to fix ppa packaging

This commit is contained in:
Lu Wang 2014-11-12 09:45:49 +08:00
parent 4f41716f63
commit eb4de24102
4 changed files with 12 additions and 3 deletions

View File

@ -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
View File

@ -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
View File

@ -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
View File

@ -2,3 +2,6 @@
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- -DENABLE_SVG=ON