[Pkg-voip-commits] r6354 - in /freepbx-modules/trunk: ./ debian/changelog fpx-modules

odd_bloke-guest at alioth.debian.org odd_bloke-guest at alioth.debian.org
Wed Oct 29 17:19:02 UTC 2008


Author: odd_bloke-guest
Date: Wed Oct 29 17:19:02 2008
New Revision: 6354

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6354
Log:
fpx-modules: Fixed some anachronistic uses of directories.

Modified:
    freepbx-modules/trunk/   (props changed)
    freepbx-modules/trunk/debian/changelog
    freepbx-modules/trunk/fpx-modules

Propchange: freepbx-modules/trunk/
------------------------------------------------------------------------------
--- bzr:file-ids (original)
+++ bzr:file-ids Wed Oct 29 17:19:02 2008
@@ -1,1 +1,2 @@
 debian/changelog	4788 at 5e74be4b-f5d6-0310-a852-e9e23c5afa6a:freepbx-modules%2Ftrunk:debian%2Fchangelog
+fpx-modules	4788 at 5e74be4b-f5d6-0310-a852-e9e23c5afa6a:freepbx-modules%2Ftrunk:fpx-modules

Propchange: freepbx-modules/trunk/
------------------------------------------------------------------------------
--- bzr:revision-id:v3-trunk1 (original)
+++ bzr:revision-id:v3-trunk1 Wed Oct 29 17:19:02 2008
@@ -4,3 +4,4 @@
 34 daniel at daniel-watkins.co.uk-20081028144533-kf1ulpr54oh2l77p
 35 daniel at daniel-watkins.co.uk-20081029160729-khwl2rnrvizmwcts
 36 daniel at daniel-watkins.co.uk-20081029160756-nidqlbtzas4ih46f
+37 daniel at daniel-watkins.co.uk-20081029161747-geghoxqak4xxc3ti

Propchange: freepbx-modules/trunk/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Wed Oct 29 17:19:02 2008
@@ -1,4 +1,4 @@
-timestamp: 2008-10-29 16:07:56.071000099 +0000
+timestamp: 2008-10-29 16:17:47.766999960 +0000
 committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
 properties: 
 	branch-nick: freepbx-modules

Modified: freepbx-modules/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-modules/trunk/debian/changelog?rev=6354&op=diff
==============================================================================
--- freepbx-modules/trunk/debian/changelog (original)
+++ freepbx-modules/trunk/debian/changelog Wed Oct 29 17:19:02 2008
@@ -6,10 +6,12 @@
     + Removed sqlite_trunk_query as the problem it fixes has been fixed
       upstream.
     + Removed checkperms_indications as it has been merged upstream.
-  * fpx-modules: getversion() now automatically determines the current version
-    based on debian/changelog.
+  * fpx-modules:
+    + getversion() now automatically determines the current version based on
+      debian/changelog.
+    + Fixed some anachronistic uses of directories.
 
- -- Daniel Watkins <daniel.watkins at credativ.co.uk>  Wed, 29 Oct 2008 16:07:32 +0000
+ -- Daniel Watkins <daniel.watkins at credativ.co.uk>  Wed, 29 Oct 2008 16:16:40 +0000
 
 freepbx-modules (2.4.0~1) UNRELEASED; urgency=low
 

Modified: freepbx-modules/trunk/fpx-modules
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-modules/trunk/fpx-modules?rev=6354&op=diff
==============================================================================
--- freepbx-modules/trunk/fpx-modules (original)
+++ freepbx-modules/trunk/fpx-modules Wed Oct 29 17:19:02 2008
@@ -367,7 +367,7 @@
 	foreach( $local_modules as $module )
 	{	
 		
-		$new_dir = "modules/freepbx-module-" . $module["rawname"];
+		$new_dir = "modules/" . $module["rawname"];
 		debug( "cd $new_dir" );
 		if ( file_exists($new_dir) && chdir($new_dir) )
 		{		




More information about the Pkg-voip-commits mailing list