[Python-modules-commits] r16026 - in packages/python-jsonrpc2/trunk/debian (changelog copyright)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Mon Mar 7 07:02:12 UTC 2011


    Date: Monday, March 7, 2011 @ 07:02:07
  Author: takaki
Revision: 16026

use DEP-5

Modified:
  packages/python-jsonrpc2/trunk/debian/changelog
  packages/python-jsonrpc2/trunk/debian/copyright

Modified: packages/python-jsonrpc2/trunk/debian/changelog
===================================================================
--- packages/python-jsonrpc2/trunk/debian/changelog	2011-03-07 07:00:58 UTC (rev 16025)
+++ packages/python-jsonrpc2/trunk/debian/changelog	2011-03-07 07:02:07 UTC (rev 16026)
@@ -6,8 +6,9 @@
   * debian/patches/debian-changes-0.2.3-1: Removed. 
   * debian/clean: Added.
   * debian/rules: Use dh_python2.
+  * debian/copyright: Rewrite in DEP-5 format. 
 
- -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 07 Mar 2011 15:56:03 +0900
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 07 Mar 2011 16:01:23 +0900
 
 python-jsonrpc2 (0.2.3-1) unstable; urgency=low
 

Modified: packages/python-jsonrpc2/trunk/debian/copyright
===================================================================
--- packages/python-jsonrpc2/trunk/debian/copyright	2011-03-07 07:00:58 UTC (rev 16025)
+++ packages/python-jsonrpc2/trunk/debian/copyright	2011-03-07 07:02:07 UTC (rev 16026)
@@ -1,43 +1,33 @@
-This work was packaged for Debian by:
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: jsonrpc2
+Source: http://pypi.python.org/pypi/jsonrpc2/
 
-    TANIGUCHI Takaki <takaki at debian.org> on Sun, 14 Nov 2010 17:39:36 +0900
+Files: *
+Copyright: 2010 Atsushi Odagiri <aodagx at gmail com>
+License: other
 
-It was downloaded from:
 
-    http://pypi.python.org/pypi/jsonrpc2/
+Files: debian/*
+Copyright: 2010-2011 TANIGUCHI Takaki <takaki at debian.org>
+License: other
 
-Upstream Author(s):
 
-    Atsushi Odagiri <aodagx at gmail com>
+License: other
+ 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:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ 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.
 
-Copyright:
-
-    Copyright (c) 2010 Atsushi Odagiri
-
-License:
-
-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:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-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.
-
-The Debian packaging is:
-
-    Copyright (C) 2010 TANIGUCHI Takaki <takaki at debian.org>
-
-and is licensed under the GPL version 3,
-see "/usr/share/common-licenses/GPL-3".
-




More information about the Python-modules-commits mailing list