aboutsummaryrefslogtreecommitdiff
path: root/deb_dist/ascension-0.11.5/debian/rules
blob: d461281a5a5e6cd38bb1a9d1475c009688ee481f (plain) (blame)
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
27
28
29
30
31
#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.5 at
# Thu, 06 Jun 2019 19:42:28 +0000

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


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



override_dh_auto_build:
	python3 setup.py build --force



override_dh_auto_install:
	python3 setup.py install --force --root=debian/python3-ascension --no-compile -O0 --install-layout=deb --prefix=/usr 



override_dh_python2:
	dh_python2 --no-guessing-versions