[Pkg-javascript-commits] [node-chalk] 11/12: Running wrap-and-sort -sta.
Mathias Behrle
mbehrle at moszumanska.debian.org
Sat Jul 23 13:39:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
mbehrle pushed a commit to branch master
in repository node-chalk.
commit f813836c971c9ef69075a970148f64623cce7c3a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Jul 18 18:18:11 2016 +0200
Running wrap-and-sort -sta.
---
debian/control | 24 +++++++++++++-----------
debian/install | 2 +-
2 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/debian/control b/debian/control
index ab7970b..cee469c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,12 @@
Source: node-chalk
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
-Uploaders: Mathias Behrle <mbehrle at debian.org>
+Uploaders:
+ Mathias Behrle <mbehrle at debian.org>,
Section: web
Priority: extra
-Build-Depends: debhelper (>= 9),
- nodejs,
+Build-Depends:
+ debhelper (>= 9),
+ nodejs,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-chalk.git
Vcs-Git: https://anonscm.debian.org/cgit/pkg-javascript/node-chalk.git
@@ -12,16 +14,16 @@ Homepage: https://github.com/sindresorhus/chalk
Package: node-chalk
Architecture: all
-Depends: ${misc:Depends},
- nodejs,
- node-ansi-styles,
- node-escape-string-regexp,
- node-has-ansi,
- node-strip-ansi,
- node-supports-color,
+Depends:
+ node-ansi-styles,
+ node-escape-string-regexp,
+ node-has-ansi,
+ node-strip-ansi,
+ node-supports-color,
+ nodejs,
+ ${misc:Depends},
Description: Terminal string styling for Node.js
Chalk is a Node.js module which provides string styling via ANSI escape codes
without extending String.prototype.
.
Node.js is an event-based server-side JavaScript engine.
-
diff --git a/debian/install b/debian/install
index d6a5e29..3c09363 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,2 @@
-package.json usr/lib/nodejs/chalk/
index.js usr/lib/nodejs/chalk/
+package.json usr/lib/nodejs/chalk/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-chalk.git
More information about the Pkg-javascript-commits
mailing list