Skip to content

Commit 2aa8643

Browse files
committed
update for v0.17.0-poppler-0.68.0-ubuntu-18.10 release
1 parent aedf517 commit 2aa8643

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

Readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
A collection of packaging tools for the pdf2htmlEX project
44

55
We tag/release these files in sync with the pdf2htmlEX/pdf2htmlEX releases
6+
7+
## To do
8+
9+
At the moment the debian based build script *does not sign* the debian archive.
10+
We should be good people and fix this...

build_dists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
# sys.exit(-1)
149149

150150
# building for dpkg
151-
if os.system('dpkg-buildpackage') != 0:
151+
if os.system('dpkg-buildpackage -b --no-sign') != 0:
152152
print 'Failed in dpkg-buildpackage'
153153
sys.exit(-1)
154154

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pdf2htmlex (0.17.0-1~git20190924r37921-0ubuntu1) cosmic; urgency=low
2+
3+
* Package for 18.10 (poppler-0.68.0)
4+
5+
-- Stephen Gaito <stephen@perceptisys.co.uk> Tue, 24 Sep 2019 10:32:08 +0000
6+
17
pdf2htmlex (0.16.0-1~git20190920r21a9f-0ubuntu1) bionic; urgency=low
28

39
* Package for 18.04

0 commit comments

Comments
 (0)