[Pkg-javascript-commits] [node-has-ansi] 06/10: Running wrap-and-sort -sta.
Mathias Behrle
mbehrle at moszumanska.debian.org
Sat Jul 23 13:42:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
mbehrle pushed a commit to branch master
in repository node-has-ansi.
commit 7baf57878a33d427a7b7e2c43c8310f50394a21e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Fri Jul 15 20:20:00 2016 +0200
Running wrap-and-sort -sta.
---
debian/control | 16 +++++++++-------
debian/copyright | 1 -
debian/install | 2 +-
3 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index dfbfeae..6e2393b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,12 @@
Source: node-has-ansi
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: http://anonscm.debian.org/cgit/pkg-javascript/node-has-ansi.git
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-has-ansi.git
@@ -12,11 +14,11 @@ Homepage: https://github.com/sindresorhus/has-ansi
Package: node-has-ansi
Architecture: all
-Depends: ${misc:Depends},
- nodejs,
- node-ansi-regex,
+Depends:
+ node-ansi-regex,
+ nodejs,
+ ${misc:Depends},
Description: Check if a string has ANSI escape codes in Node.js
has-ansi is a Node.js modeul to check if a string has ANSI escape codes.
.
Node.js is an event-based server-side JavaScript engine.
-
diff --git a/debian/copyright b/debian/copyright
index 01f0afa..1012f2f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -31,4 +31,3 @@ License: Expat
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-
diff --git a/debian/install b/debian/install
index 3ba3b2e..ccfdde2 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,2 @@
-package.json usr/lib/nodejs/has-ansi/
index.js usr/lib/nodejs/has-ansi/
+package.json usr/lib/nodejs/has-ansi/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-has-ansi.git
More information about the Pkg-javascript-commits
mailing list