File: rules

package info (click to toggle)
network-manager-iodine 1.2.0-3.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 428 kB
  • sloc: ansic: 1,417; makefile: 146; sh: 52
file content (21 lines) | stat: -rwxr-xr-x 486 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
21
#!/usr/bin/make -f

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

%:
	dh $@

# See https://bugs.debian.org/908017 for --enable-more-warnings
override_dh_auto_configure:
	[ -f ./configure ] || ./autogen.sh
	dh_auto_configure -- \
		--disable-static \
		--without-libnm-glib \
		--enable-more-warnings=yes

override_dh_makeshlibs:
	dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/NetworkManager/

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