File: rules

package info (click to toggle)
fonts-junicode 1.002-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 41,688 kB
  • sloc: makefile: 85; sh: 43; xml: 18; python: 4
file content (13 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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