From: short <> Date: Sun, 20 Jun 2004 12:34:15 +0000 (+0000) Subject: -Debian packages links. X-Git-Tag: bp_apache20~30 X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=commitdiff_plain;h=58ea2377a598f852de48b8fac7a834f1303b135d -Debian packages links. - They are pretty obsolete now anyway. --- diff --git a/project/captive/CVS.html.pl b/project/captive/CVS.html.pl index e9f3265..75f954e 100755 --- a/project/captive/CVS.html.pl +++ b/project/captive/CVS.html.pl @@ -103,19 +103,6 @@ my $ntfsprogs_after=sub ($) { my @dist=( { - "name"=>"Debian GNU/Linux
'unstable' i386", - "id"=>"debian", - "out"=>sub { - my($pkg,$version_base,$version_ext)=@_; - $version_ext=~s/^\d+//; - my $file="${pkg}_$version_base".($version_ext=~/^\d+$/ ? "" : $version_ext)."_i386.deb"; - my $r=&$a_href_arch("dist/$file",$file); - (my $filedev=$file)=~s/^\Q$pkg\E_/${pkg}-dev_/; - $r.="
".&$a_href_arch("dist/$filedev",$filedev) if $has_devel{$pkg}; - return $r; - }, - }, - { "name"=>"Sources (.tar.gz)", "id"=>"source", "out"=>sub { diff --git a/project/captive/Index.html.pl b/project/captive/Index.html.pl index 2b63f1d..63a7780 100755 --- a/project/captive/Index.html.pl +++ b/project/captive/Index.html.pl @@ -123,10 +123,6 @@ print <<"HERE"; @{[ a_href 'dist/captive-static-'.$version{"captive"}[0].'.tar.gz',undef(),"size"=>1,"basename"=>1 ]} - Debian .deb binaries - @{[ a_href 'CVS.html.pl#debian','download link' ]} - - Source archives @{[ a_href 'CVS.html.pl#source','download link' ]}