File: rules

package info (click to toggle)
fonts-morisawa-bizud-mincho 1.06-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 50,296 kB
  • sloc: python: 275; makefile: 45
file content (17 lines) | stat: -rwxr-xr-x 413 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_clean:
	rm -fr $(CURDIR)/temp
	rm -fr $(CURDIR)/fonts

override_dh_auto_build:
	python3 $(CURDIR)/sources/build.py

# Skip all tests because the required package "Fontbakery" is not in the official Debian package.
override_dh_auto_test: