]> the.earth.li Git - mqttdeck.git/commit
Add basic, terrible, Debian packaging
authorJonathan McDowell <noodles@earth.li>
Sat, 10 Jun 2023 16:39:22 +0000 (17:39 +0100)
committerJonathan McDowell <noodles@earth.li>
Sat, 10 Jun 2023 17:16:49 +0000 (18:16 +0100)
commit3af0b7a2bb3e75cb588522998a0dd098286d565e
tree6601da2c697f0104c06d09e7ff3715b35ffb78b7
parenta75b0288c2bf70086a030b5f0f7d63de1271aab9
Add basic, terrible, Debian packaging

This is not the right way to package a Rust binary for Debian; it makes
no attempt to use system Rust crates and instead invokes cargo itself to
download what's needed. However it makes it much easier to test
deployment and in the unlikely event I decide to upload to Debian I'll
fix it to use dh-cargo etc first.
debian/changelog [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/postinst [new file with mode: 0644]
debian/postrm [new file with mode: 0644]
debian/rules [new file with mode: 0755]