File: rules

package info (click to toggle)
dq 20250201-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 1,408 kB
  • sloc: ansic: 13,644; python: 651; makefile: 382; sh: 336
file content (12 lines) | stat: -rwxr-xr-x 154 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# skip auto install
override_dh_auto_install:
	true

%:
	dh $@