File: rules

package info (click to toggle)
exempi 2.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,632 kB
  • sloc: cpp: 77,751; sh: 4,130; ansic: 484; makefile: 382
file content (22 lines) | stat: -rwxr-xr-x 421 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
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --disable-unittest

override_dh_installdocs:
	dh_installdocs --all AUTHORS NEWS README TODO

override_dh_install:
	find debian/tmp -name '*.la' -print -delete
	dh_install

dh_missing:
	dh_missing --fail-missing

override_dh_strip:
	dh_strip --dbgsym-migration='libexempi3-dbg (<< 2.3.0-1~)'