<div>
                    <span style="font-size: 12px;">The problem is in the dh_install calls in the rules. I was able to fix this by applying this patch:</span>
                </div><div><span style="font-size: 12px;"><br></span></div><div><div><font face="Courier New">diff --unified xymon-4.3.10/debian/changelog </font><span style="font-family: 'Courier New'; ">xymon-4.3.10-sz</span><font face="Courier New">/debian/changelog</font></div><div><font face="Courier New">--- xymon-4.3.10/debian/changelog<span class="Apple-tab-span" style="white-space:pre">   </span>2012-08-04 05:13:20.000000000 -0700</font></div><div><font face="Courier New">+++ </font><span style="font-family: 'Courier New'; ">xymon-4.3.10-sz</span><font face="Courier New">/debian/changelog<span class="Apple-tab-span" style="white-space:pre">     </span>2012-10-10 18:42:25.662517487 -0700</font></div><div><font face="Courier New">@@ -1,3 +1,9 @@</font></div><div><font face="Courier New">+xymon (4.3.10-sz) unstable; urgency=low</font></div><div><font face="Courier New">+</font></div><div><font face="Courier New">+   * Fixed Debian/Ubuntu build to put init and logrotate scripts in the right packages.</font></div><div><font face="Courier New">+</font></div><div><font face="Courier New">+ -- Kraig Amador <kamador@shopzilla.com>  Wed, 10 Oct 2012 18:42:00 -0800</font></div><div><font face="Courier New">+</font></div><div><font face="Courier New"> xymon (4.3.10) unstable; urgency=low</font></div><div><font face="Courier New"> </font></div><div><font face="Courier New">    * rev 7164</font></div><div><font face="Courier New">diff --unified xymon-4.3.10/debian/rules xymon-4.3.10-sz/debian/rules</font></div><div><font face="Courier New">--- xymon-4.3.10/debian/rules<span class="Apple-tab-span" style="white-space:pre">       </span>2011-03-08 09:20:28.000000000 -0800</font></div><div><font face="Courier New">+++ </font><span style="font-family: 'Courier New'; ">xymon-4.3.10-sz</span><font face="Courier New">/debian/rules<span class="Apple-tab-span" style="white-space:pre"> </span>2012-10-10 18:50:14.663024230 -0700</font></div><div><font face="Courier New">@@ -137,9 +137,9 @@</font></div><div><font face="Courier New"> <span class="Apple-tab-span" style="white-space:pre">      </span>rmdir $S/usr/share/man/man7</font></div><div><font face="Courier New"> <span class="Apple-tab-span" style="white-space:pre">      </span>dh_installdebconf -a</font></div><div><font face="Courier New"> <span class="Apple-tab-span" style="white-space:pre">     </span># use the old file names for now</font></div><div><font face="Courier New">-<span class="Apple-tab-span" style="white-space:pre">      </span>dh_installlogrotate --name=xymon-client -a</font></div><div><font face="Courier New">-<span class="Apple-tab-span" style="white-space:pre">    </span>dh_installinit --name=xymon -p'xymon' -- defaults 98 02</font></div><div><font face="Courier New">-<span class="Apple-tab-span" style="white-space:pre">       </span>dh_installinit --name=xymon-client -p'xymon-client' -- defaults 98 02</font></div><div><font face="Courier New">+<span class="Apple-tab-span" style="white-space:pre"> </span>dh_installdebconf -a</font></div><div><font face="Courier New">+<span class="Apple-tab-span" style="white-space:pre">  </span>dh_installlogrotate -a</font></div><div><font face="Courier New">+<span class="Apple-tab-span" style="white-space:pre">        </span>dh_installinit -a -- defaults 98 02</font></div><div><font face="Courier New"> <span class="Apple-tab-span" style="white-space:pre">      </span>dh_installman -a</font></div><div><font face="Courier New"> <span class="Apple-tab-span" style="white-space:pre"> </span>dh_link -a</font></div><div><font face="Courier New"> <span class="Apple-tab-span" style="white-space:pre">       </span>dh_strip -a</font></div></div><div><font face="Courier New"><br></font></div>
                <div><div><br></div>-- <br>Kraig Amador<br><br></div>