File: rules

package info (click to toggle)
quotatool 1%3A1.6.2-5
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 640 kB
  • sloc: sh: 3,238; ansic: 2,198; makefile: 58
file content (9 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all future=+all qa=+all reproducible=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_CCFLAGS_MAINT_APPEND =  -Wall -Wextra -Wno-shadow -Werror -g

%:
	dh $@