[Pkg-javascript-commits] [node-unicode-loose-match] 01/02: Add correct build deps
Julien Puydt
julien.puydt at laposte.net
Thu Sep 7 19:43:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-unicode-loose-match.
commit f84d887c09ccf70c8221ed37a61de285131da5c0
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Thu Sep 7 21:37:20 2017 +0200
Add correct build deps
---
debian/control | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index cb2cc3f..f886701 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,11 @@ Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt at laposte.net>
-Build-Depends: debhelper (>= 10), nodejs
+Build-Depends: debhelper (>= 10),
+ node-jsesc,
+ node-unicode-property-aliases,
+ node-unicode-property-value-aliases,
+ nodejs
Standards-Version: 4.1.0
Homepage: https://github.com/mathiasbynens/unicode-loose-match
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-unicode-loose-match.git
@@ -11,7 +15,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-unicode-loose-m
Package: node-unicode-loose-match
Architecture: all
-Depends: ${misc:Depends}, nodejs
+Depends: nodejs, ${misc:Depends}
Description: Unicode loose matching implementation for Node.js
This package provides an implementation of the UAX44-LM3 norm, that is the
loose matching algorithm for symbolic values, as it is defined in the Unicode
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-unicode-loose-match.git
More information about the Pkg-javascript-commits
mailing list