File: rules

package info (click to toggle)
birdfont 2.18.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,584 kB
  • sloc: ansic: 1,860; python: 1,200; xml: 170; sh: 98; makefile: 10
file content (19 lines) | stat: -rwxr-xr-x 450 bytes parent folder | download
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 $@  --with autotools-dev

override_dh_auto_configure:
	$(CURDIR)/configure
	doit3

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