File: rules

package info (click to toggle)
portalocker 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 144 kB
  • ctags: 79
  • sloc: python: 469; makefile: 4
file content (12 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=portalocker

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

# Skipping tests as upstream doesn't provide them along with the tarball
override_dh_auto_test: