File: rules

package info (click to toggle)
mptp 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 620 kB
  • sloc: ansic: 4,465; python: 1,274; yacc: 301; lex: 132; makefile: 57; sh: 1
file content (15 lines) | stat: -rwxr-xr-x 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-bash-completions=`pkg-config --variable=completionsdir bash-completion`

override_dh_auto_build:
	dh_auto_build $@ --no-parallel