File: rules

package info (click to toggle)
videotrans 1.6.1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 984 kB
  • sloc: sh: 3,288; ansic: 683; makefile: 128
file content (12 lines) | stat: -rwxr-xr-x 202 bytes parent folder | download | duplicates (2)
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 $@

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