File: rules

package info (click to toggle)
librelp 1.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,460 kB
  • sloc: ansic: 8,183; sh: 4,875; makefile: 146; python: 25
file content (19 lines) | stat: -rwxr-xr-x 343 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--enable-tls \
		--enable-tls-openssl \
		--disable-valgrind \
		--disable-debug

override_dh_installdocs:
	dh_installdocs --all AUTHORS

execute_after_dh_install:
	find debian/tmp -name '*.la' -print -delete