File: rules

package info (click to toggle)
fonts-atarismall 2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 364 kB
  • sloc: makefile: 20; xml: 19; sh: 9
file content (11 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_build:
	$(MAKE) otf
	find $(CURDIR) -name '*.otf' -print0 | xargs -0 debian/scripts/fix-modtime.pe