File: rules

package info (click to toggle)
python-bids-validator 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 264 kB
  • sloc: python: 1,139; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 311 bytes parent folder | download | duplicates (2)
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 $@ --with python3 --buildsystem=pybuild

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