File: rules

package info (click to toggle)
mapbox-vector-tile 0.5.0%2Bds-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 356 kB
  • sloc: python: 1,181; makefile: 10
file content (19 lines) | stat: -rwxr-xr-x 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

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

export PYBUILD_NAME=mapbox-vector-tile

%:
	dh $@ \
		--with python2,python3 \
		--buildsystem=pybuild \
		--parallel

override_dh_auto_test:
	dh_auto_test || echo "Ignoring test failures"

override_dh_install:
	dh_install --list-missing