File: rules

package info (click to toggle)
liblzf 3.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 464 kB
  • sloc: ansic: 877; sh: 235; cs: 226; makefile: 57
file content (11 lines) | stat: -rwxr-xr-x 249 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 $@ --buildsystem=cmake

override_dh_auto_configure:
	cp debian/extras/* $(CURDIR)
	dh_auto_configure --buildsystem=cmake -- \
		-DBUILD_SHARED_LIBS=ON