File: rules

package info (click to toggle)
mbuffer 20140310-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,084 kB
  • ctags: 838
  • sloc: ansic: 15,070; sh: 2,768; makefile: 173
file content (12 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#
# Build rules for mbuffer, the stream buffering tool 

# Aim for the top, adapt if anything should break on the buildds.
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs

override_dh_auto_test:

%:
	dh $@ --parallel --with autoreconf,autotools-dev