diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..7dc252a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +plotille (3.7.2-1+swh1) unstable-swh; urgency=medium + + * Initial release. + + -- Antoine R. Dumont (@ardumont) Thu, 21 Jan 2021 15:47:56 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..84a00e9 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: plotille +Maintainer: Software Heritage developers +Section: python +Priority: optional +Build-Depends: debhelper (>= 9), + dh-python (>= 2), + python3-all, + python3-setuptools, + python3-pytest, + python3-pytest-mock, + python3-numpy +Standards-Version: 3.9.6 +Homepage: https://github.com/tammoippen/plotille + +Package: python3-plotille +Architecture: all +Depends: ${misc:Depends}, + ${python3:Depends} +Description: Plot in the terminal using braille dots. 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..07d1bd4 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +export PYBUILD_NAME=plotille + +%: + dh $@ --with python3 --buildsystem=pybuild + +override_dh_auto_test: 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)