summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)AuthorFilesLines
2024-02-25build: drop build-dep on unused dh-cargo; install lintianLars Wirzenius1-1/+2
Drop dh-cargo as we don't need to build a deb. Install the lintian files in the binary so that lintian will actually find them. Normally, dh will do this automatically, but we override the installation step so we have to do it ourselves. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-07build: allow building under AmbientLars Wirzenius1-2/+2
I'm about to start building a Subplot .deb under my new CI system, Ambient. Ambient runs builds without network access, so do "cargo install" with --offline. My Ambient setup runs ./check (also with --offline) as a separate step, so running it a second time in debian/rules seems wasteful, so disable that. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2020-11-22fix(deb): don't install /.crates.toml and /.crates2.json in .debLars Wirzenius1-0/+2
They're pointless in the package.
2020-01-10Change: run ./check in Debian package buildLars Wirzenius1-1/+1
2019-09-28Add: initial, rough Debian packagingLars Wirzenius1-0/+13