Skip to content
Snippets Groups Projects
Commit c64dd1ed authored by Jenkins's avatar Jenkins
Browse files

Remove constraints unnecessary since stretch

* Build-Depends: Drop versioned constraint on node-depd and node-inherits.
* node-http-errors: Drop versioned constraint on node-inherits in Depends.

Changes-By: deb-scrub-obsolete
parent 3c24b515
No related branches found
No related tags found
1 merge request!1Remove unnecessary constraints
Pipeline #256946 passed
node-http-errors (1.8.0-2) UNRELEASED; urgency=medium
* Remove constraints unnecessary since stretch:
+ Build-Depends: Drop versioned constraint on node-depd and node-inherits.
+ node-http-errors: Drop versioned constraint on node-inherits in Depends.
-- Debian Janitor <janitor@jelmer.uk> Sat, 22 May 2021 01:45:25 -0000
node-http-errors (1.8.0-1) unstable; urgency=medium
* Team upload
......
......@@ -8,8 +8,8 @@ Build-Depends:
debhelper-compat (= 13)
, dh-buildinfo
, mocha <!nocheck>
, node-depd (>= 1.1.2~)
, node-inherits (>= 2.0.3~)
, node-depd
, node-inherits
, node-setprototypeof
, node-statuses
, node-toidentifier
......@@ -25,7 +25,7 @@ Architecture: all
Depends:
${misc:Depends}
, node-depd (>= 1.1.2~)
, node-inherits (>= 2.0.3~)
, node-inherits
, node-setprototypeof
, node-statuses
, node-toidentifier
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment