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

don't use setuptools to build debian package

parent e691ed317dda
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
build: build-stamp build: build-stamp
build-stamp: build-stamp:
dh_testdir dh_testdir
python setup.py -q build NO_SETUPTOOLS=1 python setup.py -q build
touch build-stamp touch build-stamp
clean: clean:
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
dh_testroot dh_testroot
dh_clean -k dh_clean -k
dh_installdirs -i dh_installdirs -i
python setup.py -q install --no-compile --prefix=debian/cubicweb-comment/usr/ NO_SETUPTOOLS=1 python setup.py -q install --no-compile --prefix=debian/cubicweb-comment/usr/
# remove generated .egg-info file # remove generated .egg-info file
rm -rf debian/cubicweb-comment/usr/lib/python* rm -rf debian/cubicweb-comment/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