File: rules

package info (click to toggle)
apngasm 2.91-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,740 kB
  • sloc: ansic: 34,259; cpp: 7,258; sh: 251; makefile: 39
file content (19 lines) | stat: -rwxr-xr-x 300 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

include debian/pod2man.mk

PACKAGE = apngasm

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

man:
	$(MAKE) -C debian -f pod2man.mk PACKAGE=$(PACKAGE) makeman

override_dh_installman: man
	dh_installman

override_dh_installchangelogs:
	dh_installchangelogs readme.txt