[libswagger2-perl] 02/02: Make debian/ files ready

Robin Sheat eythian-guest at moszumanska.debian.org
Wed May 27 05:03:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

eythian-guest pushed a commit to branch master
in repository libswagger2-perl.

commit 1d92438528875495cd8a44915c7c86f8b9ce79c9
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Wed May 27 17:00:16 2015 +1200

    Make debian/ files ready
---
 debian/changelog |  4 ++--
 debian/control   | 18 ++++++------------
 debian/copyright | 37 ++++++++++++++++++++++++++++---------
 3 files changed, 36 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f7a2ec1..c5d7edc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libswagger2-perl (0.31-1) UNRELEASED; urgency=low
+libswagger2-perl (0.31-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #786947)
 
  -- Robin Sheat <robin at catalyst.net.nz>  Wed, 27 May 2015 16:24:05 +1200
diff --git a/debian/control b/debian/control
index 676f833..55f0b2e 100644
--- a/debian/control
+++ b/debian/control
@@ -17,16 +17,10 @@ Package: libswagger2-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libmojolicious-perl (>= 5.54)
-Description: Swagger RESTful API Documentation
- THIS MODULE IS EXPERIMENTAL! ANY CHANGES CAN HAPPEN!
+Description: Perl module for generating, parsing and transforming swagger API documentation
+ Swagger2 is a module for generating, parsing and transforming swagger API
+ documentation. It has support for reading swagger specification in JSON
+ notation and it can also read YAML files, if a YAML parser is installed.
  .
- Swagger2 is a module for generating, parsing and transforming
- swagger|http://swagger.io/ API documentation. It has support for reading
- swagger specification in JSON notation and it can also read YAML files, if a
- /YAML parser is installed.
- .
- This distribution comes with a Mojolicious plugin,
- Mojolicious::Plugin::Swagger2, which can set up routes and perform input and
- output validation.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ It comes with a Mojolicious plugin, Mojolicious::Plugin::Swagger2, which can
+ set up routes and perform input and output validation.
diff --git a/debian/copyright b/debian/copyright
index e50dc54..0a46efd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,14 +2,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Swagger2
 Upstream-Contact: Jan Henning Thorsen <jhthorsen at cpan.org>
 Upstream-Name: Swagger2
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
 Copyright: Jan Henning Thorsen <jhthorsen at cpan.org>
@@ -19,6 +11,10 @@ Files: debian/*
 Copyright: 2015, Robin Sheat <robin at catalyst.net.nz>
 License: Artistic or Artistic-2.0 or GPL-1+
 
+Files: lib/Swagger2/public/*
+Copyright: 2010, Ajax.org B.V.
+License: BSD-3-clause
+
 License: Artistic
  This program is free software; you can redistribute it and/or modify
  it under the terms of the Artistic License, which comes with Perl.
@@ -137,7 +133,7 @@ License: Artistic-2.0
      (c)  allow anyone who receives a copy of the Modified Version to
      make the Source form of the Modified Version available to others
      under
- 		
+ . 		
  	(i)  the Original License or
  .
  	(ii)  a license that permits the licensee to freely copy,
@@ -237,3 +233,26 @@ License: GPL-1+
  .
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ 1. Redistributions of source code must retain the above copyright notice,
+    this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+    this list of conditions and the following disclaimer in the documentation
+    and/or other materials provided with the distribution.
+ 3. The name of the author may not be used to endorse or promote products
+    derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libswagger2-perl.git



More information about the Pkg-perl-cvs-commits mailing list