[Pkg-nagios-changes] [SCM] Debian packaging of icinga-web branch, master, updated. debian/1.7.0-2-13-gddc313f

Markus Frosch markus at lazyfrosch.de
Wed Jun 20 13:39:56 UTC 2012


The following commit has been merged in the master branch:
commit ddc313fe465887241b1ac0b3fec91498ad2d341e
Author: Markus Frosch <markus at lazyfrosch.de>
Date:   Wed Jun 20 15:39:24 2012 +0200

    fixed URI escape so URI::Escape is no longer needed (Closes: #678266)

diff --git a/debian/icinga-web.postinst b/debian/icinga-web.postinst
index d742d07..6ac2598 100644
--- a/debian/icinga-web.postinst
+++ b/debian/icinga-web.postinst
@@ -13,7 +13,7 @@ dbc_go icinga-web $@
 # Database connection files
 ###
 uriescape() {
-    echo "$(perl -MURI::Escape -e 'print uri_escape($ARGV[0]);' "$1")"
+    echo "$(perl -MCGI::Util -e 'print CGI::Util::escape($ARGV[0]);' "$1")"
 }
 
 generate_dbxml() {

-- 
Debian packaging of icinga-web



More information about the Pkg-nagios-changes mailing list