diff --git a/debian/changelog b/debian/changelog index 993babc..3a10d54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -swh-vault (0.0.1-1) unstable; urgency=low +swh-vault (0.0.1-1~swh1) unstable-swh; urgency=medium - * Create swh-vault package + * Initial release + * version 0.0.1 - -- Antoine Pietri Fri, 05 May 2017 16:08:15 +0200 + -- Antoine Pietri Mon, 13 Nov 2017 16:22:47 +0100 diff --git a/debian/control b/debian/control index 61d83dc..df384cf 100644 --- a/debian/control +++ b/debian/control @@ -1,34 +1,34 @@ Source: swh-vault Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-all, python3-click, python3-dateutil, python3-dulwich, python3-fastimport, python3-flask, python3-nose, python3-psycopg2, python3-setuptools, - python3-swh.core (>= 0.0.28~), - python3-swh.model (>= 0.0.18~), + python3-swh.core (>= 0.0.44~), + python3-swh.model (>= 0.0.27~), python3-swh.objstorage (>= 0.0.17~), - python3-swh.scheduler (>= 0.0.11~), - python3-swh.storage (>= 0.0.92~), + python3-swh.scheduler (>= 0.0.26~), + python3-swh.storage (>= 0.0.108~), python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DVAU/ Package: python3-swh.vault Architecture: all -Depends: python3-swh.core (>= 0.0.28~), - python3-swh.model (>= 0.0.18~), +Depends: python3-swh.core (>= 0.0.44~), + python3-swh.model (>= 0.0.27~), python3-swh.objstorage (>= 0.0.17~), - python3-swh.scheduler (>= 0.0.11~), - python3-swh.storage (>= 0.0.92~), + python3-swh.scheduler (>= 0.0.26~), + python3-swh.storage (>= 0.0.108~), ${misc:Depends}, ${python3:Depends} -Description: Software Heritage +Description: Software Heritage Vault 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