[Pkg-voip-commits] r3131 - in destar/trunk/debian: . patches

Alejandro Rios P. alerios-guest at alioth.debian.org
Sun Feb 11 08:20:04 CET 2007


Author: alerios-guest
Date: 2007-02-11 08:20:01 +0100 (Sun, 11 Feb 2007)
New Revision: 3131

Modified:
   destar/trunk/debian/changelog
   destar/trunk/debian/patches/zaptel.dpatch
Log:
* Added comprobation to patches/zaptel.dpatch (Closes #???? -> already sent to BTS, but hasn't been processed)



Modified: destar/trunk/debian/changelog
===================================================================
--- destar/trunk/debian/changelog	2007-02-11 05:35:03 UTC (rev 3130)
+++ destar/trunk/debian/changelog	2007-02-11 07:20:01 UTC (rev 3131)
@@ -1,8 +1,13 @@
 destar (0.2.2-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  [Santiago Ruano Rincón]
   * New upstream release 
 
+  [Alejandro Rios P.]
+  * Added comprobation to patches/zaptel.dpatch (Closes #???? -> already sent
+    to BTS, but hasn't been processed)
+
  -- Santiago Ruano Rincón <santiago at debian.org>  Fri, 26 Jan 2007 18:11:26 -0500
 
 destar (0.2.0-3) unstable; urgency=high

Modified: destar/trunk/debian/patches/zaptel.dpatch
===================================================================
--- destar/trunk/debian/patches/zaptel.dpatch	2007-02-11 05:35:03 UTC (rev 3130)
+++ destar/trunk/debian/patches/zaptel.dpatch	2007-02-11 07:20:01 UTC (rev 3131)
@@ -12,7 +12,7 @@
  	for _fn,cnf in configlets.asterisk_configfiles:
  		if _fn == 'op_server.cfg' and panelutils.isConfigured() != 1:
  			continue
-+		if not os.access("/etc/zaptel.conf", os.O_RDWR):
++		if _fn == 'zaptel.conf' and not os.access("/etc/zaptel.conf", os.O_RDWR):
 +			continue
  		try:
  			cnf.write()




More information about the Pkg-voip-commits mailing list