[Pkg-javascript-commits] [node-request-capture-har] 03/03: add bug number and description from ITP

Paolo Greppi paolog-guest at moszumanska.debian.org
Mon Dec 12 09:47:21 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-request-capture-har.

commit 71ea52af812ec54531e1b09e181652599dfcbe0c
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Mon Dec 12 09:44:45 2016 +0000

    add bug number and description from ITP
---
 debian/changelog |  5 ++---
 debian/control   |  6 ++++--
 debian/copyright | 25 +++++++++++++++++++++----
 3 files changed, 27 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2373721..fa7022d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-node-request-capture-har (1.1.4-1) UNRELEASED; urgency=low
+node-request-capture-har (1.1.4-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
-  * New upstream release
+  * Initial release (Closes: #846217)
 
  -- Paolo Greppi <paolo.greppi at libpf.com>  Mon, 12 Dec 2016 09:39:18 +0000
diff --git a/debian/control b/debian/control
index 41608d7..a9a4197 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,9 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
-Description: Wrapper for request module that saves all traffic as a HAR file, useful for auto mocking a client
- FIX_ME long description
+Description: Save all traffic as a HAR file
+ Node.js module that wraps the request module and logs all HTTP traffic
+ as a HAR file (HTTP Archive format: a JSON-formatted archive file
+ format), useful for auto mocking a client during front-end testing.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 3e0efdd..014b931 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,10 +7,6 @@ Files: *
 Copyright: 2016 Lars Thorup <lars at zealake.com> (http://github.com/larsthorup)
 License: Expat
 
-Files: debian/*
-Copyright: 2016 Paolo Greppi <paolo.greppi at libpf.com>
-License: Expat
-
 License: Expat
  Permission is hereby granted, free of charge, to any person
  obtaining a copy of this software and associated documentation files
@@ -32,3 +28,24 @@ 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-request-capture-har.git



More information about the Pkg-javascript-commits mailing list