File: rules

package info (click to toggle)
openstreetmap-carto 5.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,448 kB
  • sloc: python: 650; sh: 297; sql: 70; makefile: 7
file content (17 lines) | stat: -rwxr-xr-x 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@

override_dh_auto_build:
	carto project.mml > style.xml
	# make sure that indexes.sql as shipped by the source package is
	# identical to the one generated by ./scripts/indexes.py
	python3 scripts/indexes.py | diff -u - indexes.sql

execute_after_dh_auto_clean:
	debconf-updatepo