File: rules

package info (click to toggle)
cwltest 2.5.20241122133319-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 800 kB
  • sloc: python: 2,700; makefile: 124; sh: 89
file content (17 lines) | stat: -rwxr-xr-x 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

DH_VERBOSE := 1
include /usr/share/dpkg/default.mk
export PYBUILD_NAME=cwltest
export CWLTOOL_OPTIONS=--no-container
#export PYBUILD_TEST_ARGS=-n=auto -p pytester
#export HOME=$(shell echo $$PWD"/fakehome")

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_install:
	find debian -name 'cat1-testcli.cwl' -exec chmod a+x {} \;

execute_before_dh_installman:
	PYTHONPATH=. help2man --no-info ./debian/cwltest/usr/bin/cwltest > debian/cwltest.1