adjust debian metadata, set crane workspace name
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
6c1434c165
commit
9bfa89a555
3 changed files with 12 additions and 7 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -213,7 +213,8 @@ jobs:
|
||||||
mkdir -v -p target/$CARGO_DEB_TARGET_TUPLE/release/
|
mkdir -v -p target/$CARGO_DEB_TARGET_TUPLE/release/
|
||||||
cp -v -f result/bin/conduit target/release/conduwuit
|
cp -v -f result/bin/conduit target/release/conduwuit
|
||||||
cp -v -f result/bin/conduit target/$CARGO_DEB_TARGET_TUPLE/release/conduwuit
|
cp -v -f result/bin/conduit target/$CARGO_DEB_TARGET_TUPLE/release/conduwuit
|
||||||
direnv exec . cargo deb --verbose --no-build --no-strip --target=$CARGO_DEB_TARGET_TUPLE --output target/release/${{ matrix.target }}.deb
|
# -p conduit is the main crate name
|
||||||
|
direnv exec . cargo deb --verbose --no-build --no-strip -p conduit --target=$CARGO_DEB_TARGET_TUPLE --output target/release/${{ matrix.target }}.deb
|
||||||
mv -v target/release/conduwuit static-${{ matrix.target }}
|
mv -v target/release/conduwuit static-${{ matrix.target }}
|
||||||
mv -v target/release/${{ matrix.target }}.deb ${{ matrix.target }}.deb
|
mv -v target/release/${{ matrix.target }}.deb ${{ matrix.target }}.deb
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,9 @@ homepage = "https://conduwuit.puppyirl.gay/"
|
||||||
repository = "https://github.com/girlbossceo/conduwuit"
|
repository = "https://github.com/girlbossceo/conduwuit"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
[workspace.metadata.crane]
|
||||||
|
name = "conduit"
|
||||||
|
|
||||||
# 1.1.17 seems broken on nix from a permission error?
|
# 1.1.17 seems broken on nix from a permission error?
|
||||||
[workspace.dependencies.libz-sys]
|
[workspace.dependencies.libz-sys]
|
||||||
version = "=1.1.16"
|
version = "=1.1.16"
|
||||||
|
|
|
@ -11,25 +11,26 @@ readme.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
metadata.crane.workspace = true
|
||||||
|
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
name = "conduwuit"
|
name = "conduwuit"
|
||||||
maintainer = "strawberry <strawberry@puppygock.gay>"
|
maintainer = "strawberry <strawberry@puppygock.gay>"
|
||||||
copyright = "2024, strawberry <strawberry@puppygock.gay>"
|
copyright = "2024, strawberry <strawberry@puppygock.gay>"
|
||||||
license-file = ["LICENSE", "3"]
|
license-file = ["../../LICENSE", "3"]
|
||||||
depends = "$auto, ca-certificates"
|
depends = "$auto, ca-certificates"
|
||||||
extended-description = """\
|
extended-description = """\
|
||||||
a cool hard fork of Conduit, a Matrix homeserver written in Rust"""
|
a cool hard fork of Conduit, a Matrix homeserver written in Rust"""
|
||||||
section = "net"
|
section = "net"
|
||||||
priority = "optional"
|
priority = "optional"
|
||||||
conf-files = ["/etc/conduwuit/conduwuit.toml"]
|
conf-files = ["/etc/conduwuit/conduwuit.toml"]
|
||||||
maintainer-scripts = "debian/"
|
maintainer-scripts = "../../debian/"
|
||||||
systemd-units = { unit-name = "conduwuit", start = false }
|
systemd-units = { unit-name = "conduwuit", start = false }
|
||||||
assets = [
|
assets = [
|
||||||
["debian/README.md", "usr/share/doc/conduwuit/README.Debian", "644"],
|
["../../debian/README.md", "usr/share/doc/conduwuit/README.Debian", "644"],
|
||||||
["README.md", "usr/share/doc/conduwuit/", "644"],
|
["../../README.md", "usr/share/doc/conduwuit/", "644"],
|
||||||
["target/release/conduwuit", "usr/sbin/conduwuit", "755"],
|
["../../target/release/conduwuit", "usr/sbin/conduwuit", "755"],
|
||||||
["conduwuit-example.toml", "etc/conduwuit/conduwuit.toml", "640"],
|
["../../conduwuit-example.toml", "etc/conduwuit/conduwuit.toml", "640"],
|
||||||
]
|
]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Add table
Reference in a new issue