From c64dd1ed5282ba91d0ec1268a0e03223a930a949 Mon Sep 17 00:00:00 2001 From: Jenkins <jenkins@jenkins.debian.net> Date: Sat, 22 May 2021 01:45:36 +0000 Subject: [PATCH] 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 --- debian/changelog | 8 ++++++++ debian/control | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 044f289..a749dc0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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 diff --git a/debian/control b/debian/control index 7be19f7..ebd131f 100644 --- a/debian/control +++ b/debian/control @@ -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 -- GitLab