File: rules

package info (click to toggle)
openslide-python 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,448 kB
  • ctags: 1,046
  • sloc: python: 1,424; ansic: 86; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
#export DH_VERBOSE=1

export PYBUILD_NAME=openslide
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

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

override_dh_installexamples:
	dh_installexamples -ppython-openslide-examples -Xjquery.js examples/*
	dh_link -ppython-openslide-examples usr/share/javascript/jquery/jquery.js usr/share/doc/python-openslide-examples/examples/deepzoom/static/jquery.js 

override_dh_compress:
	dh_compress -X.py