File: rules

package info (click to toggle)
pecomato 0.0.15-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,392 kB
  • sloc: ansic: 5,475; perl: 4,516; sh: 1,934; python: 1,271; makefile: 184
file content (15 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	cp dist-linux/share/doc/pecomato/man/manpage.man pecomato.1

override_dh_clean:
	rm -f doc/Makefile.defs
	dh_clean