File: rules

package info (click to toggle)
lfanew 0~20230825%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 540 kB
  • sloc: sh: 3,390; ansic: 1,321; makefile: 170; awk: 21
file content (19 lines) | stat: -rwxr-xr-x 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --builddirectory=build

override_dh_autoreconf:
	./autogen.sh

override_dh_auto_build-arch:
	dh_auto_build -a -O--builddirectory=build -- lfanew

override_dh_auto_test:

execute_after_dh_auto_install:
# Skip shipping the library
	rm -rf debian/lfanew/usr/include debian/lfanew/usr/lib