File: rules

package info (click to toggle)
python-s3transfer 0.1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 924 kB
  • ctags: 1,617
  • sloc: python: 8,893; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 168 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=s3transfer

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

override_dh_auto_test:
	true	# test requires network access