[Pkg-voip-commits] r3136 - destar/trunk/debian/patches

Alejandro Rios P. alerios-guest at alioth.debian.org
Mon Feb 12 20:34:29 CET 2007


Author: alerios-guest
Date: 2007-02-12 20:34:29 +0100 (Mon, 12 Feb 2007)
New Revision: 3136

Added:
   destar/trunk/debian/patches/debug_prints.dpatch
Modified:
   destar/trunk/debian/patches/00list
Log:
* Commented nasty debug mesagess shown when running 'destar -b'.



Modified: destar/trunk/debian/patches/00list
===================================================================
--- destar/trunk/debian/patches/00list	2007-02-12 14:01:18 UTC (rev 3135)
+++ destar/trunk/debian/patches/00list	2007-02-12 19:34:29 UTC (rev 3136)
@@ -3,3 +3,4 @@
 manager.dpatch
 example.dpatch
 zaptel.dpatch
+debug_prints.dpatch

Added: destar/trunk/debian/patches/debug_prints.dpatch
===================================================================
--- destar/trunk/debian/patches/debug_prints.dpatch	2007-02-12 14:01:18 UTC (rev 3135)
+++ destar/trunk/debian/patches/debug_prints.dpatch	2007-02-12 19:34:29 UTC (rev 3136)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## debug_prints.dpatch by Alejandro Rios P. <alejandro.rios at avatar.com.co>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad destar-0.2.2~/configlets.py destar-0.2.2/configlets.py
+--- destar-0.2.2~/configlets.py	2007-02-12 14:22:57.000000000 -0500
++++ destar-0.2.2/configlets.py	2007-02-12 14:23:32.000000000 -0500
+@@ -655,7 +655,7 @@
+ 				cont = '"""%s"""' % _v
+ 			elif v.type=="int":
+ 				if _v == 0:
+-					print v.name
++					#print v.name
+ 					continue
+ 				else:
+ 					cont = _v


Property changes on: destar/trunk/debian/patches/debug_prints.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-voip-commits mailing list