File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 # - clang++ in clang package
4242 - clang-tidy
4343 # - clang-tools
44+ - equivs # to build a fake poppler package
4445 - libcairo-dev
4546 - libspiro-dev
4647 - libpng-dev
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ scp -i $ANSIBLE_SSH_KEY ubuntu@$AWS0_IP:build-area/$1 tmp
88
99scp -i $ANSIBLE_SSH_KEY \
1010 ubuntu@$AWS0_IP :pdf2html/debian/changelog \
11- $HOME /GitTools/code/external/pdf2htmlEX-packagingTools /debian/changelog
11+ ../packaging /debian/changelog
1212
1313cd tmp
1414
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ scp -i $ANSIBLE_SSH_KEY ubuntu@$AWS1_IP:build-area/$1 tmp
88
99scp -i $ANSIBLE_SSH_KEY \
1010 ubuntu@$AWS1_IP :pdf2html/debian/changelog \
11- $HOME /GitTools/code/external/pdf2htmlEX-packagingTools /debian/changelog
11+ ../packaging /debian/changelog
1212
1313cd tmp
1414
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ scp -i $ANSIBLE_SSH_KEY ubuntu@$AWS2_IP:build-area/$1 tmp
88
99scp -i $ANSIBLE_SSH_KEY \
1010 ubuntu@$AWS2_IP :pdf2html/debian/changelog \
11- $HOME /GitTools/code/external/pdf2htmlEX-packagingTools /debian/changelog
11+ ../packaging /debian/changelog
1212
1313cd tmp
1414
Original file line number Diff line number Diff line change 1+ pdf2htmlex (0.18.1-1~git20190926r11e2a-0ubuntu1) disco; urgency=low
2+
3+ * Package for poppler-0.75.0
4+
5+ -- Stephen Gaito <stephen@perceptisys.co.uk> Thu, 26 Sep 2019 10:59:59 +0000
6+
17pdf2htmlex (0.18.0-1~git20190924r37921-0ubuntu1) disco; urgency=medium
28
39 * Package for Ubuntu 19.04 (poppler-0.74.0)
Original file line number Diff line number Diff line change 44
55override_dh_auto_test :
66 dh_auto_test || true
7+
8+ # The following override is required when creating a Debian package
9+ # associated with a version of poppler which has NO debian package (ie when
10+ # poppler has been compiled and installed from source).
11+ #
12+ override_dh_shlibdeps :
13+ dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
14+
You can’t perform that action at this time.
0 commit comments