[Pkg-javascript-commits] [node-base64id] 10/15: /debian/control: Fix versioned dependency on nodejs.
Mike Gabriel
sunweaver at debian.org
Tue Aug 19 17:50:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository node-base64id.
commit b83bacbdc5e92f666e828c4c9d1e698b7971cc8a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed May 15 11:04:06 2013 +0200
/debian/control: Fix versioned dependency on nodejs.
---
debian/changelog | 7 +++++++
debian/control | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d0941e2..10c491b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-base64id (0.1.0-2) UNRELEASED; urgency=low
+
+ * /debian/control:
+ + Fix versioned dependency on nodejs.
+
+ -- Mike Gabriel <sunweaver at debian.org> Wed, 15 May 2013 11:03:38 +0200
+
node-base64id (0.1.0-1) unstable; urgency=low
* Upstream release 1.0.
diff --git a/debian/control b/debian/control
index 973ad55..afc7c03 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Package: node-base64id
Architecture: all
Depends:
${misc:Depends},
- nodejs (>= 0.6.19~dfsg-1-3~),
+ nodejs (>= 0.6.19~dfsg1-3~),
Description: Node.js module that generates a base64 id
Node.js module that generates a base64 id. It uses crypto.randomBytes when
available, but falls back to unsafe methods for node.js <= 0.4.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-base64id.git
More information about the Pkg-javascript-commits
mailing list