File: rules

package info (click to toggle)
seccure 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 268 kB
  • sloc: ansic: 2,236; xml: 192; makefile: 100
file content (13 lines) | stat: -rwxr-xr-x 188 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	make seccure.1

override_dh_installchangelogs:
	dh_installchangelogs HISTORY

override_dh_auto_test:
	cd test && make