diff --git a/debian/changelog b/debian/changelog index 78fe0c6..72e0076 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -swh-loader-mercurial (0.0.1-1) unstable; urgency=low +swh-loader-mercurial (0.0.1-1~swh1) unstable-swh; urgency=medium - * Initial package + * Initial release + * v0.0.1 + * First swh.loader.mercurial ready to run on swh infra - -- Antoine R. Dumont (@ardumont) Tue, 19 Dec 2017 10:45:24 +0200 + -- Antoine R. Dumont (@ardumont) Wed, 20 Dec 2017 15:37:06 +0100 diff --git a/debian/control b/debian/control index 64e51ab..159c05b 100644 --- a/debian/control +++ b/debian/control @@ -1,36 +1,38 @@ Source: swh-loader-mercurial Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-all, + python3-click, + python3-dateutil, python3-nose, python3-setuptools, python3-vcversioner, python3-retrying, python3-hglib, patool, python3-swh.core (>= 0.0.36~), - python3-swh.model (>= 0.0.20~), + python3-swh.model (>= 0.0.27~), python3-swh.storage (>= 0.0.95~), python3-swh.scheduler (>= 0.0.19~), - python3-swh.loader.core (>= 0.0.28~), + python3-swh.loader.core (>= 0.0.35~), python-sqlitedict Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/source/swh-loader-mercurial/ Package: python3-swh.loader.mercurial Architecture: all Depends: python3-swh.core (>= 0.0.36~), - python3-swh.loader.core (>= 0.0.28~), - python3-swh.model (>= 0.0.20~), + python3-swh.loader.core (>= 0.0.35~), + python3-swh.model (>= 0.0.27~), python3-swh.storage (>= 0.0.95~), python3-swh.scheduler (>= 0.0.19~), patool, python-sqlitedict, python3-hglib, ${misc:Depends}, ${python3:Depends} Description: Software Heritage Mercurial Loader Module in charge of loading hg/mercurial repositories into swh storage. 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