File: rules

package info (click to toggle)
silversearcher-ag 2.2.0%2Bgit20200805-1.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: ansic: 5,233; sh: 352; makefile: 63; python: 40
file content (13 lines) | stat: -rwxr-xr-x 580 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@

override_dh_install:
	mv  $(CURDIR)/debian/silversearcher-ag/usr/share/the_silver_searcher/completions/ag.bashcomp.sh \
            $(CURDIR)/debian/silversearcher-ag/usr/share/bash-completion/completions/ag
	rm -rf $(CURDIR)/debian/silversearcher-ag/usr/share/the_silver_searcher
	mv  $(CURDIR)/debian/silversearcher-ag/usr/share/zsh/site-functions/_the_silver_searcher \
            $(CURDIR)/debian/silversearcher-ag/usr/share/zsh/vendor-completions/
	rm -rf $(CURDIR)/debian/silversearcher-ag/usr/share/zsh/site-functions

override_dh_auto_test: