Simplify Debian package building using cargo-deb tooling

This commit is contained in:
timvisee 2018-05-31 21:16:22 +02:00
parent 1a17b22f2b
commit b20f7f2479
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2
6 changed files with 19 additions and 12 deletions

View file

@ -22,6 +22,25 @@ exclude = [
"res/*",
]
[package.metadata.deb]
section = "utils"
extended-description = """\
Easily and securely share files and directories from the command line through
a safe, private and encrypted link using a single simple command. \
Files are shared using the Send service and may be up to 2GB. \
Others are able to download these files with this tool, \
or through their webbrowser.\n\
\n\
All files are always encrypted on the client, \
and secrets are never shared with the remote host. \
An optional password may be specified, and a default file lifetime of 1 \
(up to 20) download or 24 hours is enforced to ensure your stuff does not \
remain online forever. This provides a secure platform to share your files."""
priority = "standard"
license-file = ["LICENSE", "3"]
depends = "$auto, xclip"
maintainer-scripts = "pkg/deb"
[badges]
travis-ci = { repository = "timvisee/ffsend", branch = "master" }

View file

@ -1,11 +0,0 @@
Package: ffsend
Version: TODO
Section: utils
Priority: standard
Architecture: TODO
Recommends: xclip
Maintainer: Tim Visée <timvisee@gmail.com>
Description: easily and securely share files from the CLI using Send
Easily and securely share files from the command line.
A fully featured Firefox Send client.
Homepage: https://github.com/timvisee/ffsend

View file

@ -1 +0,0 @@
Some file contents

Binary file not shown.