File: rules

package info (click to toggle)
videotrans 1.6.1-7
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 980 kB
  • ctags: 143
  • sloc: sh: 3,288; ansic: 683; makefile: 128
file content (12 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS := hardening=+all

CFLAGS+=$(shell dpkg-buildflags --get CPPFLAGS)

%:
	dh $@ --parallel --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
	CFLAGS="$(CFLAGS)"