summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorykgmfq <free-software@dm-poepperl.de>2018-09-13 14:17:24 +0200
committerAndrew Gallant <jamslam@gmail.com>2018-09-13 08:17:24 -0400
commit184ee4c3289cdb6574f1e041d0f295e97e491bc0 (patch)
tree0337fb58491b71d38bad686e1bcf0708a769a798
parente82fbf2c462bfdc6a981877a6bc0aa51ec2c463b (diff)
deb: add section info
Put it in the same section as https://packages.debian.org/stretch/grep PR #1051
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bf11a129..803aaf5b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,6 +81,7 @@ debug = 1
[package.metadata.deb]
features = ["pcre2"]
+section = "utils"
assets = [
["target/release/rg", "usr/bin/", "755"],
["COPYING", "usr/share/doc/ripgrep/", "644"],