[Pkg-javascript-commits] [acorn] 03/10: Remove build-dep on dpkg-dev
Julien Puydt
julien.puydt at laposte.net
Sun Oct 22 15:08:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository acorn.
commit 64a66f6da2e372fa38de542a2217a5b9992d1acf
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Sun Oct 22 09:41:44 2017 +0200
Remove build-dep on dpkg-dev
---
debian/control | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 00438a0..bf95967 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Uploaders: Julien Puydt <julien.puydt at laposte.net>
Section: web
Priority: extra
Build-Depends: debhelper (>= 10),
- dpkg-dev (>= 1.17.14),
docbook2x <!nodoc>,
node-ast-types,
node-es6-module-transpiler,
@@ -17,8 +16,7 @@ Homepage: https://github.com/ternjs/acorn/
Package: node-acorn
Architecture: all
-Depends: nodejs (>= 6),
- ${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