File: rules

package info (click to toggle)
virtaal 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 8,612 kB
  • ctags: 2,123
  • sloc: python: 13,703; xml: 1,320; sh: 103; makefile: 11
file content (19 lines) | stat: -rwxr-xr-x 326 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

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

d	= debian/virtaal

%:
	dh $@ --with python2

clean:
	rm -f build-stamp
	rm -rf build
	rm -f MANIFEST.in
	-find -name '*.py[co]' | xargs rm -f
	dh_clean

override_dh_auto_install:
	python setup.py install --nodepcheck --prefix=`pwd`/$(d)/usr