File: rules

package info (click to toggle)
python-sigmavirus24-urltemplate 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 236 kB
  • ctags: 181
  • sloc: python: 942; makefile: 110
file content (8 lines) | stat: -rwxr-xr-x 351 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME:=sigmavirus24-urltemplate
export PYBUILD_INSTALL_ARGS_python2=--install-lib=/usr/lib/python2.7/dist-packages/python-sigmavirus24-urltemplate
export PYBUILD_INSTALL_ARGS_python3=--install-lib=/usr/lib/python3/dist-packages/python-sigmavirus24-urltemplate

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