File: rules

package info (click to toggle)
openfortivpn 1.24.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 856 kB
  • sloc: perl: 6,035; ansic: 6,015; sh: 119; makefile: 76; python: 22
file content (20 lines) | stat: -rwxr-xr-x 478 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
#export DH_VERBOSE = 1

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND  = -Wno-unused-function
export ac_cv_file__proc_net_route = yes

%:
	dh $@

override_dh_auto_configure:
	aclocal
	automake --add-missing
	dh_auto_configure -- --with-pppd=/usr/sbin/pppd --enable-resolvconf --with-resolvconf=/sbin/resolvconf

override_dh_installdocs:
	dh_installdocs README.md