File: rules

package info (click to toggle)
openvpn-auth-ldap 2.0.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,440 kB
  • sloc: ansic: 8,366; objc: 3,799; sh: 2,718; cpp: 594; makefile: 189; xml: 36
file content (16 lines) | stat: -rwxr-xr-x 428 bytes parent folder | download | duplicates (2)
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 reproducible=+fixfilepath
export DEB_CFLAGS_MAINT_APPEND = -D_FORTIFY_SOURCE=2
export DEB_OBJCFLAGS_MAINT_APPEND = -std=gnu11

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --prefix=/usr --with-openvpn=/usr/include/openvpn

override_dh_auto_clean:
	dh_auto_clean

override_dh_auto_install:
	dh_auto_install -- prefix=/usr libdir=/usr/lib/openvpn