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

Fix deb version #308

Merged
merged 1 commit into from
Sep 24, 2021
Merged

Fix deb version #308

merged 1 commit into from
Sep 24, 2021

Conversation

plajjan
Copy link
Contributor

@plajjan plajjan commented Sep 24, 2021

Finally! We now align the version contained in actonc, displayed with
actonc --version and the version of the deb package!

We compute the VERSION_INFO once and then pass it into the debian build
process to tag the inside content.

Fixes #271.

Finally! We now align the version contained in actonc, displayed with
actonc --version and the version of the deb package!

We compute the VERSION_INFO once and then pass it into the debian build
process to tag the inside content.
@plajjan
Copy link
Contributor Author

plajjan commented Sep 24, 2021

Looks good!

kll@Boxy:~/Downloads$ sudo dpkg -i acton_0.6.2.20210924.16.58.23_amd64.deb 
[sudo] password for kll: 
(Reading database ... 393985 files and directories currently installed.)
Preparing to unpack acton_0.6.2.20210924.16.58.23_amd64.deb ...
Unpacking acton (0.6.2.20210924.16.58.23) over (0.6.2.20210924.14.34.31) ...
Setting up acton (0.6.2.20210924.16.58.23) ...
kll@Boxy:~/Downloads$ actonc --version
acton 0.6.2.20210924.16.58.23
compiled by ghc 8.10 on linux x86_64
cc: cc (Debian 10.2.1-6) 10.2.1 20210110
kll@Boxy:~/Downloads$ 

Merging!

@plajjan plajjan merged commit b185755 into main Sep 24, 2021
@plajjan plajjan deleted the 271-fix-deb-version branch September 24, 2021 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reflect correct version number in .deb files
1 participant