Description: Upstream changes introduced in version 0.97c-1
This patch has been created by dpkg-source during the package build.
Here's the last changelog entry, hopefully it gives details on why
those changes were made:
.
haci (0.97c-1) unstable; urgency=low
.
* Initial release (Closes: #491352)
.
The person named in the Author field signed this changelog entry.
Author: TANIGUCHI Takaki <takaki@debian.org>
Bug-Debian: http://bugs.debian.org/491352
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>
--- haci-0.97c.orig/html/index.html
+++ haci-0.97c/html/index.html
@@ -1,6 +1,6 @@
<HTML>
<HEAD>
- <meta http-equiv="refresh" content="0; URL=/cgi-bin/HaCi.cgi">
+ <meta http-equiv="refresh" content="0; URL=/haci/HaCi.cgi">
</HEAD>
<BODY>
</BODY>
--- haci-0.97c.orig/etc/internal.conf
+++ haci-0.97c/etc/internal.conf
@@ -5,7 +5,7 @@
<path>
workdir = $workdir
templateIncludePath = $workdir/Template
- templateCompilePath = $workdir/spool
+ templateCompilePath = /var/cache/haci/Template
spoolPath = $workdir/spool
authModules = $workdir/modules/HaCi/Authentication
plugins = $workdir/modules/HaCi/Plugins
@@ -26,9 +26,9 @@
titleShort = HaCi
titleLong = HaCi - IP Address Administration
version = 0.97c
- jsSrcDir = /
- jsSrc = /HaCi.js
- imagePathRel = /Images
+ jsSrcDir = /haci/
+ jsSrc = /haci/HaCi.js
+ imagePathRel = /haci/Images
logo = ${imagePathRel}/logo.png
style = bright
maxSubnetSize = 8
@@ -52,13 +52,13 @@
<layouts>
ID = bright
name = bright
- file = /HaCi.css
+ file = /haci/HaCi.css
descr = Bright Layout
</layouts>
<layouts>
ID = black
name = black
- file = /HaCi_black.css
+ file = /haci/HaCi_black.css
descr = Black Layout
</layouts>
</gui>
--- haci-0.97c.orig/Template/HaCiShowAbout.tmpl
+++ haci-0.97c/Template/HaCiShowAbout.tmpl
@@ -1,7 +1,7 @@
<div id=loginTop>
- <span><img id='loginLogo' src='/Images/HaCi_Logo2.png'></span>
+ <span><img id='loginLogo' src='[% imagepathrel %]/HaCi_Logo2.png'></span>
<br>
- <span><img id='loginLogoString' src='/Images/HaCi_Logo_String.png'></span>
+ <span><img id='loginLogoString' src='[% imagepathrel %]/HaCi_Logo_String.png'></span>
</div>
<span id="aboutVersion">Version: <b>[% version %]</b></span>
<br><br>
--- haci-0.97c.orig/Template/HaCiMenu.tmpl
+++ haci-0.97c/Template/HaCiMenu.tmpl
@@ -1,4 +1,4 @@
-<img id='logo' src='/Images/HaCi_Logo2.png'>
+<img id='logo' src='[% imagepathrel %]/HaCi_Logo2.png'>
<form name='menu' action='[% thisScript %]' method='post'>
[% FOREACH submenu IN menu %]
@@ -8,7 +8,7 @@
</div>
<div id='menuBoxBody'>
[% FOREACH entry IN submenu.entries %]
- <img id='menuBoxPic' src="[% entry.img %]" />
+ <img id='menuBoxPic' src="/haci/[% entry.img %]" />
[% UNLESS entry.disabled %]
<div id='menuBoxLink'><a id='menuBoxLinkA' href="[% entry.link %]">[% entry.title %]</a></div>
[% ELSE %]
--- haci-0.97c.orig/Template/HaCiShowSubnets.tmpl
+++ haci-0.97c/Template/HaCiShowSubnets.tmpl
@@ -35,7 +35,7 @@
<a href="[% thisScript %]?func=addNet&networkDec=[% subnet.dec %]&rootID=[% rootID %]&fillNet=1&netID=0">
<img
id = 'boxButtonImage'
- src = "/Images/addNet.png"
+ src = "[% imagepathrel %]/addNet.png"
/>
</a>
</td>
--- haci-0.97c.orig/Template/HaCiLogin.tmpl
+++ haci-0.97c/Template/HaCiLogin.tmpl
@@ -1,9 +1,9 @@
<div id='root'>
<div id=loginRoot>
<div id=loginTop>
- <span><img id='loginLogo' src='/Images/HaCi_Logo2.png'></span>
+ <span><img id='loginLogo' src='[% imagepathrel %]/HaCi_Logo2.png'></span>
<br>
- <span><img id='loginLogoString' src='/Images/HaCi_Logo_String.png'></span>
+ <span><img id='loginLogoString' src='[% imagepathrel %]/HaCi_Logo_String.png'></span>
</div>
<form name='loginForm' action='[% thisScript %]' method='post' [% IF buttonFocus %]onkeyup = "submitOnEnter(event,'[% buttonFocus %]')"[% END %]>