File: rules

package info (click to toggle)
birdfont 2.29.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,932 kB
  • sloc: ansic: 1,916; python: 1,162; xml: 187; sh: 75; makefile: 10
file content (19 lines) | stat: -rwxr-xr-x 427 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
#export DH_VERBOSE=1

DEB_HOST_MULTIARCH   ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

# see http://wiki.debian.org/Hardening
VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w))

package=birdfont

%:
	dh $@

override_dh_auto_configure:
	$(CURDIR)/configure
	doit

override_dh_auto_install:
	$(CURDIR)/install.py --dest=debian/$(package) -n /share/man/man1/ -l /lib/$(DEB_HOST_MULTIARCH)