File: rules

package info (click to toggle)
git-hub 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 288 kB
  • sloc: python: 1,581; sh: 136; makefile: 53
file content (11 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- prefix=/usr
	mv debian/git-hub/etc/bash_completion.d/git-hub debian/git-hub/usr/share/bash-completion/completions/git-hub
	rm -r debian/git-hub/etc