|
1 | 1 | # po4a Version 0.57 in ubuntu 20 do not write translated adoc as |
2 | | -# UTF-8. Need at least version 0.62 to fix it. Using version 0.66 to |
3 | | -# also get fix for empty asciidoc table cells. |
| 2 | +# UTF-8. Need at least version 0.62 to fix it. |
| 3 | +# Motivations to update: |
| 4 | +# 0.66 to also get fix for empty asciidoc table cells. |
| 5 | +# 0.67 for hard newlines ( +\n) in paragraphs |
4 | 6 | name: Build CI |
5 | 7 |
|
6 | 8 | on: |
|
28 | 30 | run: | |
29 | 31 | ./scripts/travis-install-build-deps.sh |
30 | 32 | sudo apt-get install -y eatmydata |
31 | | - curl -O http://snapshot.debian.org/archive/debian/20220716T154603Z/pool/main/p/po4a/po4a_0.67-2_all.deb |
| 33 | + curl -O https://snapshot.debian.org/archive/debian/20220716T154603Z/pool/main/p/po4a/po4a_0.67-2_all.deb |
32 | 34 | sudo apt install ./po4a_0.67-2_all.deb |
33 | 35 | cd src |
34 | 36 | eatmydata ./autogen.sh |
|
53 | 55 | run: | |
54 | 56 | ./scripts/travis-install-build-deps.sh |
55 | 57 | sudo apt-get install -y eatmydata |
56 | | - curl -O http://snapshot.debian.org/archive/debian/20220716T154603Z/pool/main/p/po4a/po4a_0.67-2_all.deb |
| 58 | + curl -O https://snapshot.debian.org/archive/debian/20220716T154603Z/pool/main/p/po4a/po4a_0.67-2_all.deb |
57 | 59 | sudo apt install ./po4a_0.67-2_all.deb |
58 | 60 | cd src |
59 | 61 | eatmydata ./autogen.sh |
|
80 | 82 | git fetch --recurse-submodules=no https://github.com/linuxcnc/linuxcnc refs/tags/*:refs/tags/* |
81 | 83 | ./scripts/travis-install-build-deps.sh |
82 | 84 | sudo apt-get install -y eatmydata |
83 | | - curl -O http://snapshot.debian.org/archive/debian/20220716T154603Z/pool/main/p/po4a/po4a_0.67-2_all.deb |
| 85 | + curl -O https://snapshot.debian.org/archive/debian/20220716T154603Z/pool/main/p/po4a/po4a_0.67-2_all.deb |
84 | 86 | sudo apt install ./po4a_0.67-2_all.deb |
85 | 87 | codename=$(lsb_release -cs) |
86 | 88 | dch --maintmaint --distribution $codename "GitHub test package." |
|
0 commit comments