summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 056a9647ff8a0c99efc12a987d272b0dbc8301fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_install:
	$(MAKE) DESTDIR=debian/keyringer PREFIX=/usr install
	rm debian/keyringer/usr/share/doc/keyringer/LICENSE

execute_after_dh_auto_install:
	# Fix bash-completion-with-hashbang bash
	sed 's/^#!\s*bash//' -i debian/keyringer/usr/share/bash-completion/completions/keyringer