File: rules

package info (click to toggle)
msitools 0.96-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,008 kB
  • ctags: 5,931
  • sloc: ansic: 50,053; sh: 7,931; yacc: 862; makefile: 376
file content (23 lines) | stat: -rwxr-xr-x 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w))

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --enable-fast-install

override_dh_install:
	dh_install --list-missing -X.la -X.pyc -X.pyo

override_dh_installchangelogs:
	dh_installchangelogs NEWS

override_dh_strip:
	dh_strip --ddeb-migration='libmsi0-dbg (<< 0.95-2~)'

override_dh_auto_build:
	dh_auto_build -- V=1