[Python-modules-commits] r2675 - in /packages/ll-core/trunk/debian: control copyright examples patches/ pycompat rules

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Fri Jul 6 21:37:17 UTC 2007


Author: bzed-guest
Date: Fri Jul  6 21:37:17 2007
New Revision: 2675

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2675
Log:
copyright, examples, build fix -> removing setuptools ...

Added:
    packages/ll-core/trunk/debian/examples
    packages/ll-core/trunk/debian/patches/
Removed:
    packages/ll-core/trunk/debian/pycompat
Modified:
    packages/ll-core/trunk/debian/control
    packages/ll-core/trunk/debian/copyright
    packages/ll-core/trunk/debian/rules

Modified: packages/ll-core/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/control?rev=2675&op=diff
==============================================================================
--- packages/ll-core/trunk/debian/control (original)
+++ packages/ll-core/trunk/debian/control Fri Jul  6 21:37:17 2007
@@ -29,3 +29,5 @@
    *      'xpit' is a module that makes it possible to embed Python
                  expressions in text (as XML style processing
                  instructions).
+ .
+  Homepage: http://www.livinglogic.de/Python/index.html

Modified: packages/ll-core/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/copyright?rev=2675&op=diff
==============================================================================
--- packages/ll-core/trunk/debian/copyright (original)
+++ packages/ll-core/trunk/debian/copyright Fri Jul  6 21:37:17 2007
@@ -1,24 +1,38 @@
 This package was debianized by Bernd Zeimetz <bernd at bzed.de> on
 Fri, 06 Jul 2007 22:37:32 +0200.
 
-It was downloaded from <url://example.com>
+It was downloaded from http://www.livinglogic.de/Python/core/Download.html
 
 Upstream Author(s): 
 
-    <put author's name and email here>
-    <likewise for another author>
+    Walter Dörwald <walter at livinglogic.de>
 
 Copyright: 
 
-    <Copyright (C) YYYY Name OfAuthor>
-    <likewise for another author>
+    Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
+    Copyright 1999-2007 by Walter Dörwald
+
+    All Rights Reserved
+
 
 License:
 
-    <Put the license of the package here indented by 4 spaces>
+    Permission to use, copy, modify, and distribute this software and its documentation
+    for any purpose and without fee is hereby granted, provided that the above copyright
+    notice appears in all copies and that both that copyright notice and this permission
+    notice appear in supporting documentation, and that the name of LivingLogic AG or
+    the author not be used in advertising or publicity pertaining to distribution of the
+    software without specific, written prior permission.
+
+    LIVINGLOGIC AG AND THE AUTHOR DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
+    LIVINGLOGIC AG OR THE AUTHOR BE LIABLE FOR ANY SPECIAL, 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.
+
+
 
 The Debian packaging is (C) 2007, Bernd Zeimetz <bernd at bzed.de> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
 
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.

Added: packages/ll-core/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/examples?rev=2675&op=file
==============================================================================
--- packages/ll-core/trunk/debian/examples (added)
+++ packages/ll-core/trunk/debian/examples Fri Jul  6 21:37:17 2007
@@ -1,0 +1,1 @@
+demos/*

Modified: packages/ll-core/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/rules?rev=2675&op=diff
==============================================================================
--- packages/ll-core/trunk/debian/rules (original)
+++ packages/ll-core/trunk/debian/rules Fri Jul  6 21:37:17 2007
@@ -5,4 +5,8 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
 
+# drop automatically created file; see #424898
+clean::
+	rm -f debian/pycompat




More information about the Python-modules-commits mailing list