[Pkg-javascript-commits] [unorm.js] 05/19: /debian/control: Fix versioned dependency on nodejs.
Mike Gabriel
sunweaver at debian.org
Thu Dec 15 10:49:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository unorm.js.
commit e171a038543190fbf0c53ee0d3b0f1b950a6254e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun May 19 15:25: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 d9bd808..79be464 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+unorm.js (1.0.3-2) UNRELEASED; urgency=low
+
+ * /debian/control:
+ + Fix versioned dependency on nodejs.
+
+ -- Mike Gabriel <sunweaver at debian.org> Sun, 19 May 2013 15:24:50 +0200
+
unorm.js (1.0.3-1) unstable; urgency=low
* Initial release. (Closes: #707887).
diff --git a/debian/control b/debian/control
index 0d1c823..6f769cb 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Package: node-unorm
Architecture: all
Depends:
${misc:Depends},
- nodejs (>= 0.6.19~dfsg-1-3~),
+ nodejs (>= 0.6.19~dfsg1-3~),
Description: Common JS Unicode Normalizer (Node.js)
Normalization is a process that involves transforming characters and sequences
of characters into a formally-defined underlying representation. This process
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/unorm.js.git
More information about the Pkg-javascript-commits
mailing list