File: rules

package info (click to toggle)
fonts-dejavu 2.37-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 62,724 kB
  • sloc: perl: 835; makefile: 265; sh: 77
file content (22 lines) | stat: -rwxr-xr-x 499 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

%:
	dh $@

override_dh_auto_build:
	make full-ttf
	sh debian/scripts/generate-udeb.sh
	touch --no-create --date="$(shell date --utc --date=@${SOURCE_DATE_EPOCH} --iso-8601=seconds)" build/*.ttf

override_dh_auto_clean:
	$(RM) -rf tmp/ build/ udeb-generated/ udeb-build/
	$(RM) -f debian/stamp-common-build
	dh_auto_clean

execute_after_dh_install:
	sh debian/scripts/generate-web.sh

override_dh_installchangelogs:
	dh_installchangelogs NEWS