Skip to content

Commit

Permalink
[fix] bump_version.py crash
Browse files Browse the repository at this point in the history
  • Loading branch information
melianmiko committed Sep 30, 2024
1 parent 997d3ae commit ada4955
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ override_dh_auto_install:
python ./scripts/make.py install debian/openfreebuds/usr debian/openfreebuds/usr/lib/python3/dist-packages

override_dh_clean:
git clean -Xfd
git clean -Xfd

2 changes: 1 addition & 1 deletion scripts/bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def main():
# Launch everything
bump_pyproject(str(PROJECT_ROOT / "pyproject.toml"))
bump_nsis(str(PROJECT_ROOT / "scripts/build_win32/openfreebuds.nsi"))
bump_debian(PROJECT_ROOT / "scripts/build_debian/debian/changelog")
bump_debian(PROJECT_ROOT / "debian/changelog")
bump_metainfo(str(PROJECT_ROOT / "openfreebuds_qt/assets/pw.mmk.OpenFreebuds.metainfo.xml"))
create_version_info(PROJECT_ROOT / "openfreebuds_qt/version_info.py")
create_flatpak_staff()
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_dpkg_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ apt install -y $(awk '
gsub(/[^a-z0-9_.+-].*$/, "", dep)
if (dep && !seen[dep]++) print dep
}
}' scripts/build_debian/debian/control)
}' debian/control)

0 comments on commit ada4955

Please sign in to comment.