Skip to content

Commit

Permalink
when using rustup, the package cargo is optional. Explain and describ…
Browse files Browse the repository at this point in the history
…e buildpackage option -d to ignore all build-depends #11
  • Loading branch information
dionysius committed Jun 3, 2024
1 parent e72b94e commit 0a7153b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ For using apt they are available on [packagecloud](https://packagecloud.io/diony
- Don't forget to look into your `*-updates`/`*-backports` apt sources for newer versions
- This debian source also supports those installed with help of [`rustup`](https://rustup.rs)
- Requires preloaded `rustup toolchain install <version>` before invoking packaging
- You can use `-d` when using `gbp buildpackage` to ignore all build-depends so you don't have to have `cargo` installed via dpkg. Still make sure the other build-depends listed in [debian/control](debian/control) are installed with `apt`/`dpkg`.

## Packaging

Expand Down

0 comments on commit 0a7153b

Please sign in to comment.