[Python-apps-commits] r2747 - in packages/pyaimt/trunk/debian/patches (7 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Tue Apr 14 15:10:32 UTC 2009


    Date: Tuesday, April 14, 2009 @ 15:10:31
  Author: nijel
Revision: 2747

Fix patch headers.

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

Modified: packages/pyaimt/trunk/debian/patches/adapt-default-config-options.patch
===================================================================
--- packages/pyaimt/trunk/debian/patches/adapt-default-config-options.patch	2009-04-14 15:08:39 UTC (rev 2746)
+++ packages/pyaimt/trunk/debian/patches/adapt-default-config-options.patch	2009-04-14 15:10:31 UTC (rev 2747)
@@ -1,10 +1,5 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_adapt-default-config-options.dpatch by Michal ÄŒihaÅ™ <nijel at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Adjust configuration to Debian setup.
+Adjust configuration to Debian setup.
 
- at DPATCH@
 diff -urNad pyaim-t-0.8a~/config_example.xml pyaim-t-0.8a/config_example.xml
 --- pyaim-t-0.8a~/config_example.xml	2007-11-26 11:02:10.000000000 +0900
 +++ pyaim-t-0.8a/config_example.xml	2007-11-26 11:03:04.000000000 +0900

Modified: packages/pyaimt/trunk/debian/patches/crash_on_connection_lost.patch
===================================================================
--- packages/pyaimt/trunk/debian/patches/crash_on_connection_lost.patch	2009-04-14 15:08:39 UTC (rev 2746)
+++ packages/pyaimt/trunk/debian/patches/crash_on_connection_lost.patch	2009-04-14 15:10:31 UTC (rev 2747)
@@ -1,10 +1,5 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## crash_on_connection_lost.dpatch by Michal ÄŒihaÅ™ <nijel at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: If connection was lost, session can be None.
+If connection was lost, session can be None.
 
- at DPATCH@
 diff -urNad pyaimt-0.8a~/src/legacy/aimt.py pyaimt-0.8a/src/legacy/aimt.py
 --- pyaimt-0.8a~/src/legacy/aimt.py	2008-11-05 13:34:47.000000000 +0100
 +++ pyaimt-0.8a/src/legacy/aimt.py	2008-11-05 13:37:13.000000000 +0100

Modified: packages/pyaimt/trunk/debian/patches/failure-report.patch
===================================================================
--- packages/pyaimt/trunk/debian/patches/failure-report.patch	2009-04-14 15:08:39 UTC (rev 2746)
+++ packages/pyaimt/trunk/debian/patches/failure-report.patch	2009-04-14 15:10:31 UTC (rev 2747)
@@ -1,10 +1,5 @@
-#! /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.
+Show error on startup.
 
- at DPATCH@
 Index: PyAIMt.py
 ===================================================================
 --- a/PyAIMt.py	(revision 249)

Modified: packages/pyaimt/trunk/debian/patches/fixups.patch
===================================================================
--- packages/pyaimt/trunk/debian/patches/fixups.patch	2009-04-14 15:08:39 UTC (rev 2746)
+++ packages/pyaimt/trunk/debian/patches/fixups.patch	2009-04-14 15:10:31 UTC (rev 2747)
@@ -1,10 +1,5 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 04_fixups.dpatch by Michal ÄŒihaÅ™ <nijel at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Add missing function getvCardNotInList (stolen from PyICQ-t).
+Add missing function getvCardNotInList (stolen from PyICQ-t).
 
- at DPATCH@
 diff -urNad pyaim-t-0.8a~/src/legacy/glue.py pyaim-t-0.8a/src/legacy/glue.py
 --- pyaim-t-0.8a~/src/legacy/glue.py	2007-06-04 09:50:11.000000000 +0900
 +++ pyaim-t-0.8a/src/legacy/glue.py	2007-11-26 12:07:20.000000000 +0900

Modified: packages/pyaimt/trunk/debian/patches/header-dont-use-env.patch
===================================================================
--- packages/pyaimt/trunk/debian/patches/header-dont-use-env.patch	2009-04-14 15:08:39 UTC (rev 2746)
+++ packages/pyaimt/trunk/debian/patches/header-dont-use-env.patch	2009-04-14 15:10:31 UTC (rev 2747)
@@ -1,8 +1,4 @@
-#! /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: This is not executed directly, no need for #! line.
+This is not executed directly, no need for #! line.
 
 diff -Nur pyicq-t-0.8a/PyAIMt.py pyicq-t-0.8a.new/PyAIMt.py
 --- pyicq-t-0.8a/PyAIMt.py	2007-06-04 03:10:36.000000000 +0200

Modified: packages/pyaimt/trunk/debian/patches/pyicq20070823.patch
===================================================================
--- packages/pyaimt/trunk/debian/patches/pyicq20070823.patch	2009-04-14 15:08:39 UTC (rev 2746)
+++ packages/pyaimt/trunk/debian/patches/pyicq20070823.patch	2009-04-14 15:10:31 UTC (rev 2747)
@@ -1,10 +1,5 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_pyicq20070823.dpatch by Michal ÄŒihaÅ™ <nijel at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Patch stolen from pyicqt, not sure if it is really needed.
+Patch stolen from pyicqt, not sure if it is really needed.
 
- at DPATCH@
 diff -urNad pyaim-t-0.8a~/src/config.py pyaim-t-0.8a/src/config.py
 --- pyaim-t-0.8a~/src/config.py	2007-03-26 11:23:32.000000000 +0900
 +++ pyaim-t-0.8a/src/config.py	2007-11-26 11:19:25.000000000 +0900

Modified: packages/pyaimt/trunk/debian/patches/remove_pid.patch
===================================================================
--- packages/pyaimt/trunk/debian/patches/remove_pid.patch	2009-04-14 15:08:39 UTC (rev 2746)
+++ packages/pyaimt/trunk/debian/patches/remove_pid.patch	2009-04-14 15:10:31 UTC (rev 2747)
@@ -1,10 +1,5 @@
-#! /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.
 
- at DPATCH@
 diff -urNad pyicqt-0.8b~/src/main.py pyicqt-0.8b/src/main.py
 --- pyicqt-0.8b~/src/main.py	2008-01-06 13:14:51.000000000 +0100
 +++ pyicqt-0.8b/src/main.py	2008-07-06 23:18:24.000000000 +0200




More information about the Python-apps-commits mailing list