[Pkg-voip-commits] r6352 - 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:18:57 UTC 2008


Author: odd_bloke-guest
Date: Wed Oct 29 17:18:57 2008
New Revision: 6352

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6352
Log:
fpx-modules: getversion() now automatically determines the current version based on debian/changelog.

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:18:57 2008
@@ -1,2 +1,2 @@
 debian/changelog	4788 at 5e74be4b-f5d6-0310-a852-e9e23c5afa6a:freepbx-modules%2Ftrunk:debian%2Fchangelog
-debian/patches/logfile_messages	5519 at 5e74be4b-f5d6-0310-a852-e9e23c5afa6a:freepbx-modules%2Ftrunk:debian%2Fpatches%2Flogfile_messages
+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:18:57 2008
@@ -2,3 +2,4 @@
 32 daniel at daniel-watkins.co.uk-20081028143702-aswvk90klypd0xbd
 33 daniel at daniel-watkins.co.uk-20081028143916-31taii6k1vy2hg2w
 34 daniel at daniel-watkins.co.uk-20081028144533-kf1ulpr54oh2l77p
+35 daniel at daniel-watkins.co.uk-20081029160729-khwl2rnrvizmwcts

Propchange: freepbx-modules/trunk/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Wed Oct 29 17:18:57 2008
@@ -1,5 +1,4 @@
-timestamp: 2008-10-28 14:45:33.312999964 +0000
+timestamp: 2008-10-29 16:07:29.226000071 +0000
 committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
 properties: 
 	branch-nick: freepbx-modules
-	rebase-of: daniel at daniel-watkins.co.uk-20081028144533-e7hmxj8hb6z1964g

Modified: freepbx-modules/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-modules/trunk/debian/changelog?rev=6352&op=diff
==============================================================================
--- freepbx-modules/trunk/debian/changelog (original)
+++ freepbx-modules/trunk/debian/changelog Wed Oct 29 17:18:57 2008
@@ -6,8 +6,10 @@
     * 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.
 
- -- Daniel Watkins <daniel.watkins at credativ.co.uk>  Tue, 28 Oct 2008 14:45:11 +0000
+ -- Daniel Watkins <daniel.watkins at credativ.co.uk>  Wed, 29 Oct 2008 16:05:06 +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=6352&op=diff
==============================================================================
--- freepbx-modules/trunk/fpx-modules (original)
+++ freepbx-modules/trunk/fpx-modules Wed Oct 29 17:18:57 2008
@@ -118,7 +118,7 @@
 
 function getversion()
 {
-	return "2.4";
+	return shell_exec('dpkg-parsechangelog | grep "^Version" | cut -d" " -f2 | cut -d"-" -f1');
 }
 
 // borrowed from freepbx




More information about the Pkg-voip-commits mailing list