File: rules

package info (click to toggle)
network-manager-pptp 1.2.12-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,932 kB
  • sloc: sh: 4,945; ansic: 4,024; makefile: 234; xml: 24; sed: 16
file content (17 lines) | stat: -rwxr-xr-x 346 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

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

%:
	dh $@ --with ppp

override_dh_auto_configure:
	dh_auto_configure -- \
		--with-gtk4 \
		--disable-static \
		--with-pppd-plugin-dir=$(PPPD_PLUGIN_DIR)

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