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

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Tue Dec 16 08:39:58 UTC 2008


    Date: Tuesday, December 16, 2008 @ 08:39:58
  Author: nijel
Revision: 2082

Remove failure-report patch, it only brought problems (-D shows all errors
in log, exceptions and errors should be there anyway).

Modified:
  packages/pyicqt/trunk/debian/changelog
  packages/pyicqt/trunk/debian/patches/series
Deleted:
  packages/pyicqt/trunk/debian/patches/failure-report.patch

Modified: packages/pyicqt/trunk/debian/changelog
===================================================================
--- packages/pyicqt/trunk/debian/changelog	2008-12-16 08:19:20 UTC (rev 2081)
+++ packages/pyicqt/trunk/debian/changelog	2008-12-16 08:39:58 UTC (rev 2082)
@@ -2,8 +2,10 @@
 
   * NOT RELEASED YET
   * RemovePID patch si not needed anymore, fixed upstream different way.
+  * Remove failure-report patch, it only brought problems (-D shows all errors
+    in log, exceptions and errors should be there anyway).
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Tue, 16 Dec 2008 09:18:34 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Tue, 16 Dec 2008 09:39:21 +0100
 
 pyicqt (0.8.1final-1) experimental; urgency=low
 

Deleted: packages/pyicqt/trunk/debian/patches/failure-report.patch
===================================================================
--- packages/pyicqt/trunk/debian/patches/failure-report.patch	2008-12-16 08:19:20 UTC (rev 2081)
+++ packages/pyicqt/trunk/debian/patches/failure-report.patch	2008-12-16 08:39:58 UTC (rev 2082)
@@ -1,15 +0,0 @@
-Patch by Derrick Hudson <dman at dman13.dyndns.org>
-When some exception appears on startup, show it properly.
-
---- a/PyICQt.py
-+++ b/PyICQt.py
-@@ -11,4 +11,8 @@
- 	import profile
- 	profile.run('main.main()', main.profilelog)
- else:
--	main.main()
-+	try:
-+		main.main()
-+	except:
-+		import traceback
-+		traceback.print_trace()

Modified: packages/pyicqt/trunk/debian/patches/series
===================================================================
--- packages/pyicqt/trunk/debian/patches/series	2008-12-16 08:19:20 UTC (rev 2081)
+++ packages/pyicqt/trunk/debian/patches/series	2008-12-16 08:39:58 UTC (rev 2082)
@@ -1,3 +1,2 @@
 header-dont-use-env.patch
 adapt-default-config-options.patch
-failure-report.patch




More information about the Python-apps-commits mailing list