[Pkg-nagios-changes] [pkg-icingaweb2] 01/01: Allow embedding libraries for legacy or not-fully maintained distributions

Markus Frosch lazyfrosch at moszumanska.debian.org
Tue Mar 10 21:44:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

lazyfrosch pushed a commit to branch legacy
in repository pkg-icingaweb2.

commit 5d3bba306312e62d3f062dc20309b298cdcd7dda
Author: Markus Frosch <markus at lazyfrosch.de>
Date:   Tue Mar 10 22:43:27 2015 +0100

    Allow embedding libraries for legacy or not-fully maintained distributions
    
    - Ubuntu
    - Debian wheezy, squeeze
---
 debian/control            | 6 +++---
 debian/icingaweb2.install | 5 +++++
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 9cde869..842f97c 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,8 @@ Depends:
  adduser,
  icingaweb2-common,
 # 4.4 in wheezy - TODO: test
- php-htmlpurifier (>= 4.4),
- php-dompdf (>= 0.6.1),
+# legacy: php-htmlpurifier (>= 4.4),
+# legacy: php-dompdf (>= 0.6.1),
 # php-parsedown,
 # php-lessphp,
 # php-jshrink,
@@ -105,7 +105,7 @@ Section: php
 Architecture: all
 Depends:
  php5 (>= 5.3.2),
- zendframework,
+# legacy: zendframework,
  ${misc:Depends}
 # | icingaweb-vendor-zend
 Recommends:
diff --git a/debian/icingaweb2.install b/debian/icingaweb2.install
index 8b6478c..955a5ca 100644
--- a/debian/icingaweb2.install
+++ b/debian/icingaweb2.install
@@ -16,3 +16,8 @@ debian/icingaweb2.conf           etc/apache2/conf-available
 library/vendor/JShrink/*.php     usr/share/icingaweb2/library/vendor/JShrink
 library/vendor/Parsedown/*.php   usr/share/icingaweb2/library/vendor/Parsedown
 library/vendor/lessphp/*.php     usr/share/icingaweb2/library/vendor/lessphp
+
+# libraries that we can not get via packages on legacy systems
+library/vendor/dompdf/{*.php,lib,include} usr/share/icingaweb2/library/vendor/dompdf
+library/vendor/HTMLPurifier/{*.php,*/} usr/share/icingaweb2/library/vendor/HTMLPurifier
+library/vendor/Zend/{*.php,*/} usr/share/icingaweb2/library/vendor/Zend

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icingaweb2.git



More information about the Pkg-nagios-changes mailing list