File: rules

package info (click to toggle)
otf2bdf 3.1-4.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 416 kB
  • sloc: ansic: 1,248; makefile: 38; sh: 23
file content (12 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_auto_install:
	dh_auto_install -- \
		MKINSTALLDIRS="mkdir -p" \
		prefix=$(CURDIR)/debian/otf2bdf/usr

%:
	dh $@ --with=quilt,autoreconf