Skip to content
Snippets Groups Projects
Verified Commit aa710da7 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

d/rules: Install only necessary files in the package

parent b7a52cba
No related branches found
Tags debian/6.3.1-1_swh1
No related merge requests found
......@@ -9,14 +9,9 @@ export PYBUILD_TEST_ARGS=-vv -s -k 'naive'
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_install:
dh_auto_install
rm -v $(CURDIR)/debian/python3-*/usr/lib/python*/dist-packages/swh/__init__.py
for pyvers in $(shell py3versions -vr); do \
mkdir -p $(CURDIR)/debian/python3-swh.graph.client/usr/lib/python$$pyvers/dist-packages/swh/graph/ ; \
mv $(CURDIR)/debian/python3-swh.graph/usr/lib/python$$pyvers/dist-packages/*.egg-info \
$(CURDIR)/debian/python3-swh.graph.client/usr/lib/python$$pyvers/dist-packages/ ; \
mv $(CURDIR)/debian/python3-swh.graph/usr/lib/python$$pyvers/dist-packages/swh/graph/{*client.py,} \
$(CURDIR)/debian/python3-swh.graph.client/usr/lib/python$$pyvers/dist-packages/swh/graph/ ; \
mv $(CURDIR)/debian/python3-swh.graph/usr/lib/python$$pyvers/dist-packages/swh/graph/tests \
$(CURDIR)/debian/python3-swh.graph.client/usr/lib/python$$pyvers/dist-packages/swh/graph/ ; \
mkdir -p $(CURDIR)/debian/python3-swh.graph.client/usr/lib/python$$pyvers/dist-packages/swh/graph/ ; \
mv $(CURDIR)/*.egg-info $(CURDIR)/debian/python3-swh.graph.client/usr/lib/python$$pyvers/dist-packages/ ; \
mv $(CURDIR)/swh/graph/*client.py $(CURDIR)/debian/python3-swh.graph.client/usr/lib/python$$pyvers/dist-packages/swh/graph/ ; \
mv $(CURDIR)/swh/graph/tests/ $(CURDIR)/debian/python3-swh.graph.client/usr/lib/python$$pyvers/dist-packages/swh/graph/ ; \
done
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