File: rules

package info (click to toggle)
apngasm 2.91-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,748 kB
  • sloc: ansic: 34,259; cpp: 7,258; makefile: 40
file content (18 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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

execute_before_dh_installman: man

override_dh_installchangelogs:
	dh_installchangelogs readme.txt