[Pkg-javascript-commits] [node-optimist] branch master updated (ace5f38 -> 6c31dbb)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Feb 27 23:21:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository node-optimist.

      from  ace5f38   update debian/watch
       new  c6e5463   Imported Upstream version 0.3.6
       new  2fe3352   Merge tag 'upstream/0.3.6'
       new  a48af53   Imported Upstream version 0.3.7
       new  5970ead   Merge tag 'upstream/0.3.7'
       new  8f2c2a3   Imported Upstream version 0.4.0
       new  614c442   Merge tag 'upstream/0.4.0'
       new  861e590   Imported Upstream version 0.5.0
       new  25b35ad   Merge tag 'upstream/0.5.0'
       new  ffc96c0   Imported Upstream version 0.5.1
       new  25f3ca3   Merge tag 'upstream/0.5.1'
       new  dd780d9   Imported Upstream version 0.5.2
       new  eeea7a5   Merge tag 'upstream/0.5.2'
       new  ff0e3bf   Imported Upstream version 0.6.0
       new  5d1eb9b   Merge tag 'upstream/0.6.0'
       new  5aa7398   Imported Upstream version 0.6.1
       new  29b6dfb   Merge tag 'upstream/0.6.1'
       new  f67af37   Add myself to Uploaders.
       new  9f9b510   Restructure control file with cme.
       new  28a309d   Update Vcs-* fields to use canonical URLs.
       new  08348d8   Add build dependency on nodejs.
       new  f4c8448   Bump debhelper compatibility to 9.
       new  c21701c   Add autopkgtest tests.
       new  8edb1de   Add Upstream-Contact & Source to copyright file.
       new  6eb33b1   Add watch file change by Leo Iannacone to changelog.
       new  79f4e36   New upstream release.
       new  206372b   Update docs for renamed README.
       new  4e9c0e3   Install index.js & package.json in /usr/lib/nodejs/optimist/.
       new  509266a   Add dependency on node-minimist.
       new  35c207f   Add upstream metadata.
       new  080112b   Add gbp.conf to use pristine-tar by default.
       new  e256526   Update 01-migrate_to_nodejs.patch, more node -> nodejs substitutions.
       new  f9cd00b   Expand extended description.
       new  6c31dbb   Bump Standards-Version to 3.9.6, changes: Vcs-* URLs, copyright.

The 33 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                               |   4 +-
 debian/changelog                          |  24 +++
 debian/compat                             |   2 +-
 debian/control                            |  37 ++--
 debian/copyright                          |   3 +
 debian/docs                               |   2 +-
 debian/gbp.conf                           |  16 ++
 debian/install                            |   3 +-
 debian/patches/01-migrate_to_nodejs.patch | 329 +++++++++++++++++++++++++-----
 debian/rules                              |   2 -
 debian/tests/control                      |   2 +
 debian/tests/require                      |   3 +
 debian/upstream/metadata                  |   6 +
 example/reflect.js                        |   2 -
 index.js                                  | 200 +++---------------
 package.json                              |  12 +-
 README.markdown => readme.markdown        |  24 +++
 test/_/argv.js                            |   2 -
 test/dash.js                              |  31 +++
 test/parse.js                             |  13 ++
 test/parse_modified.js                    |  14 ++
 test/short.js                             |  16 ++
 test/whitespace.js                        |   8 +
 x.js                                      |   1 -
 24 files changed, 508 insertions(+), 248 deletions(-)
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/require
 create mode 100644 debian/upstream/metadata
 delete mode 100644 example/reflect.js
 rename README.markdown => readme.markdown (94%)
 delete mode 100644 test/_/argv.js
 create mode 100644 test/dash.js
 create mode 100644 test/parse_modified.js
 create mode 100644 test/short.js
 create mode 100644 test/whitespace.js
 delete mode 100644 x.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-optimist.git



More information about the Pkg-javascript-commits mailing list