Skip to content

Commit

Permalink
Merge pull request #31 from tuna-f1sh/cargo-deb
Browse files Browse the repository at this point in the history
Update Cargo.toml for cargo-deb fields
  • Loading branch information
tuna-f1sh authored Sep 18, 2024
2 parents 7e19511 + cd89a0c commit 8a14db5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cyme"
authors = ["John Whittington <john@jbrengineering.co.uk>"]
description = "List system USB buses and devices; a modern cross-platform `lsusb`"
description = "List system USB buses and devices; a modern cross-platform lsusb"
repository = "/~https://github.com/tuna-f1sh/cyme"
readme = "README.md"
license = "GPL-3.0-or-later"
Expand Down Expand Up @@ -88,3 +88,13 @@ pre-build = ["apt-get update && apt-get install --assume-yes libusb-1.0-0-dev li

[package.metadata.deb]
section = "utility"
copyright = "2024, John Whittington <john@jbrengineering.co.uk>"
changelog = "CHANGELOG.md"
extended-description = """\
List system USB buses and devices; a lib and modern cross-platform 'lsusb' \
that attempts to maintain compatibility with, but also add new features."""
assets = [
["target/release/cyme", "usr/bin/", "755"],
["README.md", "usr/share/doc/cyme/README", "644"],
["doc/cyme.1", "/usr/share/man/man1/cyme.1", "644"],
]
4 changes: 2 additions & 2 deletions doc/cyme.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
.el .ds Aq '
.TH cyme 1 "cyme 1.8.2"
.SH NAME
cyme \- List system USB buses and devices; a modern cross\-platform `lsusb`
cyme \- List system USB buses and devices; a modern cross\-platform lsusb
.SH SYNOPSIS
\fBcyme\fR [\fB\-l\fR|\fB\-\-lsusb\fR] [\fB\-t\fR|\fB\-\-tree\fR] [\fB\-d\fR|\fB\-\-vidpid\fR] [\fB\-s\fR|\fB\-\-show\fR] [\fB\-D\fR|\fB\-\-device\fR] [\fB\-\-filter\-name\fR] [\fB\-\-filter\-serial\fR] [\fB\-\-filter\-class\fR] [\fB\-v\fR|\fB\-\-verbose\fR]... [\fB\-b\fR|\fB\-\-blocks\fR] [\fB\-\-bus\-blocks\fR] [\fB\-\-config\-blocks\fR] [\fB\-\-interface\-blocks\fR] [\fB\-\-endpoint\-blocks\fR] [\fB\-m\fR|\fB\-\-more\fR] [\fB\-\-sort\-devices\fR] [\fB\-\-sort\-buses\fR] [\fB\-\-group\-devices\fR] [\fB\-\-hide\-buses\fR] [\fB\-\-hide\-hubs\fR] [\fB\-\-list\-root\-hubs\fR] [\fB\-\-decimal\fR] [\fB\-\-no\-padding\fR] [\fB\-\-color\fR] [\fB\-\-encoding\fR] [\fB\-\-icon\fR] [\fB\-\-headings\fR] [\fB\-\-json\fR] [\fB\-\-from\-json\fR] [\fB\-F\fR|\fB\-\-force\-libusb\fR] [\fB\-c\fR|\fB\-\-config\fR] [\fB\-z\fR|\fB\-\-debug\fR]... [\fB\-\-mask\-serials\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR]
.SH DESCRIPTION
List system USB buses and devices; a modern cross\-platform `lsusb`
List system USB buses and devices; a modern cross\-platform lsusb
.SH OPTIONS
.TP
\fB\-l\fR, \fB\-\-lsusb\fR
Expand Down

0 comments on commit 8a14db5

Please sign in to comment.