Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Debian packaging and CI via Ubuntu Noble 24.04 LTS #141

Merged
merged 15 commits into from
Jul 9, 2024
Prev Previous commit
Next Next commit
tweak dh-make
CosmicFusion committed Jul 8, 2024
commit 2bfd0a67d2f32da3b5aace482b90c2a432f521d9
2 changes: 1 addition & 1 deletion .github/workflows/build-umu-ubuntu-noble.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
run: apt install -y dh-make dpkg-dev

- name: Setup dh_make quilt files
run: LOGNAME=root dh_make --createorig -y -l -p umu-launcher_1.0
run: LOGNAME=root dh_make --createorig -y -l -p umu-launcher_1.0 || true

- name: Install apt build dependencies
run: apt build-dep -y ./
2 changes: 1 addition & 1 deletion packaging/deb/README.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ sudo apt install -y dh-make dpkg-dev

# Setup dh_make quilt files
```
LOGNAME=root dh_make --createorig -y -l -p umu-launcher_{PUT UMU VERSION HERE}
LOGNAME=root dh_make --createorig -y -l -p umu-launcher_{PUT UMU VERSION HERE} || true
```

# Install apt build dependencies: