File: rules

package info (click to toggle)
network-manager-sstp 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,324 kB
  • sloc: ansic: 9,209; makefile: 255; xml: 32; sh: 31
file content (18 lines) | stat: -rwxr-xr-x 390 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

PPPD_PLUGIN_DIR := $(shell dh_ppp --plugin-dir)

%:
	dh $@ --with ppp

override_dh_auto_configure:
	intltoolize; \
	dh_auto_configure -- \
		--disable-static \
		--with-gtk4 \
		--with-pppd-plugin-dir=$(PPPD_PLUGIN_DIR) \
		--with-pppd-auth-notify-support \
		--with-pppd-ext-tls-settings-support

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