File: rules

package info (click to toggle)
libhtml-tidy-perl 1.56-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 392 kB
  • ctags: 198
  • sloc: perl: 1,185; sh: 23; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

debian/webtidy.1:
	sh ./debian/webtidy --help2man

override_dh_installman: debian/webtidy.1
	dh_installman debian/webtidy.1

%:
	dh $@