[Python-modules-commits] [python-flask-restful-swagger] 01/01: fix expat license in d/copyright

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Fri Aug 12 23:11:35 UTC 2016


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

alvesadrian-guest pushed a commit to branch master
in repository python-flask-restful-swagger.

commit df40156fa53baf43532c317b8b389eaf5668cd38
Author: Adrian Alves <aalves at gmail.com>
Date:   Fri Aug 12 20:11:27 2016 -0300

    fix expat license in d/copyright
---
 debian/control   | 18 ++++++++++--------
 debian/copyright | 54 +++++++++++++++++++++++-------------------------------
 2 files changed, 33 insertions(+), 39 deletions(-)

diff --git a/debian/control b/debian/control
index a8ec472..2a4a65f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,23 @@
 Source: python-flask-restful-swagger
 Section: python
 Priority: optional
-Maintainer: Adrian Alves <adrian at gluu.org>
-Build-Depends: debhelper (>= 9.0.0),
- python,
- python-setuptools
-Standards-Version: 3.9.5
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Adrian Alves <aalves at gmail.com>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-setuptools,
+Standards-Version: 3.9.8
 Homepage: https://github.com/rantav/flask-restful-swagger
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-flask-restful-swagger.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-flask-restful-swagger.git
 X-Python-Version: >= 2.7
 
 Package: python-flask-restful-swagger
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-flask-restful
 Description: Swagger spec extractor for flask-restful
  flask-restful-swagger is a wrapper for flask-restful 
  which enables swagger support. In essense, you just need
  to wrap the Api instance and add a few python decorators
  to get full swagger support.
-
-
diff --git a/debian/copyright b/debian/copyright
index bafd14c..139e33e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,38 +1,30 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: python-flask-restful-swagger
-Source: <url://example.com>
+Upstream-Name: flask-restful-swagger
+Source: https://github.com/rantav/flask-restful-swagger
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: <special license>
- <Put the license of the package here indented by 1 space>
- <This follows the format of Description: lines in control file>
- .
- <Including paragraphs>
+Copyright: 2013 Ran Tavory <rantav at gmail.com>
+License: Expat
 
-# If you want to use GPL v2 or later for the /debian/* files use 
-# the following clauses, or change it to suit. Delete these two lines
 Files: debian/*
-Copyright: 2015 Adrian Alves <adrian at gluu.org>
-License: GPL-2+
- This package 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 2 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.
+Copyright: 2016 Adrian Alves <aalves at gmail.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 (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:
  .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
  .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
-# Please avoid to pick license terms that are more restrictive than the
-# packaged work, as it may make Debian's contributions unacceptable upstream.
+ 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-flask-restful-swagger.git



More information about the Python-modules-commits mailing list