File: rules

package info (click to toggle)
network-manager-openvpn 1.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,464 kB
  • sloc: ansic: 13,687; sh: 5,051; makefile: 320; sed: 16; xml: 6
file content (16 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--libexecdir=/usr/lib/NetworkManager \
		--with-gtk4 \
		--disable-static

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