use warnings;
use strict;
-# Hack to work on merkel where suexec is in place
-BEGIN{
- if ($ENV{HTTP_HOST} eq 'merkel.debian.org') {
- unshift @INC, qw(/home/don/perl/usr/share/perl5 /home/don/perl/usr/lib/perl5 /home/don/source);
- $ENV{DEBBUGS_CONFIG_FILE}="/home/don/config_internal";
- }
-}
-
-
use CGI::Simple;
# use CGI::Alert 'nobody@example.com';
use warnings;
use strict;
-# Hack to work on merkel where suexec is in place
-BEGIN{
- if (defined $ENV{HTTP_HOST} and $ENV{HTTP_HOST} eq 'merkel.debian.org') {
- unshift @INC, qw(/home/don/perl/usr/share/perl5 /home/don/perl/usr/lib/perl5 /home/don/source);
- $ENV{DEBBUGS_CONFIG_FILE}="/home/don/config_internal";
- }
-}
-
-
use CGI::Simple;
# by default send this message nowhere
- Update Standards-Version to 4.7.0
* debian/compat: removed
* Actually upload the package (closes: #477182, #1079842)
+ * cgi/search.cgi, cgi/version.cgi:
+ - Do not special-case merkel.debian.org
-- Bill Allombert <ballombe@debian.org> Fri, 08 Nov 2024 10:03:05 +0100