[Python-modules-commits] [webpy] 06/07: improve copyright (format) and package description

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Aug 21 22:07:19 UTC 2017


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

debacle pushed a commit to branch master
in repository webpy.

commit bac0e50f4f7295dd206a1850044f7e34e3b35598
Author: W. Martin Borgert <debacle at debian.org>
Date:   Mon Aug 21 23:51:08 2017 +0200

    improve copyright (format) and package description
---
 debian/control   | 21 ++++++++++++---------
 debian/copyright | 53 ++++++++++++++++++++++++++++++-----------------------
 2 files changed, 42 insertions(+), 32 deletions(-)

diff --git a/debian/control b/debian/control
index 662dc73..fd9e25e 100644
--- a/debian/control
+++ b/debian/control
@@ -14,10 +14,11 @@ Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 Recommends: python-cheetah, python-flup, python-psycopg2 | python-pysqlite2 | python-pysqlite1.1 | python-sqlite | python-mysqldb | python-kinterbasdb
 Description: Web framework for Python applications
- Webpy offers a clean and well designed API for Python Web applications.
+ Web.py by Aaron Swartz offers a clean and well designed API for Python web
+ applications.
  .
- The philosophy behind webpy is to: "Think about the ideal way to write a web
- app. Write the code to make it happen."
+ The philosophy behind web.py is to: "Think about the ideal way to write a
+ web app. Write the code to make it happen."
  .
  Implementations using this library have resulted in:
   * less code
@@ -31,10 +32,11 @@ Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
 Recommends: python3-cheetah, python3-flup, python3-psycopg2 | python3-pysqlite2 | python3-pysqlite1.1 | python3-sqlite | python3-mysqldb | python3-kinterbasdb
 Description: Web framework for Python applications
- Webpy offers a clean and well designed API for Python Web applications.
+ Web.py by Aaron Swartz offers a clean and well designed API for Python web
+ applications.
  .
- The philosophy behind webpy is to: "Think about the ideal way to write a web
- app. Write the code to make it happen."
+ The philosophy behind web.py is to: "Think about the ideal way to write a
+ web app. Write the code to make it happen."
  .
  Implementations using this library have resulted in:
   * less code
@@ -49,10 +51,11 @@ Architecture: all
 Depends: libjs-jquery, ${misc:Depends}, ${sphinxdoc:Depends}
 Multi-Arch: foreign
 Description: Web framework for Python applications
- Webpy offers a clean and well designed API for Python Web applications.
+ Web.py by Aaron Swartz offers a clean and well designed API for Python web
+ applications.
  .
- The philosophy behind webpy is to: "Think about the ideal way to write a web
- app. Write the code to make it happen."
+ The philosophy behind web.py is to: "Think about the ideal way to write a
+ web app. Write the code to make it happen."
  .
  Implementations using this library have resulted in:
   * less code
diff --git a/debian/copyright b/debian/copyright
index 348ebb5..a7c22b6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,19 +1,26 @@
-This package was debianized by Kai Hendry <hendry at iki.fi> on Mon, 06 Feb 2006
-11:54:59 +0900.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: webpy
+Source: https://github.com/webpy/webpy
 
-It was downloaded from http://webpy.org.
+Files: *
+Copyright: 2006-2012 Aaron Swartz <webpy at aaronsw.com>,
+ 2016-2017 Anand Chitipothu <anandology at gmail.com>
+License: public-domain
 
-Upstream author: Aaron Swartz <webpy at aaronsw.com>
+Files: web/wsgiserver/*
+Copyright: 2004-2007, CherryPy Team <team at cherrypy.org>
+License: BSD-3-clause
 
-All files are in the Public Domain, except wsgiserver which is under a BSD
-style license, below:
-
-Copyright (c) 2004-2007, CherryPy Team (team at cherrypy.org)
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
+License: public-domain
+ web.py is in the public domain; it can be used for whatever purpose
+ with absolutely no restrictions.
 
+License: BSD-3-clause
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ .
     * Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above copyright notice,
@@ -22,14 +29,14 @@ are permitted provided that the following conditions are met:
     * Neither the name of the CherryPy Team nor the names of its contributors
       may 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.
+ .
+ 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/python-modules/packages/webpy.git



More information about the Python-modules-commits mailing list