control: tags -1 +patch

On Tue, 1 Jun 2021 22:49:18 +0300 Adrian Bunk <b...@debian.org> wrote:
> Provides is good for fulfilling dependencies, but won't for an upgrade 
> to the renamed package.

 Okay, then add transitional dummy package for it as below.
 If anything goes wrong, I'll upload it to delay-5 queue later.


>From 2e52e9170265d4eb8160f813b07e34aa41b97521 Mon Sep 17 00:00:00 2001
From: Hideki Yamane <henr...@debian.org>
Date: Mon, 14 Jun 2021 21:51:09 +0900
Subject: [PATCH 1/2] Add Transitional dummy package pylint3 (Closes: #968897)

---
 debian/control | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a60b507..cca8351 100644
--- a/debian/control
+++ b/debian/control
@@ -58,7 +58,7 @@ Depends: python3-astroid (>= 2.4.0),
 Recommends: python3-tk,
 Suggests: pylint-doc,
           python3-mccabe,
-Breaks: pylint3,
+Breaks: pylint3 (<< 2.7.2-2),
         python3-pylint-django (<< 2.0),
         python3-pylint-plugin-utils (<< 0.4),
         python3-pytest-pylint (<< 0.10),
@@ -83,3 +83,9 @@ Description: Python 3 code static checker and UML diagram 
generator
    * pyreverse3: an UML diagram generator
    * symilar3: an independent similarities checker
    * epylint3: Emacs and Flymake compatible Pylint
+
+Package: pylint3
+Architecture: all
+Depends: pylint
+Description: Transitional dummy package
+ This is transitional dummy package for pylint, you can safely remove it.
-- 
2.32.0


>From 4d18a26c96b9a0b449a01efe198f8aa46ddc046d Mon Sep 17 00:00:00 2001
From: Hideki Yamane <henr...@debian.org>
Date: Mon, 14 Jun 2021 22:04:59 +0900
Subject: [PATCH 2/2] note to changelog

---
 debian/changelog | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bae2d32..37bdddb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pylint (2.7.2-2) unstable; urgency=medium
+
+  * Team upload
+  * debian/control
+    - Introduce pylint3 trantional package for smooth upgrade (Closes: #968897)
+
+ -- Hideki Yamane <henr...@debian.org>  Mon, 14 Jun 2021 23:03:38 +0900
+
 pylint (2.7.2-1) unstable; urgency=medium
 
   * New upstream release
-- 
2.32.0

Reply via email to