[Python-apps-commits] r963 - in packages/pyicqt/trunk/debian (3 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Mon Apr 14 14:00:34 UTC 2008


    Date: Monday, April 14, 2008 @ 14:00:32
  Author: nijel
Revision: 963

Report startup failures. 

Added:
  packages/pyicqt/trunk/debian/patches/05_failure-report.dpatch
Modified:
  packages/pyicqt/trunk/debian/changelog
  packages/pyicqt/trunk/debian/patches/00list

Modified: packages/pyicqt/trunk/debian/changelog
===================================================================
--- packages/pyicqt/trunk/debian/changelog	2008-04-14 13:58:39 UTC (rev 962)
+++ packages/pyicqt/trunk/debian/changelog	2008-04-14 14:00:32 UTC (rev 963)
@@ -1,9 +1,9 @@
-pyicqt (0.8b-3) UNRELEASED; urgency=low
+pyicqt (0.8b-3) unstable; urgency=low
 
-  * NOT RELEASED YET
   * Use LSB logging functions in init script.
+  * Report startup failures. 
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Mon, 14 Apr 2008 15:58:24 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Mon, 14 Apr 2008 16:00:25 +0200
 
 pyicqt (0.8b-2) unstable; urgency=low
 

Modified: packages/pyicqt/trunk/debian/patches/00list
===================================================================
--- packages/pyicqt/trunk/debian/patches/00list	2008-04-14 13:58:39 UTC (rev 962)
+++ packages/pyicqt/trunk/debian/patches/00list	2008-04-14 14:00:32 UTC (rev 963)
@@ -1,2 +1,3 @@
 01_header-dont-use-env
 02_adapt-default-config-options
+05_failure-report

Added: packages/pyicqt/trunk/debian/patches/05_failure-report.dpatch
===================================================================
--- packages/pyicqt/trunk/debian/patches/05_failure-report.dpatch	                        (rev 0)
+++ packages/pyicqt/trunk/debian/patches/05_failure-report.dpatch	2008-04-14 14:00:32 UTC (rev 963)
@@ -0,0 +1,21 @@
+#! /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.
+
+ at DPATCH@
+Index: PyICQt.py
+===================================================================
+--- a/PyICQt.py	(revision 249)
++++ /bPyICQt.py	(working copy)
+@@ -11,4 +11,8 @@
+ 	import profile
+ 	profile.run('main.main()', main.profilelog)
+ else:
+-	main.main()
++	try:
++		main.main()
++	except:
++		import traceback
++		traceback.print_trace()


Property changes on: packages/pyicqt/trunk/debian/patches/05_failure-report.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Python-apps-commits mailing list