File: rules

package info (click to toggle)
chemfp 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,580 kB
  • sloc: python: 9,390; ansic: 2,363; makefile: 110
file content (12 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

#export DH_VERBOSE=1

%:
	dh $@  --with python2

override_dh_auto_test:
	#for PY in $(PYVERS); do \
	#  (cd tests; PYTHONPATH=$(wildcard $(CURDIR)/build/lib.*$$PY/) \
	#  python$$PY unit2 discover); \
	#done