File: rules

package info (click to toggle)
exempi 2.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,620 kB
  • sloc: cpp: 77,811; sh: 4,130; ansic: 484; makefile: 384
file content (19 lines) | stat: -rwxr-xr-x 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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