[Pkg-nagios-changes] [SCM] Debian packaging of icinga-web branch, master, updated. debian/1.9.0+dfsg1-1-3-g74c7e99

Markus Frosch markus at lazyfrosch.de
Sun Jun 23 19:17:25 UTC 2013


The following commit has been merged in the master branch:
commit 74c7e99b8cd3e3baabd25776b5a897022eb3e124
Author: Markus Frosch <markus at lazyfrosch.de>
Date:   Sun Jun 23 21:01:27 2013 +0200

    Added php5-json as a Dependency
    
    Because JSON support got dropped from php5 source itself
    and is now provided via an extra package.
    
    Git-Dch: long
    Closes: #713220

diff --git a/debian/control b/debian/control
index 6893f22..d03bab3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: php
 Priority: extra
 Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
 Uploaders: Markus Frosch <markus at lazyfrosch.de>, Alexander Wirt <formorer at debian.org>, Jan Wagner <waja at cyconet.org>
-Build-Depends: autotools-dev, debhelper (>= 7.0.50~), po-debconf, php5-cli, php5-xsl
+Build-Depends: autotools-dev, debhelper (>= 7.0.50~), po-debconf, php5-cli, php5-xsl, php5-json
 Standards-Version: 3.9.4
 Homepage: http://www.icinga.org
 Vcs-Git: git://anonscm.debian.org/pkg-nagios/pkg-icinga-web.git
@@ -19,6 +19,7 @@ Depends: dbconfig-common,
          php5-gd,
          php5-mysql | php5-pgsql,
          php5-xsl,
+         php5-json,
          ucf,
          ${misc:Depends}
 Recommends: apache2 | httpd, mysql-client | postgresql-client

-- 
Debian packaging of icinga-web



More information about the Pkg-nagios-changes mailing list