summaryrefslogtreecommitdiff
path: root/service/debian/rules
blob: 2ba150144636a8612ff73893dec9ee7d30916395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.2 at
# Mon, 08 Sep 2014 04:57:38 -0700

%:
	dh $@ --with python2 --buildsystem=python_distutils


override_dh_auto_clean:
	python setup.py clean -a
	find . -name \*.pyc -exec rm {} \;



override_dh_auto_build:
	python setup.py build --force



override_dh_auto_install:
	python setup.py install --force --root=debian/python-pixelated-user-agent --no-compile -O0 --install-layout=deb --prefix=/usr