File: rules

package info (click to toggle)
d52 3.4.1%2Bgit20191024.ac20ebd-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 784 kB
  • sloc: ansic: 9,229; makefile: 112
file content (13 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_build:
	mkdir -p obj
	dh_auto_build

override_dh_auto_install:
	echo "Do not use upstream install target"