Scrub Obsolete - python-jsbeautifier

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 3ed482d..150eb40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+python-jsbeautifier (1.14.8-2) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster (oldstable):
+    + python3-jsbeautifier: Drop conflict with removed package
+      python-jsbeautifier (<< 1.6.4-5) in Replaces.
+    + python3-jsbeautifier: Drop conflict with removed package
+      python-jsbeautifier (<< 1.6.4-5) in Breaks.
+    + jsbeautifier: Drop versioned constraint on python3-jsbeautifier (>=
+      1.6.4-5) in Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 13 Jun 2023 05:45:48 -0000
+
 python-jsbeautifier (1.14.8-1) unstable; urgency=medium
 
   * New upstream version 1.14.8
diff --git a/debian/control b/debian/control
index 1ee5387..8df447d 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,6 @@ Package: python3-jsbeautifier
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends},
-Replaces: python-jsbeautifier (<< 1.6.4-5),
-Breaks: python-jsbeautifier (<< 1.6.4-5),
 Description: JavaScript unobfuscator and beautifier (python3)
  Beautify, unpack or deobfuscate JavaScript, leveraging popular online
  obfuscators.
@@ -28,7 +26,7 @@ Description: JavaScript unobfuscator and beautifier (python3)
 Package: jsbeautifier
 Section: misc
 Architecture: all
-Depends: python3-jsbeautifier (>= 1.6.4-5),
+Depends: python3-jsbeautifier,
          ${misc:Depends},
          ${python3:Depends},
 Provides: js-beautify (= ${binary:Version}),

Run locally

More details

Full run details