[Pkg-nagios-changes] [pkg-nagios] r1691 - in nagvis/trunk/debian: . patches
Jan Wagner
waja at alioth.debian.org
Wed Aug 12 10:56:41 UTC 2009
tags 522296 pending
thanks
Author: waja
Date: 2009-08-12 10:56:41 +0000 (Wed, 12 Aug 2009)
New Revision: 1691
Modified:
nagvis/trunk/debian/changelog
nagvis/trunk/debian/patches/pathnames.dpatch
Log:
fix location of form_handler.php
Modified: nagvis/trunk/debian/changelog
===================================================================
--- nagvis/trunk/debian/changelog 2009-08-05 22:22:43 UTC (rev 1690)
+++ nagvis/trunk/debian/changelog 2009-08-12 10:56:41 UTC (rev 1691)
@@ -1,5 +1,13 @@
+nagvis (1:1.3.1-3) unstable; urgency=low
+
+ * adjust pathnames.dpatch to form_handler.php from correct location, thanks
+ Andreas Steinel (Closes: #522296)
+ * add myself to Uploaders
+
+ -- Jan Wagner <waja at cyconet.org> Wed, 12 Aug 2009 12:49:27 +0200
+
nagvis (1:1.3.1-2) unstable; urgency=low
-
+
* Added --debconf-ok to debian/post{inst,rm} (Closes: 522172)
* Copy wui/includes/functions to the right directory (Closes: 522296)
@@ -19,7 +27,7 @@
* debian/rules:
+ used install instead of mkdir or cp
* debian/postinst:
- + added nagvis apache.conf symlink in /etc/apache2/conf.d
+ + added nagvis apache.conf symlink in /etc/apache2/conf.d
debian/control:
+ added libapache2-mod-php5 to Depends
* override lintian warning package-contains-empty-directory
Modified: nagvis/trunk/debian/patches/pathnames.dpatch
===================================================================
--- nagvis/trunk/debian/patches/pathnames.dpatch 2009-08-05 22:22:43 UTC (rev 1690)
+++ nagvis/trunk/debian/patches/pathnames.dpatch 2009-08-12 10:56:41 UTC (rev 1691)
@@ -371,7 +371,7 @@
// Include needed WUI specific functions
-require('./includes/functions/form_handler.php');
-+require('/usr/share/nagvis/wui/includes/functions/form_handler.php');
++require('/usr/share/nagvis/htdocs/wui/includes/form_handler.php');
// Include needed global classes
-require('../nagvis/includes/classes/GlobalLanguage.php');
More information about the Pkg-nagios-changes
mailing list