[Pkg-voip-commits] r7005 - in /destar/branches/experimental/debian: changelog control copyright patches/op_panel.dpatch postinst prerm

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Fri Apr 17 08:09:00 UTC 2009


Author: tzafrir-guest
Date: Fri Apr 17 08:09:00 2009
New Revision: 7005

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7005
Log:
* New SVN snapshot.
* Now supporting Asterisk 1.6.x (but now older) due to manager 
  interface changes.
* Updated op_panel.dpatch .
* Homepage field in control
* Fixed '[ -a' in debian/postinst
* debian/copyright should be UTF-8 .

Modified:
    destar/branches/experimental/debian/changelog
    destar/branches/experimental/debian/control
    destar/branches/experimental/debian/copyright
    destar/branches/experimental/debian/patches/op_panel.dpatch
    destar/branches/experimental/debian/postinst
    destar/branches/experimental/debian/prerm

Modified: destar/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/destar/branches/experimental/debian/changelog?rev=7005&op=diff
==============================================================================
--- destar/branches/experimental/debian/changelog (original)
+++ destar/branches/experimental/debian/changelog Fri Apr 17 08:09:00 2009
@@ -1,8 +1,15 @@
-destar (0.3~svn813-2) UNRELEASED; urgency=low
+destar (0.3~svn831-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
-
- -- Alejandro Rios P. <alejandro.rios at avatar.com.co>  Fri, 21 Sep 2007 12:32:47 -0500
+  * New SVN snapshot.
+  * Now supporting Asterisk 1.6.x (but now older) due to manager 
+    interface changes.
+  * Updated op_panel.dpatch .
+  * Homepage field in control
+  * Fixed '[ -a' in debian/postinst
+  * debian/copyright should be UTF-8 .
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Fri, 17 Apr 2009 11:07:49 +0300
 
 destar (0.3~svn813-1) experimental; urgency=low
 

Modified: destar/branches/experimental/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/destar/branches/experimental/debian/control?rev=7005&op=diff
==============================================================================
--- destar/branches/experimental/debian/control (original)
+++ destar/branches/experimental/debian/control Fri Apr 17 08:09:00 2009
@@ -2,16 +2,17 @@
 Section: comm
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Santiago Ruano Rincón <santiago at debian.org>, Alejandro Rios P. <alejandro.rios at avatar.com.co>, Mark Purcell <msp at debian.org>
+Uploaders: Santiago Ruano Rincón <santiago at debian.org>, Alejandro Rios P. <alejandro.rios at avatar.com.co>, Mark Purcell <msp at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
 Build-Depends: debhelper (>= 5.0.37.2), dpatch, po-debconf
 Build-Depends-Indep: python
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
+Homepage: http://destar.berlios.de/
 XS-Vcs-Svn: svn://svn.debian.org/pkg-voip/destar/branches/experimental
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/destar/?op=log
 
 Package: destar
 Architecture: all
-Depends: python, ${python:Depends}, python-quixote,  python-medusa, asterisk (>= 1.2.13), python-pysqlite2, sqlite3, python-pychart, debconf
+Depends: python, ${python:Depends}, python-quixote,  python-medusa, asterisk (>= 1.6.0), python-pysqlite2, sqlite3, python-pychart, debconf
 Suggests: op-panel, stunnel
 Conflicts: freepbx
 XB-Python-Version: ${python:Versions}
@@ -24,5 +25,3 @@
  .
  The design is very modular, and adding your own plug-ins requires just 
  dropping a cfg_*.py file in the main scripts directory.
- .
- Homepage: http://destar.berlios.de

Modified: destar/branches/experimental/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/destar/branches/experimental/debian/copyright?rev=7005&op=diff
==============================================================================
--- destar/branches/experimental/debian/copyright (original)
+++ destar/branches/experimental/debian/copyright Fri Apr 17 08:09:00 2009
@@ -9,10 +9,10 @@
 Upstream Authors: Holger Schurig <holgerschurig using the domain gmx point de> and
 		  Michael Schwartz <nynymike at users point berlios point de>
 		  Michael Bielicki <cypromis at users point berlios point de>
-		  Alejandro Ríos Peña <alejandro.rios at avatar point com point co>
-		  Diego Andrés Asenjo González <dasenjo at avatar point com point co>
+		  Alejandro Ríos Peña <alejandro.rios at avatar point com point co>
+		  Diego Andrés Asenjo González <dasenjo at avatar point com point co>
 		  Tzafrir Cohen <tzafrir.cohen at xorcom point com>
-		  Santiago Ruano Rincón <santiago at unicauca point edu point co>
+		  Santiago Ruano Rincón <santiago at unicauca point edu point co>
 		  Manuel Alejandro Ceron Estrada <ceronman at gmail point com>
 
 

Modified: destar/branches/experimental/debian/patches/op_panel.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/destar/branches/experimental/debian/patches/op_panel.dpatch?rev=7005&op=diff
==============================================================================
--- destar/branches/experimental/debian/patches/op_panel.dpatch (original)
+++ destar/branches/experimental/debian/patches/op_panel.dpatch Fri Apr 17 08:09:00 2009
@@ -8,18 +8,12 @@
 diff -urNad destar-0.2.2~/panelutils.py destar-0.2.2/panelutils.py
 --- destar-0.2.2~/panelutils.py	2007-01-26 18:16:35.000000000 -0500
 +++ destar-0.2.2/panelutils.py	2007-01-26 18:18:32.000000000 -0500
-@@ -29,11 +29,11 @@
+@@ -29,7 +29,7 @@
  
  
  # Configuration to use with op-panel .deb package:
 -PANEL_CONF_DIR	= "/etc/op-panel"
 +PANEL_CONF_DIR	= "/etc/op-panel/destar"
  PANEL_HTML_DIR	= "/usr/share/op-panel/flash"
- PANEL_START_CMD	= "/etc/init.d/op-panel start"
- PANEL_STOP_CMD	= "/etc/init.d/op-panel stop"
--PANEL_RESTART_CMD = "/etc/init.d/op-panel restart"
-+PANEL_RESTART_CMD = "pkill -HUP op_server"
+ PANEL_RESTART_CMD = "killall -HUP op_server"
  
- def isConfigured ():
- 	import configlets
-

Modified: destar/branches/experimental/debian/postinst
URL: http://svn.debian.org/wsvn/pkg-voip/destar/branches/experimental/debian/postinst?rev=7005&op=diff
==============================================================================
--- destar/branches/experimental/debian/postinst (original)
+++ destar/branches/experimental/debian/postinst Fri Apr 17 08:09:00 2009
@@ -30,6 +30,7 @@
 	chown -R asterisk:asterisk /var/log/destar/
 	mkdir -p /etc/asterisk/manager.d
 	chown asterisk:asterisk /etc/asterisk/destar_cfg.py
+	chmod 0660 /etc/asterisk/destar_cfg.py
 	chown -R asterisk:asterisk /etc/asterisk/manager.d
 	mkdir -p /etc/op-panel/destar/
 	touch /etc/op-panel/destar/op_server.cfg
@@ -38,7 +39,7 @@
 	touch /etc/op-panel/destar/op_style.cfg
 	chown -R asterisk:asterisk /etc/op-panel/destar/
 
-	if ! [ -a /var/log/asterisk/queue.db ]; then
+	if ! [ -f /var/log/asterisk/queue.db ]; then
 		cp -ba /usr/share/doc/destar/examples/queue.db /var/log/asterisk/queue.db 
 		chown -R asterisk: /var/log/asterisk/queue.db
 	fi

Modified: destar/branches/experimental/debian/prerm
URL: http://svn.debian.org/wsvn/pkg-voip/destar/branches/experimental/debian/prerm?rev=7005&op=diff
==============================================================================
--- destar/branches/experimental/debian/prerm (original)
+++ destar/branches/experimental/debian/prerm Fri Apr 17 08:09:00 2009
@@ -21,8 +21,8 @@
     remove|upgrade|deconfigure)
 	
 	# remove this alternative configuration
-	if update-alternatives --list op-panel | grep destar ; then
-		update-alternatives --remove op-panel /etc/op-panel/destar/op_server.cfg
+	if update-alternatives --list op-panel | grep -q destar ; then
+		update-alternatives --quiet --remove op-panel /etc/op-panel/destar/op_server.cfg
 	fi
 	
         ;;




More information about the Pkg-voip-commits mailing list