We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c873b commit 9aa2849Copy full SHA for 9aa2849
2 files changed
.github/workflows/build-deb-package.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
python -m pip install --upgrade pip
31
pip install setuptools
32
- pip install stdeb3
+ pip install stdeb
33
pip install python-dateutil
34
pip install wheel
35
- name: Clean up previous builds
Makefile
@@ -18,6 +18,6 @@ check_dist: update_dist
18
build_deb:
19
rm -rf deb_dist/
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=stdeb3.command bdist_deb
+ python3 setup.py --command-packages=stdeb.command bdist_deb
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
dpkg-deb -I deb_dist/*.deb
0 commit comments