[Pkg-voip-commits] r4190 - in asterisk-oh323/trunk/debian: . patches

paravoid at alioth.debian.org paravoid at alioth.debian.org
Wed Aug 22 12:38:41 UTC 2007


Author: paravoid
Date: 2007-08-22 12:38:40 +0000 (Wed, 22 Aug 2007)
New Revision: 4190

Added:
   asterisk-oh323/trunk/debian/patches/asterisk-modules-path.dpatch
Modified:
   asterisk-oh323/trunk/debian/changelog
   asterisk-oh323/trunk/debian/patches/00list
Log:
* Place the module in /usr/lib/asterisk/modules where it belongs and can be
  loaded by Asterisk.

Modified: asterisk-oh323/trunk/debian/changelog
===================================================================
--- asterisk-oh323/trunk/debian/changelog	2007-08-22 12:31:51 UTC (rev 4189)
+++ asterisk-oh323/trunk/debian/changelog	2007-08-22 12:38:40 UTC (rev 4190)
@@ -8,8 +8,10 @@
   * Update Standards-Version to 3.7.2, no changes needed.
   * Depend on asterisk 1.4 and not on 1.2.
   * Remove Conflicts/Replaces asterisk-h323 since they can happily coexist.
+  * Place the module in /usr/lib/asterisk/modules where it belongs and can be
+    loaded by Asterisk.
 
- -- Faidon Liambotis <paravoid at debian.org>  Wed, 22 Aug 2007 15:31:33 +0300
+ -- Faidon Liambotis <paravoid at debian.org>  Wed, 22 Aug 2007 15:38:34 +0300
 
 asterisk-oh323 (0.7.3+cvs20070811-1) unstable; urgency=high
 

Modified: asterisk-oh323/trunk/debian/patches/00list
===================================================================
--- asterisk-oh323/trunk/debian/patches/00list	2007-08-22 12:31:51 UTC (rev 4189)
+++ asterisk-oh323/trunk/debian/patches/00list	2007-08-22 12:38:40 UTC (rev 4190)
@@ -3,3 +3,4 @@
 asterisk.h_include
 asterisk-driver_Makefile.dpatch
 wrapper_Makefile.dpatch
+asterisk-modules-path.dpatch

Added: asterisk-oh323/trunk/debian/patches/asterisk-modules-path.dpatch
===================================================================
--- asterisk-oh323/trunk/debian/patches/asterisk-modules-path.dpatch	                        (rev 0)
+++ asterisk-oh323/trunk/debian/patches/asterisk-modules-path.dpatch	2007-08-22 12:38:40 UTC (rev 4190)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## asterisk-modules-path.dpatch by Faidon Liambotis <paravoid at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: The Debian package of asterisk places modules in /usr/lib/asterisk/modules
+
+ at DPATCH@
+diff -urNad asterisk-oh323-0.7.3+cvs20070811~/Makefile asterisk-oh323-0.7.3+cvs20070811/Makefile
+--- asterisk-oh323-0.7.3+cvs20070811~/Makefile	2007-06-04 13:55:04.000000000 +0300
++++ asterisk-oh323-0.7.3+cvs20070811/Makefile	2007-08-22 15:35:07.000000000 +0300
+@@ -75,7 +75,7 @@
+ #
+ # Note: This directory is created under $DESTDIR.
+ #
+-ASTERISKMODDIR=/lib/asterisk/modules
++ASTERISKMODDIR=/usr/lib/asterisk/modules
+ 
+ #
+ # Set ASTERISKETCDIR variable to the directory where ASTERISK's configuration


Property changes on: asterisk-oh323/trunk/debian/patches/asterisk-modules-path.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-voip-commits mailing list