--- ripgrep-13.0.0/Cargo.toml 2021-06-12 20:12:24.000000000 +0800 +++ ripgrep-13.0.0/Cargo.toml 2026-01-04 15:23:57.000000000 +0800 @@ -78,30 +78,3 @@ [profile.release] debug = 1 - -[package.metadata.deb] -features = ["pcre2"] -section = "utils" -assets = [ - ["target/release/rg", "usr/bin/", "755"], - ["COPYING", "usr/share/doc/ripgrep/", "644"], - ["LICENSE-MIT", "usr/share/doc/ripgrep/", "644"], - ["UNLICENSE", "usr/share/doc/ripgrep/", "644"], - ["CHANGELOG.md", "usr/share/doc/ripgrep/CHANGELOG", "644"], - ["README.md", "usr/share/doc/ripgrep/README", "644"], - ["FAQ.md", "usr/share/doc/ripgrep/FAQ", "644"], - # The man page is automatically generated by ripgrep's build process, so - # this file isn't actually committed. Instead, to create a dpkg, either - # create a deployment/deb directory and copy the man page to it, or use the - # 'ci/build-deb' script. - ["deployment/deb/rg.1", "usr/share/man/man1/rg.1", "644"], - # Similarly for shell completions. - ["deployment/deb/rg.bash", "usr/share/bash-completion/completions/rg", "644"], - ["deployment/deb/rg.fish", "usr/share/fish/vendor_completions.d/rg.fish", "644"], - ["deployment/deb/_rg", "usr/share/zsh/vendor-completions/", "644"], -] -extended-description = """\ -ripgrep (rg) recursively searches your current directory for a regex pattern. -By default, ripgrep will respect your .gitignore and automatically skip hidden -files/directories and binary files. -"""