Skip to content

Commit

Permalink
Update packages/deb/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rot127 <[email protected]>
  • Loading branch information
AndrewQuijano and Rot127 authored Dec 9, 2024
1 parent 617b586 commit 68c5351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deb/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Capstone Docker packaging

This assumes your working directory is in the `packages/deb/` directory.
To build a Debian package for capstone, run the script, where `<tag-name>` is going to be the version
To build a Debian package for Capstone, run the script, where `<tag-name>` is going to be the version
attached to both the `capstone.pc` file and the Debian package itself. The version is expected to be compliant with Debian versioning (a major/minor/patch), e. g. `5.0.4`. Debian versions can also support values to indicate pre-release, e. g. `6.0.0-Alpha1`.

Note if a value such as `6.0.0-Alpha1` is provided, the major/minor/patch number is extracted for `capstone.pc`, which would have version `6.0.0`, but the Debian package would have the full version name on the control file.
Expand Down

0 comments on commit 68c5351

Please sign in to comment.