File: rules

package info (click to toggle)
libvirt-glib 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,996 kB
  • sloc: ansic: 21,257; sh: 4,648; makefile: 825; xml: 288; python: 146; perl: 104
file content (18 lines) | stat: -rwxr-xr-x 402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

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

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	[ -x ./configure ] || ./autogen.sh
	dh_auto_configure -- --enable-introspection --enable-vala --libdir="\$${prefix}/lib/$(DEB_HOST_MULTIARCH)"

override_dh_auto_clean:
	[ ! -f Makefile ] || make clean

override_dh_makeshlibs:
	dh_makeshlibs -a
	dh_girepository