Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
trying to fix ppa packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
coolwanglu committed Nov 12, 2014
1 parent 4f41716 commit eb4de24
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build_for_ppa.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
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'
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
%:
dh $@

override_dh_auto_configure:
dh_auto_configure -- -DENABLE_SVG=ON

0 comments on commit eb4de24

Please sign in to comment.