File: rules

package info (click to toggle)
grilo 0.3.2-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 6,032 kB
  • ctags: 3,834
  • sloc: ansic: 18,286; sh: 4,094; xml: 2,235; makefile: 498; python: 200
file content (12 lines) | stat: -rwxr-xr-x 313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf,gir --parallel

override_dh_auto_configure:
	VAPIDIR=/usr/share/vala/vapi \
	dh_auto_configure -- --enable-gtk-doc --enable-vala \
		--enable-introspection --enable-grl-net --disable-debug \
		--disable-silent-rules