File: rules

package info (click to toggle)
lksctp-tools 1.0.19%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,276 kB
  • sloc: ansic: 13,566; makefile: 268; sh: 26
file content (15 lines) | stat: -rwxr-xr-x 358 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

# Do not create a shlibs file for libwithsctp.
override_dh_makeshlibs:
	dh_makeshlibs -Xlibwithsctp

execute_before_dh_install:
	find debian/tmp -name '*.la' -print -delete
	find debian/tmp -name libwithsctp.a -print -delete
	find debian/tmp -name libwithsctp.so -print -delete