[Pkg-javascript-commits] [node-yarnpkg] 03/03: rename to node-yarnpkg, add bug number and description from ITP
Paolo Greppi
paolog-guest at moszumanska.debian.org
Tue Nov 29 12:02:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
paolog-guest pushed a commit to branch master
in repository node-yarnpkg.
commit 5e0b7da6c897bbc4ed3f1ea616bbec19ffb0c2fd
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Tue Nov 29 11:51:01 2016 +0000
rename to node-yarnpkg, add bug number and description from ITP
---
debian/changelog | 5 ++---
debian/control | 22 ++++++++++++++++------
2 files changed, 18 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9697160..f272712 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-node-yarn (0.17.9-1) UNRELEASED; urgency=low
+node-yarnpkg (0.17.9-1) UNRELEASED; urgency=low
- * Initial release (Closes: #nnnn)
- * New upstream release
+ * Initial release (Closes: #843021)
-- Paolo Greppi <paolo.greppi at libpf.com> Tue, 29 Nov 2016 11:38:13 +0000
diff --git a/debian/control b/debian/control
index f200630..f988afe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: node-yarn
+Source: node-yarnpkg
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
@@ -9,10 +9,10 @@ Build-Depends:
, nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/yarnpkg/yarn#readme
-Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-yarn.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-yarn.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-yarnpkg.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-yarnpkg.git
-Package: node-yarn
+Package: yarnpkg
Architecture: all
Depends:
${misc:Depends}
@@ -53,7 +53,17 @@ Depends:
, node-inquirer (>= 1.2.2)
, node-object-path (>= 0.11.2)
, node-debug (>= 2.2.0)
-Description: <p align="center"> <a href="https://yarnpkg.com/"> <img alt="Yarn" src="https://github.com/yarnpkg/assets/blob/master/yarn-kitten-full.png?raw=true" width="546"> </a> </p>
- FIX_ME long description
+Description: A fast, reliable and secure npm alternative
+ Fast: Yarnpkg caches every package it downloads so it never needs to
+ again. It also parallelizes operations to maximize resource utilization
+ so install times are faster than ever.
+ .
+ Reliable: Using a detailed, but concise, lockfile format, and a
+ deterministic algorithm for installs, Yarnpkg is able to guarantee that
+ an install that worked on one system will work exactly the same way on
+ any other system.
+ .
+ Secure: Yarnpkg uses checksums to verify the integrity of every
+ installed package before its code is executed.
.
Node.js is an event-based server-side JavaScript engine.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-yarnpkg.git
More information about the Pkg-javascript-commits
mailing list