File: rules

package info (click to toggle)
fonts-android 1%3A6.0.1r16-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, experimental, sid, stretch, trixie
  • size: 11,996 kB
  • ctags: 29
  • sloc: xml: 913; sh: 32; makefile: 11
file content (13 lines) | stat: -rwxr-xr-x 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@

override_dh_install:
	if dpkg-vendor --is ubuntu; then \
		install -m 644 -D debian/local/65-droid-sans-fallback.conf \
			debian/fonts-droid-fallback/etc/fonts/conf.avail/65-droid-sans-fallback.conf; \
		mkdir -p debian/fonts-droid-fallback/etc/fonts/conf.d ; \
		ln -s ../conf.avail/65-droid-sans-fallback.conf \
			debian/fonts-droid-fallback/etc/fonts/conf.d/65-droid-sans-fallback.conf; \
	fi
	dh_install