File: rules

package info (click to toggle)
hashdeep 4.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,452 kB
  • sloc: cpp: 5,053; ansic: 3,878; sh: 3,395; makefile: 162
file content (12 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# This variable is used for upstream tests (dh_auto_test):
export GOOD_BIN = $(CURDIR)/src

%:
	dh $@

# Kept for quick debug purposes.
override_dh_auto_test: