File: rules

package info (click to toggle)
terminology 1.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,684 kB
  • sloc: ansic: 38,569; sh: 6,299; python: 285; perl: 105; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -Dtests=true

override_dh_auto_build:
	$(CURDIR)/debian/fake_home.sh dh_auto_build --verbose

override_dh_install:
	dh_install -XXFONT.txt -XTERMINUS.txt