File: rules

package info (click to toggle)
libudfread 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 252 kB
  • sloc: ansic: 2,038; makefile: 32; sh: 1
file content (11 lines) | stat: -rwxr-xr-x 200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

# Remove compiled artifacts from examples
execute_before_dh_installexamples:
	rm -f examples/*.o