File: rules

package info (click to toggle)
harfbuzz 2.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 62,728 kB
  • sloc: cpp: 79,929; ansic: 8,740; sh: 4,612; xml: 4,528; python: 3,478; makefile: 1,017
file content (32 lines) | stat: -rwxr-xr-x 848 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/usr/bin/make -f

# Needed for glib-mkenums to work with UTF-8 input
export LC_ALL=C.UTF-8

%:
	dh $@ --with gir

override_dh_auto_configure:
	dh_auto_configure --builddir build-main -- --with-graphite2=yes --enable-introspection --with-gobject --enable-gtk-doc --enable-static
	dh_auto_configure --builddir build-udeb -- --with-graphite2=no

override_dh_auto_clean:
	dh_auto_clean --builddir build-main
	dh_auto_clean --builddir build-udeb

override_dh_auto_build:
	dh_auto_build --builddir build-main
	dh_auto_build --builddir build-udeb

override_dh_auto_test:
	dh_auto_test --builddir build-main
	dh_auto_test --builddir build-udeb

override_dh_auto_install:
	dh_auto_install --builddir build-main

override_dh_install:
	dh_install --exclude=subset

override_dh_makeshlibs:
	dh_makeshlibs --version-info --add-udeb="libharfbuzz0-udeb" -- -c4