File: rules

package info (click to toggle)
rust-ripgrep 14.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,280 kB
  • sloc: sh: 22; xml: 21; makefile: 10
file content (10 lines) | stat: -rwxr-xr-x 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo --with bash-completion

override_dh_auto_install:
	dh_auto_install -O--buildsystem=cargo -- --features=pcre2
	target/*/release/rg --generate man > debian/cargo_out_dir/rg.1
	target/*/release/rg --generate complete-bash > debian/cargo_out_dir/rg.bash
	target/*/release/rg --generate complete-fish > debian/cargo_out_dir/rg.fish
	target/*/release/rg --generate complete-zsh > debian/cargo_out_dir/_rg