Skip to content

Commit f2e2796

Browse files
committed
updated package building tools
1 parent 5024e31 commit f2e2796

6 files changed

Lines changed: 18 additions & 3 deletions

File tree

building/basicBuildSetup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
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

building/getDeb0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ scp -i $ANSIBLE_SSH_KEY ubuntu@$AWS0_IP:build-area/$1 tmp
88

99
scp -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

1313
cd tmp
1414

building/getDeb1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ scp -i $ANSIBLE_SSH_KEY ubuntu@$AWS1_IP:build-area/$1 tmp
88

99
scp -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

1313
cd tmp
1414

building/getDeb2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ scp -i $ANSIBLE_SSH_KEY ubuntu@$AWS2_IP:build-area/$1 tmp
88

99
scp -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

1313
cd tmp
1414

packaging/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
pdf2htmlex (0.18.0-1~git20190924r37921-0ubuntu1) disco; urgency=medium
28

39
* Package for Ubuntu 19.04 (poppler-0.74.0)

packaging/debian/rules

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,11 @@
44

55
override_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+

0 commit comments

Comments
 (0)