Skip to content

Commit 61cc9d3

Browse files
committed
revert back to stdeb3
1 parent ffc2dde commit 61cc9d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-deb-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
pip install setuptools
32-
pip install stdeb
32+
pip install stdeb3
3333
pip install python-dateutil
3434
pip install wheel
3535
- name: Clean up previous builds

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ check_dist: update_dist
1818
build_deb:
1919
rm -rf deb_dist/
2020
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
2222
sed -i -E '/forced-upstream-version/ s/([0-9]+)\.([0-9]+)\.([0-9]+)~([a-z]+)([0-9]+)/\1.\2.\3-\4\5/' setup.cfg
2323
dpkg-deb -I deb_dist/*.deb

0 commit comments

Comments
 (0)