diff --git a/debian/changelog b/debian/changelog index 4a90705..f54e296 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,12 @@ +swh-objstorage-replayer (0.1.0-2~swh1) unstable-swh; urgency=medium + + * Fix debian/rules and debian/control files. + + -- David Douard Wed, 29 Apr 2020 16:22:58 +0200 + swh-objstorage-replayer (0.1.0-1~swh1) unstable-swh; urgency=medium * Initial release * v0.1.0 -- David Douard Wed, 29 Apr 2020 10:29:25 +0200 diff --git a/debian/control b/debian/control index 68a9ef5..bbffd45 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,19 @@ -Source: # example: swh-loader-pypi +Source: swh-objstorage-replayer Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-all, python3-nose, python3-setuptools, python3-swh.core, python3-swh.storage, python3-vcversioner Standards-Version: 3.9.6 -Homepage: https://forge.softwareheritage.org/source// +Homepage: https://forge.softwareheritage.org/source/swh-objstorage-replayer/ -Package: python3- # example: python3-swh.loader.pypi +Package: python3-swh.objstorage.replayer Architecture: all Depends: ${misc:Depends}, ${python3:Depends} -Description: Software Heritage +Description: Software Heritage object storage replication tool diff --git a/debian/rules b/debian/rules index 32f59e6..5b92770 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,12 @@ #!/usr/bin/make -f -export PYBUILD_NAME= # example: swh.loader.pypi +export PYBUILD_NAME=swh.objstorage.replayer export PYBUILD_TEST_ARGS=--with-doctest -sva !db,!fs %: 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/objstorage/__init__.py