[Python-apps-commits] r1959 - in packages/pyicqt/trunk/debian/patches (4 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Mon Nov 10 10:15:11 UTC 2008


    Date: Monday, November 10, 2008 @ 10:15:10
  Author: nijel
Revision: 1959

Better comments for patches.

Modified:
  packages/pyicqt/trunk/debian/patches/adapt-default-config-options.patch
  packages/pyicqt/trunk/debian/patches/failure-report.patch
  packages/pyicqt/trunk/debian/patches/header-dont-use-env.patch
  packages/pyicqt/trunk/debian/patches/remove_pid.patch

Modified: packages/pyicqt/trunk/debian/patches/adapt-default-config-options.patch
===================================================================
--- packages/pyicqt/trunk/debian/patches/adapt-default-config-options.patch	2008-11-10 10:10:37 UTC (rev 1958)
+++ packages/pyicqt/trunk/debian/patches/adapt-default-config-options.patch	2008-11-10 10:15:10 UTC (rev 1959)
@@ -1,8 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_adapt-default-config-options.patch.dpatch by  <patrick_ at freenet.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Addapt default config options to match Debian package.
+Addapt default config options to match Debian package needs.
+- PID and spool are default to correct place, it's better for user not to touch these.
+- Avatars are disabled by default, because we do not depend on PIL.
 
 --- a/config_example.xml
 +++ b/config_example.xml

Modified: packages/pyicqt/trunk/debian/patches/failure-report.patch
===================================================================
--- packages/pyicqt/trunk/debian/patches/failure-report.patch	2008-11-10 10:10:37 UTC (rev 1958)
+++ packages/pyicqt/trunk/debian/patches/failure-report.patch	2008-11-10 10:15:10 UTC (rev 1959)
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 05_failure-report.dpatch by Derrick Hudson <dman at dman13.dyndns.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Show error on startup.
+Patch by Derrick Hudson <dman at dman13.dyndns.org>
+When some exception appears on startup, show it properly.
 
- at DPATCH@
 --- a/PyICQt.py
 +++ b/PyICQt.py
 @@ -11,4 +11,8 @@

Modified: packages/pyicqt/trunk/debian/patches/header-dont-use-env.patch
===================================================================
--- packages/pyicqt/trunk/debian/patches/header-dont-use-env.patch	2008-11-10 10:10:37 UTC (rev 1958)
+++ packages/pyicqt/trunk/debian/patches/header-dont-use-env.patch	2008-11-10 10:15:10 UTC (rev 1959)
@@ -1,12 +1,8 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_header-dont-use-env.patch.dpatch by  <patrick_ at freenet.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Do not use /usr/bin/env to start this script.
+Do not use /usr/bin/env to start this script.
+Patch by <patrick_ at freenet.de>
 
-diff -Nur pyicq-t-0.8a/PyICQt.py pyicq-t-0.8a.new/PyICQt.py
---- pyicq-t-0.8a/PyICQt.py	2007-06-04 03:10:36.000000000 +0200
-+++ pyicq-t-0.8a.new/PyICQt.py	2007-06-08 23:33:59.000000000 +0200
+--- a/PyICQt.py
++++ b/PyICQt.py
 @@ -1,5 +1,3 @@
 -#!/usr/bin/env python
 -

Modified: packages/pyicqt/trunk/debian/patches/remove_pid.patch
===================================================================
--- packages/pyicqt/trunk/debian/patches/remove_pid.patch	2008-11-10 10:10:37 UTC (rev 1958)
+++ packages/pyicqt/trunk/debian/patches/remove_pid.patch	2008-11-10 10:15:10 UTC (rev 1959)
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 06_remove_pid.dpatch by Michal ÄŒihaÅ™ <nijel at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Reimplement removePID, it seems to be missing in current twisted.
+Reimplement removePID, it seems to be missing in current twisted.
+http://code.google.com/p/pyicqt/issues/detail?id=140
 
- at DPATCH@
 --- a/src/main.py
 +++ b/src/main.py
 @@ -448,12 +448,24 @@




More information about the Python-apps-commits mailing list