File: rules

package info (click to toggle)
raku-zef 0.13.8-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 664 kB
  • sloc: perl: 22; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 223 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

BUILDHOME = $(CURDIR)/debian/build

include /usr/share/dpkg/pkg-info.mk

export HOME=$(BUILDHOME)/tmp

%:
	dh $@

override_dh_raku_build:
	pandoc --standalone --to man -o zef.1 README.md
	dh_raku_build