File: rules

package info (click to toggle)
libvirt-glib 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 6,132 kB
  • ctags: 5,261
  • sloc: ansic: 20,893; sh: 4,607; makefile: 718; xml: 253; python: 141; perl: 104
file content (18 lines) | stat: -rwxr-xr-x 413 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 $@ --parallel --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