File: rules

package info (click to toggle)
python-cloudservers 1.1-1.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,724 kB
  • sloc: python: 2,004; makefile: 79
file content (15 lines) | stat: -rwxr-xr-x 383 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

DEB_PYTHON_SYSTEM = pysupport
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

clean::
	rm -f dist/python_cloudservers-1.0a5-py2.6.egg test-stamp || /bin/true
	find . -name '._*' -print0 | xargs -0 rm || /bin/true

build/python-cloudservers:: test-stamp

test-stamp:
#	@nosetests $(CURDIR)/tests
	touch test-stamp