-
- Downloads
rename `release_log_level` dev feature to `dev_release_log_level`, some rebranding
Signed-off-by:
strawberry <strawberry@puppygock.gay>
Showing
- Cargo.toml 11 additions, 11 deletionsCargo.toml
- debian/README.md 9 additions, 12 deletionsdebian/README.md
- debian/conduwuit.service 4 additions, 4 deletionsdebian/conduwuit.service
- debian/config 3 additions, 3 deletionsdebian/config
- debian/postinst 9 additions, 9 deletionsdebian/postinst
- debian/postrm 6 additions, 6 deletionsdebian/postrm
- debian/templates 3 additions, 3 deletionsdebian/templates
- src/utils/debug.rs 2 additions, 2 deletionssrc/utils/debug.rs
... | ... | @@ -6,7 +6,7 @@ authors = [ |
"strawberry <strawberry@puppygock.gay>", | ||
"timokoesters <timo@koesters.xyz>", | ||
] | ||
homepage = "https://puppygock.gay/conduwuit" | ||
homepage = "https://conduwuit.puppyirl.gay/" | ||
repository = "https://github.com/girlbossceo/conduwuit" | ||
readme = "README.md" | ||
version = "0.3.0" | ||
... | ... | @@ -250,7 +250,7 @@ features = ["std", "derive", "help", "usage", "error-context", "string"] |
version = "0.3.30" | ||
default-features = false | ||
# Used for reading the configuration from conduit.toml & environment variables | ||
# Used for reading the configuration from conduwuit.toml & environment variables | ||
[dependencies.figment] | ||
version = "0.10.18" | ||
features = ["env", "toml"] | ||
... | ... | @@ -388,7 +388,7 @@ release_max_log_level = [ |
] | ||
# developer feature useful only in debug builds. | ||
release_log_level = [] | ||
dev_release_log_level = [] | ||
# client/server interopability hacks | ||
# | ||
... | ... | @@ -397,9 +397,9 @@ element_hacks = [] |
[package.metadata.deb] | ||
name = "matrix-conduit" | ||
name = "conduwuit" | ||
maintainer = "strawberry <strawberry@puppygock.gay>" | ||
copyright = "2024, Timo Kösters <timo@koesters.xyz>" | ||
copyright = "2024, strawberry <strawberry@puppygock.gay>" | ||
license-file = ["LICENSE", "3"] | ||
depends = "$auto, ca-certificates" | ||
extended-description = """\ | ||
... | ... | @@ -409,28 +409,28 @@ priority = "optional" |
assets = [ | ||
[ | ||
"debian/README.md", | ||
"usr/share/doc/matrix-conduit/README.Debian", | ||
"usr/share/doc/conduwuit/README.Debian", | ||
"644", | ||
], | ||
[ | ||
"README.md", | ||
"usr/share/doc/matrix-conduit/", | ||
"usr/share/doc/conduwuit/", | ||
"644", | ||
], | ||
[ | ||
"target/release/conduit", | ||
"usr/sbin/matrix-conduit", | ||
"usr/sbin/conduwuit", | ||
"755", | ||
], | ||
[ | ||
"conduwuit-example.toml", | ||
"etc/matrix-conduit/conduit.toml", | ||
"etc/conduwuit/conduwuit.toml", | ||
"640", | ||
], | ||
] | ||
conf-files = ["/etc/matrix-conduit/conduit.toml"] | ||
conf-files = ["/etc/conduwuit/conduwuit.toml"] | ||
maintainer-scripts = "debian/" | ||
systemd-units = { unit-name = "matrix-conduit" } | ||
systemd-units = { unit-name = "conduwuit" } | ||
[profile.dev] | ||
... | ... |
Please register or sign in to comment