File: rules

package info (click to toggle)
svgwrite 1.1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 924 kB
  • ctags: 2,532
  • sloc: python: 8,790; makefile: 9; sh: 5
file content (16 lines) | stat: -rwxr-xr-x 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
export DH_VERBOSE = 1

export PYBUILD_NAME=svgwrite

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

override_dh_auto_clean:
	dh_clean
	rm -rf svgwrite.egg-info .pybuild

override_dh_installexamples:
	dh_installexamples -X.bat