[Pkg-voip-commits] r6704 - in /freepbx-core/trunk: ./ debian/rules

odd_bloke-guest at alioth.debian.org odd_bloke-guest at alioth.debian.org
Wed Jan 28 16:12:38 UTC 2009


Author: odd_bloke-guest
Date: Wed Jan 28 16:12:38 2009
New Revision: 6704

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6704
Log:
Fixed get-orig-source rule.

Modified:
    freepbx-core/trunk/   (props changed)
    freepbx-core/trunk/debian/rules

Propchange: freepbx-core/trunk/
------------------------------------------------------------------------------
--- bzr:file-ids (original)
+++ bzr:file-ids Wed Jan 28 16:12:38 2009
@@ -1,1 +1,1 @@
-debian/copyright	copyright-20090127115340-plpwu3ei0bp7xsnk-1
+debian/rules	rules-20081112122444-139r8yb4axmbuquu-1

Propchange: freepbx-core/trunk/
------------------------------------------------------------------------------
--- bzr:revision-id:v4 (original)
+++ bzr:revision-id:v4 Wed Jan 28 16:12:38 2009
@@ -6,3 +6,4 @@
 24 daniel at daniel-watkins.co.uk-20090127123410-e263a8vt2gnx713s
 25 daniel at daniel-watkins.co.uk-20090128133603-2aicxgfz80mts9yi
 26 daniel at daniel-watkins.co.uk-20090128134333-7dmhpiixif1l4jj5
+27 daniel at daniel-watkins.co.uk-20090128161232-tolsm52hl510yt34

Propchange: freepbx-core/trunk/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Wed Jan 28 16:12:38 2009
@@ -1,4 +1,4 @@
-timestamp: 2009-01-28 13:43:33.029000044 +0000
+timestamp: 2009-01-28 16:12:32.500999928 +0000
 committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
 properties: 
 	branch-nick: freepbx-core

Propchange: freepbx-core/trunk/
------------------------------------------------------------------------------
--- bzr:text-parents (original)
+++ bzr:text-parents Wed Jan 28 16:12:38 2009
@@ -1,0 +1,1 @@
+debian/rules	daniel at daniel-watkins.co.uk-20090127121725-89ncmd7r4256qj3i

Modified: freepbx-core/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-core/trunk/debian/rules?rev=6704&op=diff
==============================================================================
--- freepbx-core/trunk/debian/rules (original)
+++ freepbx-core/trunk/debian/rules Wed Jan 28 16:12:38 2009
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 VERSION = $(shell dpkg-parsechangelog | grep "^Version" | cut -d" " -f2)
-UPSTREAM_VERSION = $(shell echo $(VERSION) | cut -d"-" -f1)
+UPSTREAM_VERSION = $(shell echo $(VERSION) | cut -d"+" -f1)
 MAJOR_VERSION = $(shell echo $(VERSION) | cut -d"." -f1-2)
 
 XML_FILE = modules-$(MAJOR_VERSION).xml




More information about the Pkg-voip-commits mailing list