[Pkg-javascript-commits] [node-ms] 03/03: brush-up
Paolo Greppi
paolog-guest at moszumanska.debian.org
Wed May 31 07:25:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
paolog-guest pushed a commit to branch master
in repository node-ms.
commit 6886e4a354e3c643ea71a14b61ad187f48be2221
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Wed May 31 09:14:54 2017 +0200
brush-up
- change maintainer
- bump compat & std version
- update docs and test suite locations
- History.md is gone
- update debian/copyright
---
debian/changelog | 4 ++--
debian/compat | 2 +-
debian/control | 15 +++++++--------
debian/copyright | 13 +++++++++----
debian/docs | 2 +-
debian/rules | 5 +----
6 files changed, 21 insertions(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 030560d..669a213 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-node-ms (0.6.2-1) unstable; urgency=low
+node-ms (2.0.0-1) UNRELEASED; urgency=low
* Initial release (Closes: #754551)
- -- Leo Iannacone <l3on at ubuntu.com> Sat, 12 Jul 2014 12:58:09 +0200
+ -- Paolo Greppi <paolo.greppi at libpf.com> Wed, 31 May 2017 09:09:48 +0200
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index a8c72aa..3593b49 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,18 @@
Source: node-ms
Section: web
-Priority: extra
+Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
-Uploaders: Leo Iannacone <l3on at ubuntu.com>
+Uploaders: Paolo Greppi <paolo.greppi at libpf.com>
Build-Depends:
- debhelper (>= 8)
+ debhelper (>= 9)
, dh-buildinfo
, nodejs
, mocha
, node-expect.js
-Standards-Version: 3.9.5
-Homepage: https://github.com/guille/ms.js
-Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-ms.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-ms.git
-XS-Testsuite: autopkgtest
+Standards-Version: 3.9.8
+Homepage: https://github.com/zeit/ms#readme
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-ms.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-ms.git
Package: node-ms
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 8243600..019fa95 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,16 +1,21 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ms
-Upstream-Contact: https://github.com/guille/ms.js/issues
-Source: https://github.com/guille/ms.js
+Upstream-Contact: https://github.com/zeit/ms/issues
+Source: https://github.com/zeit/ms
Files: *
-Copyright: 2014 Guillermo Rauch <rauchg at gmail.com>
+Copyright:
+ 2012-2015 Guillermo Rauch <rauchg at gmail.com>
+ 2012-2013 TJ Holowaychuk <tj at apex.sh>
+ 2016-2017 Leo Lamprecht <mindrun at icloud.com>
License: Expat
Comment: Full license added in the commit
https://github.com/guille/ms.js/commit/666b2d92
Files: debian/*
-Copyright: 2014 Leo Iannacone <l3on at ubuntu.com>
+Copyright:
+ 2014 Leo Iannacone <l3on at ubuntu.com>
+ 2017 Paolo Greppi <paolo.greppi at libpf.com>
License: Expat
License: Expat
diff --git a/debian/docs b/debian/docs
index b43bf86..cdb5f04 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1 +1 @@
-README.md
+readme.md
diff --git a/debian/rules b/debian/rules
index 36ee70c..e9e5dfd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,4 @@
override_dh_auto_build:
override_dh_auto_test:
- mocha -C test/test.js
-
-override_dh_installchangelogs:
- dh_installchangelogs -k History.md
+ mocha -C tests.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ms.git
More information about the Pkg-javascript-commits
mailing list