File: rules

package info (click to toggle)
network-manager-applet 1.20.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 22,112 kB
  • sloc: ansic: 32,832; sh: 4,803; makefile: 517; xml: 43; python: 17; sed: 16
file content (14 lines) | stat: -rwxr-xr-x 288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs

%:
	dh $@ --without=autoreconf --buildsystem=meson

override_dh_auto_configure:
	dh_auto_configure -- \
		--libexecdir=/usr/lib/NetworkManager \
		-Dappindicator=ayatana \
		-Dwwan=true \
		-Dselinux=true \
		-Dteam=true