File: rules

package info (click to toggle)
libppi-html-perl 1.08-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 240 kB
  • sloc: perl: 1,630; makefile: 12
file content (17 lines) | stat: -rwxr-xr-x 383 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

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@

override_dh_auto_test:
	AUTOMATED_TESTING=1 dh_auto_test

override_dh_installman:
	dh_installman
	mkdir $(TMP)/usr/share/man/man1
	pod2man --release="Debian Project" --center="Debian GNU/Linux manual" \
		--section=1 debian/ppi2html.pod \
		$(TMP)/usr/share/man/man1/ppi2html.1