From 184ee4c3289cdb6574f1e041d0f295e97e491bc0 Mon Sep 17 00:00:00 2001 From: ykgmfq Date: Thu, 13 Sep 2018 14:17:24 +0200 Subject: deb: add section info Put it in the same section as https://packages.debian.org/stretch/grep PR #1051 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"], -- cgit v1.2.3