[Pkg-javascript-commits] [node-channels] 04/09: /debian/control: Fix versioned dependency on nodejs.
Mike Gabriel
sunweaver at debian.org
Tue Aug 19 17:50:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository node-channels.
commit a7516be0727cbc5c584b75869d84d658cb7d51bf
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed May 15 11:05:43 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 60c1a93..2786c1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-channels (0.0.5-2) UNRELEASED; urgency=low
+
+ * /debian/control:
+ + Fix versioned dependency on nodejs.
+
+ -- Mike Gabriel <sunweaver at debian.org> Wed, 15 May 2013 11:05:26 +0200
+
node-channels (0.0.5-1) unstable; urgency=low
* Initial release. (Closes: #707571).
diff --git a/debian/control b/debian/control
index 5c98405..33a9731 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Package: node-channels
Architecture: all
Depends:
${misc:Depends},
- nodejs (>= 0.6.19~dfsg-1-3~),
+ nodejs (>= 0.6.19~dfsg1-3~),
Description: Event channels in Node.js
Channels keeps your messages in order for different endpoints (channels) of
your Node.js application.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-channels.git
More information about the Pkg-javascript-commits
mailing list