[Pkg-javascript-commits] [acorn] 01/07: Fix > instead of >=

Bastien Roucariès rouca at moszumanska.debian.org
Fri Aug 18 11:49:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository acorn.

commit 7a667fadf525b0163b99d10f6c9bd2f4f59b276d
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Fri Aug 18 12:06:01 2017 +0200

    Fix > instead of >=
---
 debian/changelog | 6 ++++++
 debian/control   | 5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cef2961..7c320ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+acorn (5.1.1-2) unstable; urgency=high
+
+  * Fix > instead of >= in control.
+
+ -- Bastien Roucariès <rouca at debian.org>  Fri, 18 Aug 2017 12:05:57 +0200
+
 acorn (5.1.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 1f54bfa..d7f75b6 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 10),
                node-ast-types,
                node-es6-module-transpiler,
                node-graceful-fs,
-               nodejs (> 6)
+               nodejs (>= 6)
 Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/acorn.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/acorn.git
@@ -16,7 +16,8 @@ Homepage: https://github.com/ternjs/acorn/
 
 Package: node-acorn
 Architecture: all
-Depends: nodejs, ${misc:Depends}
+Depends: nodejs (>= 6),
+ ${misc:Depends}
 Description: ECMAScript parser for Node.js
  Acorn is a tiny, fast JavaScript parser written in JavaScript.
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/acorn.git



More information about the Pkg-javascript-commits mailing list