[Pkg-voip-commits] r6525 - in /freepbx-core/trunk: ./ debian/control debian/links debian/rules

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


Author: odd_bloke-guest
Date: Wed Dec  3 11:22:06 2008
New Revision: 6525

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6525
Log:
Don't install embedded phpsysinfo.

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

Propchange: freepbx-core/trunk/
------------------------------------------------------------------------------
--- bzr:file-ids (original)
+++ bzr:file-ids Wed Dec  3 11:22:06 2008
@@ -1,1 +1,3 @@
-debian/changelog	changelog-20081112122426-x7cu69bxibhlakni-1
+debian/control	control-20081112151350-1t84hh985odirwzy-1
+debian/links	links-20081112162025-71ij5edla3x6dfy3-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:06 2008
@@ -7,3 +7,4 @@
 8 daniel at daniel-watkins.co.uk-20081112153658-zz35exiyhhyfh8sa
 9 daniel at daniel-watkins.co.uk-20081112161130-99sn89k0m1h85toy
 10 daniel at daniel-watkins.co.uk-20081112161152-c15hzx85iwgffguz
+11 daniel at daniel-watkins.co.uk-20081112162455-moe3csh2kjtmh4kr

Propchange: freepbx-core/trunk/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Wed Dec  3 11:22:06 2008
@@ -1,4 +1,4 @@
-timestamp: 2008-11-12 16:11:52.536999941 +0000
+timestamp: 2008-11-12 16:24:55.483000040 +0000
 committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
 properties: 
 	branch-nick: freepbx-core

Modified: freepbx-core/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-core/trunk/debian/control?rev=6525&op=diff
==============================================================================
--- freepbx-core/trunk/debian/control (original)
+++ freepbx-core/trunk/debian/control Wed Dec  3 11:22:06 2008
@@ -11,7 +11,7 @@
 
 Package: freepbx-core
 Architecture: all
-Depends: freepbx-common, php5-cli, php5
+Depends: freepbx-common, php5-cli, php5, phpsysinfo
 Description: core modules for FreePBX - a web-based GUI for Asterisk
  FreePBX (formerly AMP) is a web-based GUI for the Asterisk PBX.
  .

Added: freepbx-core/trunk/debian/links
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-core/trunk/debian/links?rev=6525&op=file
==============================================================================
--- freepbx-core/trunk/debian/links (added)
+++ freepbx-core/trunk/debian/links Wed Dec  3 11:22:06 2008
@@ -1,0 +1,1 @@
+/usr/share/phpsysinfo       /usr/share/freepbx/modules/dashboard/phpsysinfo

Modified: freepbx-core/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-core/trunk/debian/rules?rev=6525&op=diff
==============================================================================
--- freepbx-core/trunk/debian/rules (original)
+++ freepbx-core/trunk/debian/rules Wed Dec  3 11:22:06 2008
@@ -12,7 +12,23 @@
 UPSTREAM_DIR=freepbx-core-$(UPSTREAM_VERSION)
 ORIG_TARBALL=freepbx-core_$(UPSTREAM_VERSION)+$(shell date +%Y%m%d).orig.tar.gz
 
-%:
+clean:
+	dh $@
+
+build:
+	dh $@
+
+install: build
+	dh $@ --before dh_link
+	rm -rf debian/freepbx-core/usr/share/freepbx/modules/dashboard/phpsysinfo
+	dh $@ --remaining
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
 	dh $@
 
 get-orig-source:




More information about the Pkg-voip-commits mailing list