File: rules

package info (click to toggle)
swordfish 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 736 kB
  • ctags: 204
  • sloc: sh: 1,470; ansic: 1,404; python: 510; makefile: 25
file content (17 lines) | stat: -rwxr-xr-x 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh $@

clean:
	dh $@
	rm -rf client/django/build client/django/*.egg-info

override_dh_auto_build:
	dh_auto_build
	cd client/django && python setup.py build

override_dh_auto_install:
	dh_auto_install
	cd client/django && python setup.py install \
		--root=$(CURDIR)/debian/python-django-swordfish