X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fcaptive%2FIndex.html.pl;h=b66f2bb1c0e54224a3f81159dc64621cbd89d5e1;hb=e81ce9736b7ae397f51439629b927c395e696c84;hp=09142d1f9820959a170f2120baaf3196bb227477;hpb=004416dc8a7c39ef42486fe7a1ddde1c92848997;p=www.jankratochvil.net.git diff --git a/project/captive/Index.html.pl b/project/captive/Index.html.pl index 09142d1..b66f2bb 100755 --- a/project/captive/Index.html.pl +++ b/project/captive/Index.html.pl @@ -263,6 +263,15 @@ my @dist=( ); for my $dist (@dist) { + if ($dist->{"name"} eq "Debian GNU/Linux
'unstable' i386") { + print ""; + print "SUSE-9.0"; + print ''; + print "Expected these days; ".a_href('#lists','subscribe captive-announce-list below.'); + print join(", ",map("$_",@{$reqpkg{$case}})); + print ''; + print "\n"; + } print ""; print "".$dist->{"name"}.""; for my $casel (1,2,3) { @@ -281,7 +290,7 @@ print ""; print "Package Requirements"; for my $case (1,23) { print ""; - print join(", ",map("$_",@{$reqpkg{$case}})); + print join(", ",map("$_",@{$reqpkg{$case}})); print ""; } print "\n";