File: rules

package info (click to toggle)
tmuxp 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,004 kB
  • sloc: python: 4,847; makefile: 8; sh: 5
file content (12 lines) | stat: -rwxr-xr-x 366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

d = $(CURDIR)/debian/tmuxp/usr/bin
export PYBUILD_NAME=tmuxp
export PYBUILD_AFTER_INSTALL_python2 = rm -rv {destdir}/usr/bin
export PYBUILD_AFTER_INSTALL_python3 = mkdir -pv $d && mv -v {destdir}/usr/bin/tmuxp $d
export PYBUILD_AFTER_TEST=rm -r {build_dir}/.hypothesis
export PYBUILD_DISABLE=test

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