[Python-apps-commits] r2853 - in packages/phenny/trunk/debian/patches (8 files)

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Mon May 4 18:09:57 UTC 2009


    Date: Monday, May 4, 2009 @ 18:09:54
  Author: nslater-guest
Revision: 2853

added dpatch descriptions

Modified:
  packages/phenny/trunk/debian/patches/01_non-executable.dpatch
  packages/phenny/trunk/debian/patches/02_expand-home.dpatch
  packages/phenny/trunk/debian/patches/03_module-home.dpatch
  packages/phenny/trunk/debian/patches/04_module-import.dpatch
  packages/phenny/trunk/debian/patches/05_python-version.dpatch
  packages/phenny/trunk/debian/patches/06_catch-exception.dpatch
  packages/phenny/trunk/debian/patches/07_command-option.dpatch
  packages/phenny/trunk/debian/patches/08_default-configuration.dpatch

Modified: packages/phenny/trunk/debian/patches/01_non-executable.dpatch
===================================================================
--- packages/phenny/trunk/debian/patches/01_non-executable.dpatch	2009-05-04 17:51:44 UTC (rev 2852)
+++ packages/phenny/trunk/debian/patches/01_non-executable.dpatch	2009-05-04 18:09:54 UTC (rev 2853)
@@ -2,7 +2,7 @@
 ## 01_non-executable.dpatch by  <nslater at tumbolia.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Remove executable lines from all modules.
 
 @DPATCH@
 diff -urNad phenny-2~hg28~/__init__.py phenny-2~hg28/__init__.py

Modified: packages/phenny/trunk/debian/patches/02_expand-home.dpatch
===================================================================
--- packages/phenny/trunk/debian/patches/02_expand-home.dpatch	2009-05-04 17:51:44 UTC (rev 2852)
+++ packages/phenny/trunk/debian/patches/02_expand-home.dpatch	2009-05-04 18:09:54 UTC (rev 2853)
@@ -2,7 +2,7 @@
 ## 02_expand-home.dpatch by  <nslater at tumbolia.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Expand the user home directory in the configuration file.
 
 @DPATCH@
 diff -urNad phenny-2~hg28~/bot.py phenny-2~hg28/bot.py

Modified: packages/phenny/trunk/debian/patches/03_module-home.dpatch
===================================================================
--- packages/phenny/trunk/debian/patches/03_module-home.dpatch	2009-05-04 17:51:44 UTC (rev 2852)
+++ packages/phenny/trunk/debian/patches/03_module-home.dpatch	2009-05-04 18:09:54 UTC (rev 2853)
@@ -2,7 +2,7 @@
 ## 03_module-home.dpatch by  <nslater at tumbolia.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Load modules from a relative package directory.
 
 @DPATCH@
 diff -urNad phenny-2~hg28~/bot.py phenny-2~hg28/bot.py

Modified: packages/phenny/trunk/debian/patches/04_module-import.dpatch
===================================================================
--- packages/phenny/trunk/debian/patches/04_module-import.dpatch	2009-05-04 17:51:44 UTC (rev 2852)
+++ packages/phenny/trunk/debian/patches/04_module-import.dpatch	2009-05-04 18:09:54 UTC (rev 2853)
@@ -2,7 +2,7 @@
 ## 04_module-import.dpatch by  <nslater at tumbolia.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Load modules from the correct package.
 
 @DPATCH@
 diff -urNad phenny-2~hg28~/modules/calc.py phenny-2~hg28/modules/calc.py

Modified: packages/phenny/trunk/debian/patches/05_python-version.dpatch
===================================================================
--- packages/phenny/trunk/debian/patches/05_python-version.dpatch	2009-05-04 17:51:44 UTC (rev 2852)
+++ packages/phenny/trunk/debian/patches/05_python-version.dpatch	2009-05-04 18:09:54 UTC (rev 2853)
@@ -2,7 +2,7 @@
 ## 05_python-version.dpatch by  <nslater at tumbolia.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Use and check for the correct version of Python.
 
 @DPATCH@
 diff -urNad phenny-2~hg28~/phenny phenny-2~hg28/phenny

Modified: packages/phenny/trunk/debian/patches/06_catch-exception.dpatch
===================================================================
--- packages/phenny/trunk/debian/patches/06_catch-exception.dpatch	2009-05-04 17:51:44 UTC (rev 2852)
+++ packages/phenny/trunk/debian/patches/06_catch-exception.dpatch	2009-05-04 18:09:54 UTC (rev 2853)
@@ -2,7 +2,7 @@
 ## 06_catch-exception.dpatch by  <nslater at tumbolia.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Log errors to STDOUT instead of IRC.
 
 @DPATCH@
 diff -urNad phenny-2~hg28~/irc.py phenny-2~hg28/irc.py

Modified: packages/phenny/trunk/debian/patches/07_command-option.dpatch
===================================================================
--- packages/phenny/trunk/debian/patches/07_command-option.dpatch	2009-05-04 17:51:44 UTC (rev 2852)
+++ packages/phenny/trunk/debian/patches/07_command-option.dpatch	2009-05-04 18:09:54 UTC (rev 2853)
@@ -2,7 +2,7 @@
 ## 07_command-option.dpatch by  <nslater at tumbolia.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Improve the command option handling.
 
 @DPATCH@
 diff -urNad phenny-2~hg28~/__init__.py phenny-2~hg28/__init__.py

Modified: packages/phenny/trunk/debian/patches/08_default-configuration.dpatch
===================================================================
--- packages/phenny/trunk/debian/patches/08_default-configuration.dpatch	2009-05-04 17:51:44 UTC (rev 2852)
+++ packages/phenny/trunk/debian/patches/08_default-configuration.dpatch	2009-05-04 18:09:54 UTC (rev 2853)
@@ -2,7 +2,7 @@
 ## 08_default-configuration.dpatch by  <nslater at tumbolia.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Improve the default configuration file.
 
 @DPATCH@
 diff -urNad phenny-2~hg28~/phenny phenny-2~hg28/phenny




More information about the Python-apps-commits mailing list