File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
run : |
30
30
python -m pip install --upgrade pip
31
31
pip install setuptools
32
- pip install stdeb
32
+ pip install stdeb3
33
33
pip install python-dateutil
34
34
pip install wheel
35
35
- name : Clean up previous builds
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ check_dist: update_dist
18
18
build_deb :
19
19
rm -rf deb_dist/
20
20
sed -i -E ' /forced-upstream-version/ s/([0-9]+)\.([0-9]+)\.([0-9]+)-([a-z]+)([0-9]+)/\1.\2.\3~\4\5/' setup.cfg
21
- python3 setup.py --command-packages=stdeb .command sdist_dsc bdist_deb
21
+ python3 setup.py --command-packages=stdeb3 .command sdist_dsc bdist_deb
22
22
sed -i -E ' /forced-upstream-version/ s/([0-9]+)\.([0-9]+)\.([0-9]+)~([a-z]+)([0-9]+)/\1.\2.\3-\4\5/' setup.cfg
23
23
dpkg-deb -I deb_dist/* .deb
You can’t perform that action at this time.
0 commit comments