File: rules

package info (click to toggle)
python-bids-validator 1.14.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: python: 192; sh: 15; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.5 at
# Thu, 01 Aug 2019 09:20:58 -0400
export PYBUILD_NAME=bids-validator
%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	echo "I: Build Time tests are disable"
endif