From 288b5d678a3a101c66ccff440511a803034b3944 Mon Sep 17 00:00:00 2001 From: Boyuan Yang <byang@debian.org> Date: Thu, 24 Dec 2020 14:16:44 -0500 Subject: [PATCH] Prepare new upload. --- debian/changelog | 9 +++++++++ debian/control | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3f22b57..25d49ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-aiostream (0.4.1-2) unstable; urgency=medium + + * Team upload. + * Source-only upload for testing migration. + * debian/control: Bump Standards-Version to 4.5.1. + * Add hosting Vcs-* repo URL under Salsa GitLab Debian Python Team. + + -- Boyuan Yang <byang@debian.org> Thu, 24 Dec 2020 14:15:49 -0500 + python-aiostream (0.4.1-1) unstable; urgency=low * Initial release (Closes: #975498) diff --git a/debian/control b/debian/control index 166fab2..cbcf076 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,10 @@ Build-Depends: python3-all (>= 3.7), python3-pytest-asyncio, python3-pytest-runner -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Homepage: https://github.com/vxgmichel/aiostream +Vcs-Git: https://salsa.debian.org/python-team/packages/python-aiostream.git +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-aiostream Package: python3-aiostream Architecture: all -- GitLab