From e81ce9736b7ae397f51439629b927c395e696c84 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 7 Nov 2003 10:33:55 +0000 Subject: [PATCH] +Expected SUSE-9.0 packaging. --- project/captive/Index.html.pl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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"; -- 1.8.3.1