[Pkg-javascript-commits] [node-policyfile] 06/17: /debian/control: Fix versioned dependency on nodejs.
Mike Gabriel
sunweaver at debian.org
Wed Aug 20 13:38:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository node-policyfile.
commit d698ba504e88cc16f2784c5b0efb96d9043a2380
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed May 15 11:18:24 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 e102c32..490b147 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-policyfile (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:17:44 +0200
+
node-policyfile (0.0.5-1) unstable; urgency=low
* Initial release. (Closes: #707174).
diff --git a/debian/control b/debian/control
index efd9c62..53fc575 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Package: node-policyfile
Architecture: all
Depends:
${misc:Depends},
- nodejs (>= 0.6.19~dfsg-1-3~),
+ nodejs (>= 0.6.19~dfsg1-3~),
Description: Flash Socket Policy File Server for Node.js
A server to respond to Flash Socket Policy requests, both inline and through a
dedicated server instance.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-policyfile.git
More information about the Pkg-javascript-commits
mailing list