diff --git a/debian/changelog b/debian/changelog index 17e27c0..8e7ad2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ -swh-loader-cvs (0.0.2-1~swh1~bpo10+1) buster-swh; urgency=medium +swh-loader-cvs (0.0.2-2~swh1) unstable-swh; urgency=medium - * Rebuild for buster-swh + * Add missing dh_install override to avoid stomping on the namespace + __init__.py - -- Software Heritage autobuilder (on jenkins-debian1) Wed, 15 Dec 2021 14:36:11 +0000 + -- Nicolas Dandrimont Wed, 15 Dec 2021 15:43:29 +0100 swh-loader-cvs (0.0.2-1~swh1) unstable-swh; urgency=medium * Initial release -- Nicolas Dandrimont Wed, 15 Dec 2021 10:50:25 +0100 diff --git a/debian/rules b/debian/rules index ad29eee..897106c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,12 @@ #!/usr/bin/make -f export PYBUILD_NAME=swh.loader.cvs export PYBUILD_TEST_ARGS=-vv %: dh $@ --with python3 --buildsystem=pybuild + +override_dh_install: + dh_install + rm -v $(CURDIR)/debian/python3-*/usr/lib/python*/dist-packages/swh/__init__.py + rm -v $(CURDIR)/debian/python3-*/usr/lib/python*/dist-packages/swh/loader/__init__.py