File: rules

package info (click to toggle)
weather-util 2.4.4-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 35,408 kB
  • sloc: python: 2,214; makefile: 15
file content (19 lines) | stat: -rwxr-xr-x 419 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
%:
	dh $@ --with=python3

override_dh_python3:
	dh_python3 --shebang=/usr/bin/python3

override_dh_auto_build:
	dh_auto_build
	python3 ./weather --build-sets

override_dh_compress:
	dh_compress
	dh_compress -p weather-util-data \
		usr/share/weather-util/airports \
		usr/share/weather-util/places \
		usr/share/weather-util/stations \
		usr/share/weather-util/zctas \
		usr/share/weather-util/zones