File: rules

package info (click to toggle)
licenseutils 0.0.9-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,544 kB
  • sloc: ansic: 26,826; sh: 6,905; makefile: 710; cpp: 348; sed: 16
file content (13 lines) | stat: -rwxr-xr-x 271 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

override_dh_installchangelogs:
	dh_installchangelogs NEWS

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

%:
	dh $@