From 384060d042cd96a71b19ce7754651ad0e0d7c2ee Mon Sep 17 00:00:00 2001 From: waja Date: Wed, 12 Aug 2009 10:56:41 +0000 Subject: [PATCH] fix location of form_handler.php git-svn-id: svn://svn.debian.org/svn/pkg-nagios/nagvis/trunk@1691 98d490a6-b407-0410-aaaa-fdee166ba3f5 --- debian/changelog | 12 ++++++++++-- debian/patches/pathnames.dpatch | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5fc401e..cdd9354 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 @@ nagvis (1:1.2.2-5) unstable; urgency=low * 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 diff --git a/debian/patches/pathnames.dpatch b/debian/patches/pathnames.dpatch index 1b6e98e..372913c 100755 --- a/debian/patches/pathnames.dpatch +++ b/debian/patches/pathnames.dpatch @@ -371,7 +371,7 @@ diff -urNad nagvis-1.3.1~/wui/form_handler.php nagvis-1.3.1/wui/form_handler.php // 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'); -- 2.30.2