File: rules

package info (click to toggle)
fonts-junicode 2%2Bgit20230104%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 114,100 kB
  • sloc: python: 162; sh: 119; xml: 18; makefile: 16
file content (17 lines) | stat: -rwxr-xr-x 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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_build:
	#dh_auto_build
	#$(MAKE) -f Makefile.ff
	#find $(CURDIR) -name '*.ttf' -print0 | xargs -0 debian/scripts/fix-modtime.pe
	echo CURRENTLY USING PRE-BUILT UPSTREAM FONT FILES

override_dh_auto_install:
	@echo Do not use install target of upstream Makefile