[Pkg-voip-commits] r6521 - in /freepbx-core/trunk: ./ debian/compat debian/control debian/install debian/rules

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


Author: odd_bloke-guest
Date: Wed Dec  3 11:22:00 2008
New Revision: 6521

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6521
Log:
We now create a rough package.

Added:
    freepbx-core/trunk/debian/compat
    freepbx-core/trunk/debian/control
    freepbx-core/trunk/debian/install
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:00 2008
@@ -1,1 +1,4 @@
-debian/changelog	changelog-20081112122426-x7cu69bxibhlakni-1
+debian/compat	compat-20081112152013-zp84dj1cqxnxkmvc-1
+debian/control	control-20081112151350-1t84hh985odirwzy-1
+debian/install	install-20081112151946-zdtmok3amyuitmw7-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:00 2008
@@ -3,3 +3,4 @@
 4 daniel at daniel-watkins.co.uk-20081112141939-beobc3zinuhhz8bk
 5 daniel at daniel-watkins.co.uk-20081112144840-o8x3pwmh9ch9uinx
 6 daniel at daniel-watkins.co.uk-20081112152300-dwc1dqtojuka1fr3
+7 daniel at daniel-watkins.co.uk-20081112152604-1dk28lo9x24zsicr

Propchange: freepbx-core/trunk/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Wed Dec  3 11:22:00 2008
@@ -1,4 +1,4 @@
-timestamp: 2008-11-12 15:23:00.632999897 +0000
+timestamp: 2008-11-12 15:26:04.125000000 +0000
 committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
 properties: 
 	branch-nick: freepbx-core

Added: freepbx-core/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-core/trunk/debian/compat?rev=6521&op=file
==============================================================================
--- freepbx-core/trunk/debian/compat (added)
+++ freepbx-core/trunk/debian/compat Wed Dec  3 11:22:00 2008
@@ -1,0 +1,1 @@
+7

Added: freepbx-core/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-core/trunk/debian/control?rev=6521&op=file
==============================================================================
--- freepbx-core/trunk/debian/control (added)
+++ freepbx-core/trunk/debian/control Wed Dec  3 11:22:00 2008
@@ -1,0 +1,18 @@
+Source: freepbx-core
+Section: comm
+Priority: optional
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Tzafrir Cohen <tzafrir.cohen at xorcom.com>, Diego Iastrubni <diego.iastrubni at xorcom.com>, Chris Halls <halls at debian.org>, Daniel Watkins <daniel at daniel-watkins.co.uk>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.0
+Homepage: http://www.freepbx.org/
+Vcs-Svn: svn://svn.debian.org/pkg-voip/freepbx-core/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-voip/freepbx-core/trunk/?op=log
+
+Package: freepbx-core
+Architecture: all
+Depends: freepbx-common, php5-cli, php5
+Description: core modules for FreePBX - a web-based GUI for Asterisk
+ FreePBX (formerly AMP) is a web-based GUI for the Asterisk PBX.
+ .
+ This package provides the core modules required for it to function.

Added: freepbx-core/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-core/trunk/debian/install?rev=6521&op=file
==============================================================================
--- freepbx-core/trunk/debian/install (added)
+++ freepbx-core/trunk/debian/install Wed Dec  3 11:22:00 2008
@@ -1,0 +1,7 @@
+core                    /usr/share/freepbx/modules
+dashboard               /usr/share/freepbx/modules
+featurecodeadmin        /usr/share/freepbx/modules
+framework               /usr/share/freepbx/modules
+fw_ari                  /usr/share/freepbx/modules
+fw_fop                  /usr/share/freepbx/modules
+voicemail               /usr/share/freepbx/modules

Modified: freepbx-core/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-core/trunk/debian/rules?rev=6521&op=diff
==============================================================================
--- freepbx-core/trunk/debian/rules (original)
+++ freepbx-core/trunk/debian/rules Wed Dec  3 11:22:00 2008
@@ -12,6 +12,9 @@
 UPSTREAM_DIR=freepbx-core-$(UPSTREAM_VERSION)
 ORIG_TARBALL=freepbx-core_$(UPSTREAM_VERSION)+$(shell date +%Y%m%d).orig.tar.gz
 
+%:
+	dh $@
+
 get-orig-source:
 	wget $(XML_URL)
 	mkdir $(UPSTREAM_DIR)




More information about the Pkg-voip-commits mailing list