diff --git a/debian/changelog b/debian/changelog index 7006308..959e162 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -swh-loader-pypi (0.0.1-1) unstable; urgency=low +swh-loader-pypi (0.0.1-1~swh1) unstable-swh; urgency=medium - * Initial bootstrap + * Initial release + * v0.0.1 + * PyPI Loader v1 - -- Antoine R. Dumont (@ardumont) Wed, 1 Aug 2018 10:12:14 +0200 + -- Antoine R. Dumont (@ardumont) Wed, 19 Sep 2018 18:25:46 +0200 diff --git a/debian/control b/debian/control index 24c2b82..dbd286f 100644 --- a/debian/control +++ b/debian/control @@ -1,29 +1,29 @@ Source: swh-loader-pypi Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-all, python3-arrow, python3-nose, python3-pkginfo, python3-requests, python3-setuptools, python3-swh.core, - python3-swh.loader.core, - python3-swh.model (>= 0.0.27~), - python3-swh.storage, + python3-swh.loader.core (>= 0.0.35~), + python3-swh.model (>= 0.0.28~), + python3-swh.storage (>= 0.0.108~), python3-swh.scheduler, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/source/swh-loader-pypi.git Package: python3-swh.loader.pypi Architecture: all Depends: python3-swh.core, - python3-swh.loader.core, - python3-swh.model (>= 0.0.27~), - python3-swh.storage, + python3-swh.loader.core (>= 0.0.35~), + python3-swh.model (>= 0.0.28~), + python3-swh.storage (>= 0.0.108~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage PyPI Loader diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..7576206 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,6 @@ +[DEFAULT] +upstream-branch=debian/upstream +upstream-tag=debian/upstream/%(version)s +upstream-vcs-tag=v%(version)s +debian-branch=debian/unstable-swh +pristine-tar=True diff --git a/debian/rules b/debian/rules index 71548ae..f4d87c1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,12 @@ #!/usr/bin/make -f export PYBUILD_NAME=swh.loader.pypi -export PYBUILD_TEST_ARGS=--with-doctest -sva !db,!fs +export PYBUILD_TEST_ARGS=-m 'not db and not 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/loader/__init__.py