Scrub Obsolete - pudb

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 62b84fb..3100be9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+pudb (2022.1.3-2) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster (oldstable):
+    + python3-pudb: Drop versioned constraint on python3-pygments (>= 1.0) in
+      Depends.
+    + python3-pudb: Drop versioned constraint on python3-urwid (>= 1.1.1) in
+      Depends.
+    + python3-pudb: Drop dependency on essential package dpkg (>= 1.15.6~) in
+      Pre-Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 09 Dec 2022 18:08:53 -0000
+
 pudb (2022.1.3-1) unstable; urgency=medium
 
   * New upstream release (2022.1.3)
diff --git a/debian/control b/debian/control
index c866da9..07dae24 100644
--- a/debian/control
+++ b/debian/control
@@ -20,10 +20,9 @@ Rules-Requires-Root: no
 
 Package: python3-pudb
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~),
 Depends: python3-pkg-resources,
-         python3-pygments (>= 1.0),
-         python3-urwid (>= 1.1.1),
+         python3-pygments,
+         python3-urwid,
          python3-urwid-readline,
          ${misc:Depends},
          ${python3:Depends},

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: python3-pkg-resources, python3-pygments (>= 1.0), python3-urwid (>= 1.1.1), python3-pygments, python3-urwid, python3-urwid-readline, python3-jedi, python3-packaging, python3:any
  • Pre-Depends: dpkg (>= 1.15.6~)

Run locally

More details

Full run details