[Pkg-javascript-commits] [node-run-async] 03/04: add bug number and description from ITP; set GPL-3.0+ license for debian/*

Paolo Greppi paolog-guest at moszumanska.debian.org
Thu Dec 22 23:38:09 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-run-async.

commit 198fdfd01b43a2c9d81619fda99bb0a487d597b6
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Thu Dec 22 23:30:21 2016 +0000

    add bug number and description from ITP; set GPL-3.0+ license for debian/*
---
 debian/changelog |  7 +++----
 debian/control   |  8 ++++++--
 debian/copyright | 26 +++++++++++++++++++++-----
 3 files changed, 30 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7198ada..95cb109 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-node-run-async (2.3.0-1) UNRELEASED; urgency=low
+node-run-async (2.3.0-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
-  * New upstream release
+  * Initial release (Closes: #849147)
 
- -- Paolo Greppi <paolo.greppi at libpf.com>  Fri, 16 Dec 2016 18:28:51 +0000
+ -- Paolo Greppi <paolo.greppi at libpf.com>  Thu, 22 Dec 2016 23:30:11 +0000
diff --git a/debian/control b/debian/control
index e106f0f..12600c5 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,11 @@ Depends:
  ${misc:Depends}
  , nodejs
  , node-is-promise (>= 2.1.0)
-Description: Utility method to run function either synchronously or asynchronously using the common `this.async()` style.
- FIX_ME long description
+Description: Run function synchronously or asynchronously
+ Node.js module to run a function either synchronously
+ or asynchronously using a series of common patterns.
+ This is useful for library author accepting sync or async
+ functions as parameter. runAsync will always run them as an
+ async method, and normalize the multiple signature.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index fbce373..d34801d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,7 @@ Upstream-Contact: https://github.com/sboudrias/run-async/issues
 Source: https://github.com/sboudrias/run-async#readme
 
 Files: *
-Copyright: 2016 Simon Boudrias <admin at simonboudrias.com>
-License: Expat
-
-Files: debian/*
-Copyright: 2016 Paolo Greppi <paolo.greppi at libpf.com>
+Copyright: 2014-2016 Simon Boudrias <admin at simonboudrias.com>
 License: Expat
 
 License: Expat
@@ -32,3 +28,23 @@ License: Expat
  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: GPL-3.0+
+
+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".

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-run-async.git



More information about the Pkg-javascript-commits mailing list