[Pkg-javascript-commits] [node-dequeue] 04/12: /debian/control: Fix versioned dependency on nodejs.

Mike Gabriel sunweaver at debian.org
Tue Aug 19 17:49:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository node-dequeue.

commit f1a9c131f278252805a39c0cba408c0fc6832a84
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed May 15 11:12:51 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 3df90e7..02728a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-dequeue (1.0.3-2) UNRELEASED; urgency=low
+
+  * /debian/control:
+    + Fix versioned dependency on nodejs.
+
+ -- Mike Gabriel <sunweaver at debian.org>  Wed, 15 May 2013 11:12:28 +0200
+
 node-dequeue (1.0.3-1) unstable; urgency=low
 
   * Initial release. (Closes: #707656).
diff --git a/debian/control b/debian/control
index 5186232..311b4b5 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Package: node-dequeue
 Architecture: all
 Depends:
  ${misc:Depends},
- nodejs (>= 0.6.19~dfsg-1-3~),
+ nodejs (>= 0.6.19~dfsg1-3~),
 Description: Simple Double Ended Queue Datastructure for Node.js
  Dequeue is implemented as a doubly linked circular list with a titular
  head node--an empty node to designate the beginning and the end of the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-dequeue.git



More information about the Pkg-javascript-commits mailing list