File: rules

package info (click to toggle)
vala-dbus-binding-tool 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,724 kB
  • ctags: 335
  • sloc: sh: 11,288; ansic: 6,941; makefile: 49
file content (14 lines) | stat: -rwxr-xr-x 326 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_autoreconf:
	dh_autoreconf --as-needed

override_dh_auto_configure:
	find . -name *.vala.stamp | xargs rm -f
	dh_auto_configure -- --libdir=\$${prefix}/lib --enable-vala