From 08d93375467708539fa211fb9cb26b7d3eeebfbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= <onovy@debian.org> Date: Thu, 24 Sep 2020 08:49:19 +0200 Subject: [PATCH] d/control: Update Vcs-* fields with new Debian Python Team Salsa layout --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9857366c..550f71b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ python-kubernetes (7.0.0~a1-3) UNRELEASED; urgency=medium * Bump Standards-Version to 4.4.1. * d/control: Update Maintainer field with new Debian Python Team contact address. + * d/control: Update Vcs-* fields with new Debian Python Team Salsa + layout. [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit. diff --git a/debian/control b/debian/control index 68aeac90..5ba85426 100644 --- a/debian/control +++ b/debian/control @@ -28,8 +28,8 @@ Build-Depends-Indep: python3-websocket, python3-yaml, Standards-Version: 4.5.0 -Vcs-Browser: https://salsa.debian.org/python-team/modules/python-kubernetes -Vcs-Git: https://salsa.debian.org/python-team/modules/python-kubernetes.git +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-kubernetes +Vcs-Git: https://salsa.debian.org/python-team/packages/python-kubernetes.git Homepage: https://github.com/kubernetes-incubator/client-python Testsuite: autopkgtest-pkg-python -- GitLab