[Python-modules-commits] r2992 - in /packages/rabbyt/trunk/debian: changelog copyright docs
nacho at users.alioth.debian.org
nacho at users.alioth.debian.org
Tue Aug 7 13:36:49 UTC 2007
Author: nacho
Date: Tue Aug 7 13:36:48 2007
New Revision: 2992
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2992
Log:
0.7 is almost ready for upload
Modified:
packages/rabbyt/trunk/debian/changelog
packages/rabbyt/trunk/debian/copyright
packages/rabbyt/trunk/debian/docs
Modified: packages/rabbyt/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/rabbyt/trunk/debian/changelog?rev=2992&op=diff
==============================================================================
--- packages/rabbyt/trunk/debian/changelog (original)
+++ packages/rabbyt/trunk/debian/changelog Tue Aug 7 13:36:48 2007
@@ -1,4 +1,4 @@
-rabbyt (0.6-1) unstable; urgency=low
+rabbyt (0.7-1) unstable; urgency=low
+++ Changes by Nacho Barrientos Arias:
@@ -15,6 +15,10 @@
- Pyrex is not needed anymore at build time.
* debian/pyversions
- Dropped.
+ * debian/copyright
+ - Everything now is licensed under the MIT license.
+ * debian/docs
+ - Installing extra documentation.
-- Nacho Barrientos Arias <nacho at debian.org> Sat, 28 Jul 2007 10:09:07 +0200
Modified: packages/rabbyt/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/rabbyt/trunk/debian/copyright?rev=2992&op=diff
==============================================================================
--- packages/rabbyt/trunk/debian/copyright (original)
+++ packages/rabbyt/trunk/debian/copyright Tue Aug 7 13:36:48 2007
@@ -7,56 +7,26 @@
Copyright (C) 2007 Matthew Marshall
-License (see exceptions below):
-*******************************
+Licensed under the MIT license:
+-------------------------------
- This package is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
+ 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:
- 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
- Lesser General Public License for more details.
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
- You should have received a copy of the GNU Lesser General Public
- License along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
-
-Exceptions:
-***********
-
- examples/*
- ----------
-
- Licensed under the MIT 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.
-
- Except as contained in this notice, the name(s) of the above copyright
- holders shall not be used in advertising or otherwise to promote the
- sale, use or other dealings in this Software without prior written
- authorization.
+ 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 (C) 2007,
- Miriam Ruiz <little_miry at yahoo.es>
Modified: packages/rabbyt/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/rabbyt/trunk/debian/docs?rev=2992&op=diff
==============================================================================
--- packages/rabbyt/trunk/debian/docs (original)
+++ packages/rabbyt/trunk/debian/docs Tue Aug 7 13:36:48 2007
@@ -1,1 +1,2 @@
README
+docs/rabbyt
More information about the Python-modules-commits
mailing list