[Pkg-javascript-commits] [node-dateformat] branch master updated (095d9b6 -> 850f6da)
Sruthi Chandran
srud-guest at moszumanska.debian.org
Thu Nov 3 14:47:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a change to branch master
in repository node-dateformat.
from 095d9b6 Initial debian version
new f1c432d Manually import version 1.0.11
new ceb3674 Update Standards version, compat and changelog
new 848acf4 Enable tests
new 31553cb Add to uploaders and upload to unstable
new f1c89b2 Update rules file
new 850f6da Fix control file
The 6 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:
Readme.md | 3 +
bin/cli.js | 75 +++++++
debian/changelog | 5 +-
debian/compat | 2 +-
debian/control | 23 +-
debian/rules | 6 +-
debian/tests/control | 5 +
debian/tests/require | 3 +
lib/dateformat.js | 371 +++++++++++++++++--------------
package.json | 24 +-
test/test_dayofweek.js | 23 +-
test/test_formats.js | 76 +++++++
test/test_isoutcdatetime.js | 11 +
test/{ => weekofyear}/test_weekofyear.js | 0
test/{ => weekofyear}/test_weekofyear.sh | 0
15 files changed, 436 insertions(+), 191 deletions(-)
create mode 100755 bin/cli.js
create mode 100644 debian/tests/control
create mode 100644 debian/tests/require
create mode 100644 test/test_formats.js
create mode 100644 test/test_isoutcdatetime.js
rename test/{ => weekofyear}/test_weekofyear.js (100%)
rename test/{ => weekofyear}/test_weekofyear.sh (100%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-dateformat.git
More information about the Pkg-javascript-commits
mailing list