[Python-modules-commits] r3632 - in /packages/nouvelle/trunk/debian: changelog copyright patches/fix_Twisted.patch patches/series
hanska-guest at users.alioth.debian.org
hanska-guest at users.alioth.debian.org
Fri Nov 16 13:04:55 UTC 2007
Author: hanska-guest
Date: Fri Nov 16 13:04:54 2007
New Revision: 3632
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3632
Log:
Fixing some bugs. Thanks Bernd!
Added:
packages/nouvelle/trunk/debian/patches/fix_Twisted.patch
Modified:
packages/nouvelle/trunk/debian/changelog
packages/nouvelle/trunk/debian/copyright
packages/nouvelle/trunk/debian/patches/series
Modified: packages/nouvelle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/nouvelle/trunk/debian/changelog?rev=3632&op=diff
==============================================================================
--- packages/nouvelle/trunk/debian/changelog (original)
+++ packages/nouvelle/trunk/debian/changelog Fri Nov 16 13:04:54 2007
@@ -1,4 +1,4 @@
-nouvelle (1.0-1) UNRELEASED; urgency=low
+nouvelle (1.0-1) unstable; urgency=low
* Initial release (Closes: #449225)
Modified: packages/nouvelle/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/nouvelle/trunk/debian/copyright?rev=3632&op=diff
==============================================================================
--- packages/nouvelle/trunk/debian/copyright (original)
+++ packages/nouvelle/trunk/debian/copyright Fri Nov 16 13:04:54 2007
@@ -16,7 +16,7 @@
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.
+ version 2.1 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
@@ -28,7 +28,7 @@
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-2'.
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
The Debian packaging is (C) 2007, David Paleino <d.paleino at gmail.com> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Added: packages/nouvelle/trunk/debian/patches/fix_Twisted.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/nouvelle/trunk/debian/patches/fix_Twisted.patch?rev=3632&op=file
==============================================================================
--- packages/nouvelle/trunk/debian/patches/fix_Twisted.patch (added)
+++ packages/nouvelle/trunk/debian/patches/fix_Twisted.patch Fri Nov 16 13:04:54 2007
@@ -1,0 +1,14 @@
+Index: trunk/Nouvelle/Twisted.py
+===================================================================
+--- trunk.orig/Nouvelle/Twisted.py 2007-11-16 14:52:34.000000000 +0100
++++ trunk/Nouvelle/Twisted.py 2007-11-16 14:53:09.000000000 +0100
+@@ -26,8 +26,7 @@
+ import Nouvelle
+ from Nouvelle import xml
+ from twisted.internet import defer
+-from twisted.protocols import http
+-from twisted.web import server, error, resource
++from twisted.web import server, error, resource, http
+
+
+ class TwistedSerializer(Nouvelle.Serializer):
Modified: packages/nouvelle/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/python-modules/packages/nouvelle/trunk/debian/patches/series?rev=3632&op=diff
==============================================================================
--- packages/nouvelle/trunk/debian/patches/series (original)
+++ packages/nouvelle/trunk/debian/patches/series Fri Nov 16 13:04:54 2007
@@ -1,1 +1,2 @@
fix_setup.patch
+fix_Twisted.patch
More information about the Python-modules-commits
mailing list