rename release_log_level dev feature to dev_release_log_level, some rebranding

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-25 00:09:50 -04:00 committed by June
parent 76ab8ca69b
commit d55015ccda
8 changed files with 47 additions and 50 deletions

6
debian/config vendored
View file

@ -5,13 +5,13 @@ set -e
. /usr/share/debconf/confmodule
# Ask for the Matrix homeserver name, address and port.
db_input high matrix-conduit/hostname || true
db_input high conduwuit/hostname || true
db_go
db_input low matrix-conduit/address || true
db_input low conduwuit/address || true
db_go
db_input medium matrix-conduit/port || true
db_input medium conduwuit/port || true
db_go
exit 0