File: rules

package info (click to toggle)
princeprocessor 0.22-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 236 kB
  • sloc: ansic: 1,193; makefile: 40
file content (17 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_clean:
	dh_auto_clean
	rm -f princeprocessor.1
	rm -f pp.save

override_dh_auto_build:
	$(MAKE) -C src
	help2man -i debian/extra-man-info.txt \
	  -n 'standalone password candidate generator using the PRINCE algorithm' \
	   -N ./src/princeprocessor > princeprocessor.1