1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
libace-perl for Debian
----------------------
When rebuilding the package with latest packaging standards and
comparing with previous content it was noticed that some settings
definitely are not sanely chosen. Since this was also not done
before this fact is not changed but mentioned here to enable
tracking down potential problems quickly. See questionable settings
are in the file
/usr/lib/@DEB_HOST_MULTIARCH@/perl5/5.32/Ace/Browser/LocalSiteDefs.pm
where the build directory remains hardcoded:
$SITE_DEFS = '/tmp/buildd/libace-perl-1.92/debian/libace-perl/etc/libace-perl';
$CGI_PATH = '/tmp/buildd/libace-perl-1.92/debian/libace-perl/usr/lib/cgi-bin';
$HTML_PATH = '/tmp/buildd/libace-perl-1.92/debian/libace-perl/usr/share/libace-perl';
Since the relevant directories are not existent inside the package this
is most probably harmless but in case a user might happen to try the
server features via CGI this should be reported in a potential bug
report.
-- Andreas Tille <tille@debian.org> Tue, 29 Oct 2013 11:08:14 +0100
|