[Python-modules-commits] r15952 - in packages/pysilc/trunk/debian (3 files)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Wed Mar 2 13:22:40 UTC 2011
Date: Wednesday, March 2, 2011 @ 13:22:33
Author: stefanor
Revision: 15952
Correct DEP3 headers (first line of Description is the subject)
Modified:
packages/pysilc/trunk/debian/changelog
packages/pysilc/trunk/debian/patches/failure-method.diff
packages/pysilc/trunk/debian/patches/utf8-realname.diff
Modified: packages/pysilc/trunk/debian/changelog
===================================================================
--- packages/pysilc/trunk/debian/changelog 2011-03-02 13:21:46 UTC (rev 15951)
+++ packages/pysilc/trunk/debian/changelog 2011-03-02 13:22:33 UTC (rev 15952)
@@ -15,6 +15,7 @@
* Bumped Standards-Version to 3.9.1, no changes needed.
* Update my e-mail address.
* Update copyright format.
+ * Correct DEP3 headers (first line of Description is the subject)
-- Stefano Rivera <stefanor at debian.org> Sat, 05 Feb 2011 15:43:55 +0200
Modified: packages/pysilc/trunk/debian/patches/failure-method.diff
===================================================================
--- packages/pysilc/trunk/debian/patches/failure-method.diff 2011-03-02 13:21:46 UTC (rev 15951)
+++ packages/pysilc/trunk/debian/patches/failure-method.diff 2011-03-02 13:22:33 UTC (rev 15952)
@@ -1,6 +1,7 @@
-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.
+Description: Fix AttributeError in examples.
+ 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 <stefanor at debian.org>
Forwarded: http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2914&group_id=6260
Last-Update: 2011-02-05
Modified: packages/pysilc/trunk/debian/patches/utf8-realname.diff
===================================================================
--- packages/pysilc/trunk/debian/patches/utf8-realname.diff 2011-03-02 13:21:46 UTC (rev 15951)
+++ packages/pysilc/trunk/debian/patches/utf8-realname.diff 2011-03-02 13:22:33 UTC (rev 15952)
@@ -1,5 +1,6 @@
-Description: If the user's real name is UTF-8 encoded with non-ASCII
- characters, the demo will throw an exception.
+Description: UTF-8 real name support for example.
+ If the user's real name is UTF-8 encoded with non-ASCII characters, the demo
+ will throw an exception.
Author: Stefano Rivera <stefanor at debian.org>
Forwarded: https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2917&group_id=6260
Date: 2011-02-05
More information about the Python-modules-commits
mailing list