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

packaging: fix debian package version #4

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- run: echo "DISTRO_NAME=$(lsb_release -c | awk '{print $2}')" >> $GITHUB_ENV
- run: cp -a packaging/$DISTRO_NAME debian
working-directory: src
- run: gbp buildpackage -uc -us --git-ignore-branch
- run: gbp buildpackage -uc -us --git-ignore-branch --git-upstream-tree=HEAD
working-directory: src
if: github.event_name == 'pull_request'
- run: gbp buildpackage -uc -us
Expand Down
2 changes: 1 addition & 1 deletion packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aln (0.1.1) focal; urgency=medium
aln (0.1.1-1~focal) focal; urgency=medium

* fix aln.pc.in
* fix packaging
Expand Down
2 changes: 1 addition & 1 deletion packaging/jammy/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aln (0.1.1) jammy; urgency=medium
aln (0.1.1-1~jammy) jammy; urgency=medium

* fix aln.pc.in
* fix packaging
Expand Down
2 changes: 1 addition & 1 deletion packaging/noble/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aln (0.1.1) noble; urgency=medium
aln (0.1.1-1~noble) noble; urgency=medium

* fix aln.pc.in
* fix packaging
Expand Down