File: rules

package info (click to toggle)
python-hidapi 0.14.0.post4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,180 kB
  • sloc: ansic: 5,417; python: 263; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# Export the package name.
export PYBUILD_NAME=hid

# Enable all build hardening flags.
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

execute_after_dh_clean:
	rm -f hid.c hidraw.c

%:
	dh $@ --buildsystem=pybuild