File: rules

package info (click to toggle)
stellarium 0.22.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,041,520 kB
  • sloc: ansic: 328,597; cpp: 208,406; xml: 49,040; javascript: 26,622; perl: 1,314; python: 1,254; sh: 316; makefile: 188; pascal: 169
file content (18 lines) | stat: -rwxr-xr-x 442 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# Note that parallel builds are disabled because of #982882.
# Remove --no-parallel when fixes from #982882 are uploaded to unstable.

%:
	dh $@ --no-parallel

override_dh_install:
	dh_install
	rm debian/tmp/usr/share/stellarium/data/DejaVuSans.ttf
	rm debian/tmp/usr/share/stellarium/data/DejaVuSansMono.ttf

override_dh_missing:
	dh_missing --fail-missing