[Pkg-voip-commits] r6531 - in /freepbx-core/trunk: ./ debian/module-location.py debian/rules module-location.py

odd_bloke-guest at alioth.debian.org odd_bloke-guest at alioth.debian.org
Wed Dec 3 11:22:20 UTC 2008


Author: odd_bloke-guest
Date: Wed Dec  3 11:22:20 2008
New Revision: 6531

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6531
Log:
Moved module-location.py into debian/, as per lintian warning.

Added:
    freepbx-core/trunk/debian/module-location.py
      - copied, changed from r6530, freepbx-core/trunk/module-location.py
Removed:
    freepbx-core/trunk/module-location.py
Modified:
    freepbx-core/trunk/   (props changed)
    freepbx-core/trunk/debian/rules

Propchange: freepbx-core/trunk/
------------------------------------------------------------------------------
--- bzr:file-ids (original)
+++ bzr:file-ids Wed Dec  3 11:22:20 2008
@@ -1,6 +1,2 @@
-debian/control	control-20081112151350-1t84hh985odirwzy-1
-debian/links	links-20081112162025-71ij5edla3x6dfy3-1
-debian/patches	patches-20081113163104-1twmcez2l8pjl8gi-1
-debian/patches/fix-phpsysinfo-imports	fixphpsysinfoimports-20081113163104-1twmcez2l8pjl8gi-2
-debian/patches/series	series-20081113163104-1twmcez2l8pjl8gi-3
+debian/module-location.py	modulelocation.py-20081112122401-ya4ynm0l0zf31cfk-1
 debian/rules	rules-20081112122444-139r8yb4axmbuquu-1

Propchange: freepbx-core/trunk/
------------------------------------------------------------------------------
--- bzr:revision-id:v3-trunk1 (original)
+++ bzr:revision-id:v3-trunk1 Wed Dec  3 11:22:20 2008
@@ -13,3 +13,4 @@
 14 daniel at daniel-watkins.co.uk-20081113153506-teza8hm45acqax3j
 15 daniel at daniel-watkins.co.uk-20081113162559-rf89kdwzpyormrx8
 16 daniel at daniel-watkins.co.uk-20081113171517-1h3b2eo0btw1muc9
+17 daniel at daniel-watkins.co.uk-20081113171642-041q4oqtq316vrb3

Propchange: freepbx-core/trunk/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Wed Dec  3 11:22:20 2008
@@ -1,4 +1,4 @@
-timestamp: 2008-11-13 17:15:17.609999895 +0000
+timestamp: 2008-11-13 17:16:42.194999933 +0000
 committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
 properties: 
 	branch-nick: freepbx-core

Copied: freepbx-core/trunk/debian/module-location.py (from r6530, freepbx-core/trunk/module-location.py)
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-core/trunk/debian/module-location.py?rev=6531&op=diff
==============================================================================
    (empty)

Modified: freepbx-core/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-core/trunk/debian/rules?rev=6531&op=diff
==============================================================================
--- freepbx-core/trunk/debian/rules (original)
+++ freepbx-core/trunk/debian/rules Wed Dec  3 11:22:20 2008
@@ -37,7 +37,7 @@
 	wget $(XML_URL)
 	mkdir $(UPSTREAM_DIR)
 	for module in $(MODULES); do \
-        location=`./module-location.py modules-2.5.xml $$module`; \
+        location=`./debian/module-location.py modules-2.5.xml $$module`; \
         tarball=`basename $$location`; \
         wget $(MODULE_STUB)$$location; \
         tar zxf $$tarball -C $(UPSTREAM_DIR); \




More information about the Pkg-voip-commits mailing list