File: rules

package info (click to toggle)
t1utils 1.41-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 768 kB
  • sloc: ansic: 5,253; sh: 4,173; makefile: 29
file content (14 lines) | stat: -rwxr-xr-x 459 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# -Wno-unused-result => hide warnings that upstream ignores, so we can spot other warnings easier.
export DEB_CFLAGS_MAINT_APPEND=-Werror=implicit-function-declaration -Wall -Wno-unused-result
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--no-add-needed,--as-needed,--no-undefined
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

export DEB_CPPFLAGS_MAINT_APPEND=-D_GNU_SOURCE

%:
	dh $@

override_dh_installchangelogs:
	dh_installchangelogs NEWS.md