Scrub Obsolete - nodeenv

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 45e73de..b92aed8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+nodeenv (1.1.0-2) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster:
+    + nodeenv: Drop versioned constraint on g++ and gcc in Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 11 May 2022 00:21:49 -0000
+
 nodeenv (1.1.0-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/debian/control b/debian/control
index 96c673a..47155ac 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Homepage: https://ekalinin.github.io/nodeenv/
 Package: nodeenv
 Architecture: all
 Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}, make,
- gcc (>= 4:4.9.1) | nodejs, g++ (>= 4:4.9.1) | nodejs, libssl-dev | nodejs, python2.7 | nodejs
+ gcc | nodejs, g++ | nodejs, libssl-dev | nodejs, python2.7 | nodejs
 Description: Node.js virtual environment builder
  Tool to create isolated node.js environments with their own installation
  directories that don't share libraries with other node.js virtual

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: python3-pkg-resources, python3:any, make, gcc (>= 4:4.9.1) | nodejs, g++ (>= 4:4.9.1) | nodejs, libssl-dev | nodejs, python2.7 | nodejs

Run locally

More details

Full run details