File: rules

package info (click to toggle)
python-canmatrix 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 472 kB
  • ctags: 630
  • sloc: python: 6,259; makefile: 5
file content (7 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download
1
2
3
4
5
6
7
#! /usr/bin/make -f

export PYBUILD_NAME=canmatrix
export PYBUILD_AFTER_INSTALL_python2=mv {destdir}/usr/bin/ .pybuild/utils/
export PYBUILD_AFTER_INSTALL_python3=rm -rf {destdir}/usr/bin/
%:
	dh $@ --with python2,python3 --buildsystem=pybuild