File: rules

package info (click to toggle)
network-manager-vpnc 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,424 kB
  • sloc: ansic: 7,150; sh: 5,130; makefile: 243; sed: 16; xml: 6
file content (16 lines) | stat: -rwxr-xr-x 317 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
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--with-gtk4 \
		--disable-static \
		--enable-more-warnings=yes

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