[Pkg-javascript-commits] [node-roadrunner] 03/03: add bug number and description from ITP; fix upstream license; update upstream github link
Paolo Greppi
paolog-guest at moszumanska.debian.org
Mon Dec 12 10:06:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
paolog-guest pushed a commit to branch master
in repository node-roadrunner.
commit 8c1a9b78bb87fdf4584cd5430447fb2cdac8034a
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Mon Dec 12 10:05:10 2016 +0000
add bug number and description from ITP; fix upstream license; update upstream github link
---
debian/changelog | 3 +--
debian/control | 7 ++++---
debian/copyright | 48 ++++++++++++++++++++++++++++++++++++++++++------
debian/watch | 2 +-
4 files changed, 48 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 59a7d70..190ab57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
node-roadrunner (1.1.0-1) UNRELEASED; urgency=low
- * Initial release (Closes: #nnnn)
- * New upstream release
+ * Initial release (Closes: #846218)
-- Paolo Greppi <paolo.greppi at libpf.com> Mon, 12 Dec 2016 09:51:43 +0000
diff --git a/debian/control b/debian/control
index fa4f154..5dd8958 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
, dh-buildinfo
, nodejs
Standards-Version: 3.9.8
-Homepage: https://github.com/sebmck/roadrunner#readme
+Homepage: https://github.com/kittens/roadrunner#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-roadrunner.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-roadrunner.git
@@ -17,7 +17,8 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
-Description: Cache require resolutions to heavily improve startup speed on subsequent loads
- FIX_ME long description
+Description: Cache require resolutions
+ Node.js module to cache require resolutions and thereby heavily
+ improve startup speed on subsequent loads.
.
Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 66f81e6..23b923e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,50 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: roadrunner
-Upstream-Contact: https://github.com/sebmck/roadrunner/issues
-Source: https://github.com/sebmck/roadrunner#readme
+Upstream-Contact: https://github.com/kittens/roadrunner/issues
+Source: https://github.com/kittens/roadrunner#readme
Files: *
-Copyright: 2016 FIX_ME upstream author
-License: FIX_ME upstream license
+Copyright: 2014 Sebastian McKenzie
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation files
+ (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, sublicense, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ 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.
Files: debian/*
Copyright: 2016 Paolo Greppi <paolo.greppi at libpf.com>
-License: FIX_ME upstream license
+License: GPL-3.0+
-License: FIX_ME specify a license, see: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-specification
+License: GPL-3.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/watch b/debian/watch
index a98fd8f..ab3f58b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -2,4 +2,4 @@ version=3
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-roadrunner-$1.tar.gz/ \
- https://github.com/sebmck/roadrunner/tags .*/archive/v?([\d\.]+).tar.gz
+ https://github.com/kittens/roadrunner/tags .*/archive/v?([\d\.]+).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-roadrunner.git
More information about the Pkg-javascript-commits
mailing list