File: rules

package info (click to toggle)
topplot 0.2.2%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,100 kB
  • sloc: python: 3,420; makefile: 59; sh: 10
file content (13 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=topplot

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

execute_after_dh_auto_install:
	mkdir -p debian/topplot/usr
	mv debian/python3-topplot/usr/bin debian/topplot/usr/

override_dh_auto_test:
	xvfb-run -a dh_auto_test