[Pkg-javascript-commits] [node-errno] 03/04: Use build profile
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Apr 13 10:53:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-errno.
commit 5280624f44eed74c4eafca09d2cb6dc7a6ee272a
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Thu Apr 13 12:52:21 2017 +0200
Use build profile
---
debian/control | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 34e8958..ccaedf6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,10 @@ Uploaders: Pirate Praveen <praveen at debian.org>
Build-Depends:
debhelper (>= 10)
, dh-buildinfo
+ , dpkg-dev (>= 1.17.14)
, node-request
- , node-prr
- , nodejs
+ , node-prr <!nocheck>
+ , nodejs (>= 4.7)
Standards-Version: 3.9.8
Homepage: https://github.com/rvagg/node-errno
Vcs-Git: https://anonscm.debian.org/pkg-javascript/node-errno.git
@@ -18,7 +19,7 @@ Package: node-errno
Architecture: all
Depends:
${misc:Depends}
- , nodejs
+ , nodejs (>= 4.7)
, node-prr
Description: libuv errno details exposed - Node.js module
errno is a Node.js module which exposes more details of libuv errors.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-errno.git
More information about the Pkg-javascript-commits
mailing list