[Pkg-javascript-commits] [node-nomnom] 06/07: Running wrap-and-sort -sta.
Mathias Behrle
mbehrle at moszumanska.debian.org
Sat Jul 23 13:37:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
mbehrle pushed a commit to branch master
in repository node-nomnom.
commit 2042c795f8f749a05b5f7d4a473439a0da3f52fa
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Jul 18 18:54:29 2016 +0200
Running wrap-and-sort -sta.
---
debian/control | 17 ++++++++++-------
debian/copyright | 1 -
debian/install | 2 +-
3 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index 01a0f6f..a9e0d26 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,12 @@
Source: node-nomnom
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: optional
-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-nomnom.git
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-nomnom.git
@@ -12,10 +14,11 @@ Homepage: https://github.com/harthur/nomnom
Package: node-nomnom
Architecture: all
-Depends: ${misc:Depends},
- nodejs,
- node-underscore,
- node-chalk
+Depends:
+ node-chalk,
+ node-underscore,
+ nodejs,
+ ${misc:Depends},
Description: Option parser with generated usage and commands for Node.js
nomnom is an option parser for Node.js. It noms your args and gives them
back to you in a hash.
diff --git a/debian/copyright b/debian/copyright
index cb48e1b..058ccc1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -32,4 +32,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 08a3b25..29e78ea 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,2 @@
-package.json usr/lib/nodejs/nomnom/
nomnom.js usr/lib/nodejs/nomnom/
+package.json usr/lib/nodejs/nomnom/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-nomnom.git
More information about the Pkg-javascript-commits
mailing list