File: rules

package info (click to toggle)
pigpio 1.78-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 7,080 kB
  • sloc: ansic: 17,891; python: 4,232; sh: 741; cpp: 281; makefile: 135
file content (15 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export DEB_CFLAGS_MAINT_APPEND = -Wno-format-security

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

override_dh_clean:
	rm -rf build
	dh_clean