Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-mtconverter
Commits
9e1187724054
Commit
eb945146
authored
Aug 06, 2015
by
Julien Cristau
Browse files
[pkg] fix build of python3 debian package
parent
132aa39b521e
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
9e118772
...
...
@@ -22,11 +22,15 @@ ifeq (,$(build_py3k))
endif
install-python%:
python$* setup.py install --
prefix
=$(CURDIR)/debian/tmp
python$* setup.py install --
root
=$(CURDIR)/debian/tmp
--prefix=/usr
override_dh_auto_install: $(foreach python, $(shell py3versions -r), install-$(python))
dh_auto_install
rm -f debian/tmp/usr/lib/python*/*/logilab/__init__.py
override_dh_auto_clean:
dh_auto_clean
rm -rf *.egg-info build
%:
dh $@ --with python2,python3
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment