[Python-modules-commits] r15461 - in packages/pysilc/trunk/debian (3 files)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Sat Feb 5 13:39:03 UTC 2011
Date: Saturday, February 5, 2011 @ 13:38:58
Author: stefanor
Revision: 15461
More e-mail address updates
Modified:
packages/pysilc/trunk/debian/copyright
packages/pysilc/trunk/debian/patches/failure-method.diff
packages/pysilc/trunk/debian/patches/utf8-realname.diff
Modified: packages/pysilc/trunk/debian/copyright
===================================================================
--- packages/pysilc/trunk/debian/copyright 2011-02-05 13:33:54 UTC (rev 15460)
+++ packages/pysilc/trunk/debian/copyright 2011-02-05 13:38:58 UTC (rev 15461)
@@ -32,7 +32,7 @@
Files: debian/*
Copyright:
2009, Michael Gorven <michael at gorven.za.net>
- 2010-2011, Stefano Rivera <stefano at rivera.za.net>
+ 2010-2011, Stefano Rivera <stefanor at debian.org>
License: GPL-2+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Modified: packages/pysilc/trunk/debian/patches/failure-method.diff
===================================================================
--- packages/pysilc/trunk/debian/patches/failure-method.diff 2011-02-05 13:33:54 UTC (rev 15460)
+++ packages/pysilc/trunk/debian/patches/failure-method.diff 2011-02-05 13:38:58 UTC (rev 15461)
@@ -1,9 +1,9 @@
Description: SilcClient calls failure on a connection failure, yet the examples
don't show this, leading to the rather confusing "AttributeError" when you run
the example script.
-Author: Stefano Rivera <stefano at rivera.za.net>
+Author: Stefano Rivera <stefanor at debian.org>
Forwarded: http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2914&group_id=6260
-Last-Update: 2010-01-24
+Last-Update: 2011-02-05
--- a/README
+++ b/README
Modified: packages/pysilc/trunk/debian/patches/utf8-realname.diff
===================================================================
--- packages/pysilc/trunk/debian/patches/utf8-realname.diff 2011-02-05 13:33:54 UTC (rev 15460)
+++ packages/pysilc/trunk/debian/patches/utf8-realname.diff 2011-02-05 13:38:58 UTC (rev 15461)
@@ -1,8 +1,8 @@
Description: If the user's real name is UTF-8 encoded with non-ASCII
characters, the demo will throw an exception.
-Author: Stefano Rivera <stefano at rivera.za.net>
+Author: Stefano Rivera <stefanor at debian.org>
Forwarded: https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2917&group_id=6260
-Date: 2010-01-30
+Date: 2011-02-05
--- a/examples/demo.py
+++ b/examples/demo.py
More information about the Python-modules-commits
mailing list