File: rules

package info (click to toggle)
xfonts-jisx0213 0%2B20040511-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,648 kB
  • sloc: makefile: 12
file content (17 lines) | stat: -rwxr-xr-x 398 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	for f in K12-1 K12-2 K14-2000-2 K14-2004-1 jiskan16-2000-2 jiskan16-2004-1; do \
	  gzip -dc $${f}.bdf.gz > $${f}.bdf; \
	done
	patch -p1 < debian/K12-1-to-2004.patch
	mv K12-1.bdf K12-2004-1.bdf
	mv K12-2.bdf K12-2000-2.bdf
	for f in *.bdf; do \
	  bdftopcf $${f} > `basename $${f} .bdf`.pcf; \
	done