File: rules

package info (click to toggle)
openfpgaloader 0.10.0%2Bgit20230202-edea24f-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 31,124 kB
  • sloc: cpp: 19,681; python: 338; tcl: 84; vhdl: 58; makefile: 42
file content (10 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
export DH_VERBOSE = 1

# See FEATURE AREAS in dpkg-buildflags(1).
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic

%:
	dh $@