File: rules

package info (click to toggle)
cpptest 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 624 kB
  • sloc: cpp: 1,559; makefile: 136; sh: 72; ansic: 10
file content (16 lines) | stat: -rwxr-xr-x 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --enable-doc

override_dh_installchangelogs:
	dh_installchangelogs NEWS

override_dh_install:
	find
	dh_install