File: rules

package info (click to toggle)
authselect 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,320 kB
  • sloc: ansic: 7,808; sh: 477; python: 439; makefile: 372; xml: 24
file content (12 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-completion-dir=/usr/share/bash-completion/completions

override_dh_auto_install:
	dh_auto_install
	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
	mv debian/tmp/usr/share/bash-completion/completions/authselect-completion.sh debian/tmp/usr/share/bash-completion/completions/authselect