File: rules

package info (click to toggle)
fonts-spleen 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,492 kB
  • sloc: makefile: 111; ansic: 86; sh: 9
file content (26 lines) | stat: -rwxr-xr-x 578 bytes parent folder | download | duplicates (3)
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
#!/usr/bin/make -f
#export DH_VERBOSE = 1

BUILD_DATE = $(shell date --date="$$(dpkg-parsechangelog -SDate)" +"%Y-%m-%d %H:%M:%S")
export BUILD_DATE

%:
	dh $@

override_dh_auto_clean:
	@echo skip auto clean

override_dh_auto_test:
	@echo skip auto test

override_dh_auto_install:
	@echo skip auto install

override_dh_compress:
	dh_compress
	find debian -name '*.psfu' -print0 | xargs -0 gzip

override_dh_auto_build:
	@echo la la la
#	fontforge debian/scripts/ConvertFont.ff ttf/Spleenmedium.sfd
#	find $(CURDIR) -name '*.ttf' -print0 | xargs -0 debian/scripts/fix-modtime.pe