diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..1eecf74 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +statusio-python (1.2.0-1+swh1) unstable-swh; urgency=medium + + * Initial release. + + -- Vincent Sellier Wed, 26 May 2021 09:07:38 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4f5ae07 --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: statusio-python +Section: python +Priority: optional +Maintainer: Software Heritage Developers +Build-Depends: 2to3, + debhelper (>=9), + dh-python, + python3-all, + python3-distutils, + python3-future, + python3-requests, + python3-setuptools +Standards-Version: 4.5.0 +X-Python3-Version: >= 3.6 + +Package: python3-statusio +Architecture: all +Depends: python3-future, + python3-requests, + ${misc:Depends}, + ${python3:Depends} +Description: Python package for Status.io diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d596dc2 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,7 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: statusio-python +Source: https://github.com/ClearcodeHQ/pytest-redis/ + +Files: * +Copyright: Copyright (C) 2016 by Clearcode +License: GPL-3 diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..7f63e3e --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,5 @@ +[DEFAULT] +upstream-branch=debian/upstream +upstream-tag=debian/upstream/%(version)s +debian-branch=debian/unstable-swh +pristine-tar=True diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..6067981 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME=statusio-python + +%: + dh $@ --with python3 --buildsystem=pybuild diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)