[Pkg-voip-commits] r2700 - in destar/trunk/debian: . patches
Alejandro Rios P.
alerios-guest at alioth.debian.org
Tue Nov 14 07:01:32 CET 2006
Author: alerios-guest
Date: 2006-11-14 07:01:32 +0100 (Tue, 14 Nov 2006)
New Revision: 2700
Added:
destar/trunk/debian/patches/op_panel.dpatch
Modified:
destar/trunk/debian/changelog
destar/trunk/debian/rules
Log:
* Tested and fixed op-panel integration.
Modified: destar/trunk/debian/changelog
===================================================================
--- destar/trunk/debian/changelog 2006-11-14 06:00:02 UTC (rev 2699)
+++ destar/trunk/debian/changelog 2006-11-14 06:01:32 UTC (rev 2700)
@@ -7,6 +7,7 @@
[Alejandro Rios P.]
* Added update-alternatives stuff for op-panel.
+ * Tested and fixed op-panel integration.
-- Alejandro Rios P. <alejandro.rios at avatar.com.co> Tue, 14 Nov 2006 00:58:55 -0500
Added: destar/trunk/debian/patches/op_panel.dpatch
===================================================================
--- destar/trunk/debian/patches/op_panel.dpatch 2006-11-14 06:00:02 UTC (rev 2699)
+++ destar/trunk/debian/patches/op_panel.dpatch 2006-11-14 06:01:32 UTC (rev 2700)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## op_panel.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.0~/panelutils.py destar-0.2.0/panelutils.py
+--- destar-0.2.0~/panelutils.py 2006-06-09 17:46:37.000000000 -0500
++++ destar-0.2.0/panelutils.py 2006-11-13 19:01:26.000000000 -0500
+@@ -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"
Property changes on: destar/trunk/debian/patches/op_panel.dpatch
___________________________________________________________________
Name: svn:executable
+ *
Modified: destar/trunk/debian/rules
===================================================================
--- destar/trunk/debian/rules 2006-11-14 06:00:02 UTC (rev 2699)
+++ destar/trunk/debian/rules 2006-11-14 06:01:32 UTC (rev 2700)
@@ -45,6 +45,7 @@
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/destar
+ $(MAKE) install-panel DESTDIR=$(CURDIR)/debian/destar
install -m 644 examples/destar_cfg.py $(CURDIR)/debian/destar/$(ASTERISK_CFG_DIR)/
binary-indep: build install
More information about the Pkg-voip-commits
mailing list