#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # Enable hardening build flags export DEB_BUILD_MAINT_OPTIONS=hardening=+all include /usr/share/dpkg/architecture.mk MAPNIK_SO_VERSION = $(shell pkgconf libmapnik --modversion | cut -d. -f-2) export PYBUILD_NAME=mapnik # Enable Cairo support export PYCAIRO=true # Use system fonts instead of mapnik specific fonts export SYSTEM_FONTS=/usr/share/fonts # Custom mapnik libraries export LIB_DIR_NAME=/$(DEB_HOST_MULTIARCH)/mapnik/${MAPNIK_SO_VERSION} %: dh $@ --buildsystem=pybuild