File: rules

package info (click to toggle)
xfonts-mona 2.90-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 7,888 kB
  • sloc: perl: 11,238; makefile: 442; lisp: 68
file content (19 lines) | stat: -rwxr-xr-x 401 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
%:
	dh  $@

override_dh_auto_build:
	-mkdir dist
	make bdf
	(cd dist; for i in *.bdf; do bdftopcf $$i|gzip --no-name -c9 > `basename $$i .bdf`.pcf.gz; done)

override_dh_auto_install:
	# Add here commands to install the package into debian/tmp.
	cp dist/*.pcf.gz `pwd`/debian/xfonts-mona/usr/share/fonts/X11/misc

override_dh_auto_clean:

	make clean
	-rm -f dist/*

	dh_auto_clean