Skip to content
Snippets Groups Projects
Commit 49e43eeec302 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

don't use setuptools to build debian package

parent a149c357550b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
build: build-stamp
build-stamp:
dh_testdir
python setup.py -q build
NO_SETUPTOOLS=1 python setup.py -q build
touch build-stamp
clean:
......@@ -24,7 +24,7 @@
dh_testroot
dh_clean -k
dh_installdirs -i
python setup.py -q install --no-compile --prefix=debian/cubicweb-blog/usr/
NO_SETUPTOOLS=1 python setup.py -q install --no-compile --prefix=debian/cubicweb-blog/usr/
rm -rf debian/cubicweb-blog/usr/lib/python*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment