[Python-modules-commits] r16039 - in packages/python-couchdbkit/trunk/debian (2 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Mon Mar 7 10:48:18 UTC 2011


    Date: Monday, March 7, 2011 @ 10:48:01
  Author: takaki
Revision: 16039

rewrite in DEP-5

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

Modified: packages/python-couchdbkit/trunk/debian/changelog
===================================================================
--- packages/python-couchdbkit/trunk/debian/changelog	2011-03-07 10:38:06 UTC (rev 16038)
+++ packages/python-couchdbkit/trunk/debian/changelog	2011-03-07 10:48:01 UTC (rev 16039)
@@ -3,8 +3,9 @@
   * New upstream release
   * debian/rules: use dh_python2.
   * Change support Python version to only 2.6 or later.
+  * debian/copyright: Rewrite in DEP-5 format. 
 
- -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 07 Mar 2011 19:37:12 +0900
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 07 Mar 2011 19:46:02 +0900
 
 python-couchdbkit (0.5.2-1) unstable; urgency=low
 

Modified: packages/python-couchdbkit/trunk/debian/copyright
===================================================================
--- packages/python-couchdbkit/trunk/debian/copyright	2011-03-07 10:38:06 UTC (rev 16038)
+++ packages/python-couchdbkit/trunk/debian/copyright	2011-03-07 10:48:01 UTC (rev 16039)
@@ -1,38 +1,62 @@
-This work was packaged for Debian by:
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: python-coudhdbkit
+Source: http://couchdbkit.org/.
 
-    TANIGUCHI Takaki <takaki at debian.org> on Mon, 23 Nov 2009 17:53:05 +0900
+Files: *
+Copyright: 2008,2009 Benoit Chesneau <benoitc at e-engura.com> 
+License: other
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-It was downloaded from http://couchdbkit.org/.
 
-Upstream Author(s):
+Files: tests/data/app-template/lib/helpers/template.js
+Copyright: John Resig - http://ejohn.org/ 
+License: MIT
+ 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.
 
-    Benoit Chesneau <benoitc at e-engura.org>
 
-Copyright:
+Files: debian/*
+Copyright: 2009-2011 TANIGUCHI Takaki <takaki at debian.org>
+License: GPL-3
+ 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 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".
 
-    Copyright (c) 2008,2009 Benoit Chesneau <benoitc at e-engura.com> 
 
-License:
-
-    Permission to use, copy, modify, and distribute this software for any
-    purpose with or without fee is hereby granted, provided that the above
-    copyright notice and this permission notice appear in all copies.
-
-    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
-tests/data/app-template/lib/helpers/template.js:
-
-    John Resig - http://ejohn.org/ - MIT Licensed
-
-The Debian packaging is:
-
-    Copyright (C) 2009 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