Add debian packaging (Closes #13) #14

Merged
Neshura merged 8 commits from debian into main 2023-12-29 13:48:41 +00:00
Showing only changes of commit 80aa007857 - Show all commits

View file

@ -6,6 +6,12 @@ edition = "2021"
description = "Bot for automatically posting new chapters of 'Ascendance of a Bookworm' released by J-Novel Club"
license = "GPL-3.0-or-later"
[package.metadata.deb]
extended-description = "Bot for automatically posting new chapters of 'Ascendance of a Bookworm' released by J-Novel Club"
#maintainer-scripts = "debian/" currently disabled since the application is not runnable as a daemon
revision = "1"
depends = ["$auto", "systemd"]
#systemd-units = { enable = false }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]