File: rules

package info (click to toggle)
fontconfig 2.13.1-4.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,868 kB
  • sloc: ansic: 30,903; sh: 5,358; makefile: 1,117; sed: 16
file content (33 lines) | stat: -rwxr-xr-x 1,019 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
33
#!/usr/bin/make -f

ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
	BUILD_DOC := --disable-docs
else
	BUILD_DOC := --enable-docs
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --enable-static $(BUILD_DOC) --with-add-fonts=/usr/local/share/fonts

override_dh_makeshlibs:
	dh_makeshlibs -plibfontconfig1 -V"libfontconfig1 (>= 2.13)" --add-udeb="fontconfig-udeb" -- -c4

override_dh_strip:
	dh_strip --dbgsym-migration='libfontconfig1-dbg (<< 2.12.1-0.1~)'

override_dh_clean:
	dh_clean
	chmod +w debian/po/*.po
	debconf-updatepo

override_dh_install-indep:
	dh_install -i
	cd debian/fontconfig-config/usr/share/fontconfig/conf.avail && \
		mv 70-yes-bitmaps.conf 70-force-bitmaps.conf
	cp debian/70-yes-bitmaps.conf debian/fontconfig-config/usr/share/fontconfig/conf.avail/
	# Do not ship 10-hinting-slight.conf symlink by default, let debconf handle
	# that so the administrator can configure it. Still default to slight hinting.
	rm debian/fontconfig-config/etc/fonts/conf.d/10-hinting-slight.conf