[Python-modules-commits] r6525 - in packages/ll-xist/trunk/debian (changelog copyright docs)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Tue Sep 16 08:52:14 UTC 2008
Date: Tuesday, September 16, 2008 @ 08:52:12
Author: bzed
Revision: 6525
* debian/copyright:
- Adding license for src/ll/spark.py (BSD)
* debian/docs:
- Adding docs/* as documentation.
Modified:
packages/ll-xist/trunk/debian/changelog
packages/ll-xist/trunk/debian/copyright
packages/ll-xist/trunk/debian/docs
Modified: packages/ll-xist/trunk/debian/changelog
===================================================================
--- packages/ll-xist/trunk/debian/changelog 2008-09-16 08:49:54 UTC (rev 6524)
+++ packages/ll-xist/trunk/debian/changelog 2008-09-16 08:52:12 UTC (rev 6525)
@@ -1,4 +1,4 @@
-ll-xist (3.4.3-1) UNRELEASED; urgency=low
+ll-xist (3.4.3-1) unstable; urgency=low
[ Bernd Zeimetz ]
* New upstream version (Closes: #482959)
@@ -15,6 +15,10 @@
- Ust the rst files as source of the documentation.
* debian/examples:
- EXAMPLES/EXAMPLES.xml don't exist anymore.
+ * debian/copyright:
+ - Adding license for src/ll/spark.py (BSD)
+ * debian/docs:
+ - Adding docs/* as documentation.
[ Sandro Tosi ]
* debian/control:
@@ -22,7 +26,7 @@
- removed depends on python-xml (as done on Ubuntu); thanks to Matthias
Klose for the report; Closes: #468602
- -- Sandro Tosi <matrixhasu at gmail.com> Mon, 18 Aug 2008 00:38:54 +0200
+ -- Bernd Zeimetz <bzed at debian.org> Tue, 16 Sep 2008 10:52:15 +0200
ll-xist (2.15.5-1) unstable; urgency=low
Modified: packages/ll-xist/trunk/debian/copyright
===================================================================
--- packages/ll-xist/trunk/debian/copyright 2008-09-16 08:49:54 UTC (rev 6524)
+++ packages/ll-xist/trunk/debian/copyright 2008-09-16 08:52:12 UTC (rev 6525)
@@ -39,7 +39,7 @@
Files with additional/different copyrights/licenses:
- * ./src/ll/xist/sgmlop.c:
+ * src/ll/xist/sgmlop.c:
Copyright (c) 1998-2000 by Secret Labs AB
Copyright (c) 1998-2000 by Fredrik Lundh
@@ -67,3 +67,29 @@
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.
+
+
+ * src/ll/spark.py:
+
+ Copyright (c) 1998-2002 John Aycock
+
+ 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.
+
+
Modified: packages/ll-xist/trunk/debian/docs
===================================================================
--- packages/ll-xist/trunk/debian/docs 2008-09-16 08:49:54 UTC (rev 6524)
+++ packages/ll-xist/trunk/debian/docs 2008-09-16 08:52:12 UTC (rev 6525)
@@ -2,3 +2,4 @@
NEWS.rst
MIGRATION.rst
README.rst
+docs/*
More information about the Python-modules-commits
mailing list