[Python-modules-commits] r20602 - in packages/python-socketpool/trunk/debian (3 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Mon Feb 27 03:52:52 UTC 2012
Date: Monday, February 27, 2012 @ 03:52:50
Author: takaki
Revision: 20602
change maintainer DPMT
Modified:
packages/python-socketpool/trunk/debian/changelog
packages/python-socketpool/trunk/debian/control
packages/python-socketpool/trunk/debian/copyright
Modified: packages/python-socketpool/trunk/debian/changelog
===================================================================
--- packages/python-socketpool/trunk/debian/changelog 2012-02-27 01:03:42 UTC (rev 20601)
+++ packages/python-socketpool/trunk/debian/changelog 2012-02-27 03:52:50 UTC (rev 20602)
@@ -1,3 +1,9 @@
+python-socketpool (0.3.0-2) UNRELEASED; urgency=low
+
+ * debian/control: Change Maintainer to Python Team.
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Mon, 27 Feb 2012 12:51:53 +0900
+
python-socketpool (0.3.0-1) unstable; urgency=low
* Initial release (Closes: #661333)
Modified: packages/python-socketpool/trunk/debian/control
===================================================================
--- packages/python-socketpool/trunk/debian/control 2012-02-27 01:03:42 UTC (rev 20601)
+++ packages/python-socketpool/trunk/debian/control 2012-02-27 03:52:50 UTC (rev 20602)
@@ -1,7 +1,8 @@
Source: python-socketpool
Section: python
Priority: extra
-Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
Build-Depends: debhelper (>= 8.0.0),
python-all,
python-setuptools
Modified: packages/python-socketpool/trunk/debian/copyright
===================================================================
--- packages/python-socketpool/trunk/debian/copyright 2012-02-27 01:03:42 UTC (rev 20601)
+++ packages/python-socketpool/trunk/debian/copyright 2012-02-27 03:52:50 UTC (rev 20602)
@@ -3,9 +3,9 @@
Source: http://pypi.python.org/pypi/socketpool/0.3.0
Files: *
-Copyright:
- 2012 Benoît Chesneau <benoitc at e-engura.org>
- 2012 Tarek Ziade <tarek at ziade.org>
+Copyright:
+ 2012 Benoît Chesneau <benoitc at e-engura.org>
+ 2012 Tarek Ziade <tarek at ziade.org>
License: UNLICENSE or MIT
Files: debian/*
@@ -27,6 +27,28 @@
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+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.
+
License: UNLICENSE
This is free and unencumbered software released into the public domain.
.
@@ -53,24 +75,3 @@
.
For more information, please refer to <http://unlicense.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.
More information about the Python-modules-commits
mailing list