-Debian packages links.
authorshort <>
Sun, 20 Jun 2004 12:34:15 +0000 (12:34 +0000)
committershort <>
Sun, 20 Jun 2004 12:34:15 +0000 (12:34 +0000)
 - They are pretty obsolete now anyway.

project/captive/CVS.html.pl
project/captive/Index.html.pl

index e9f3265..75f954e 100755 (executable)
@@ -103,19 +103,6 @@ my $ntfsprogs_after=sub ($) {
 
 my @dist=(
                {
-                       "name"=>"Debian GNU/Linux<br />'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.="<br />".&$a_href_arch("dist/$filedev",$filedev) if $has_devel{$pkg};
-                                       return $r;
-                               },
-                       },
-               {
                        "name"=>"Sources (.tar.gz)",
                        "id"=>"source",
                        "out"=>sub {
index 2b63f1d..63a7780 100755 (executable)
@@ -123,10 +123,6 @@ print <<"HERE";
                <td>@{[ a_href 'dist/captive-static-'.$version{"captive"}[0].'.tar.gz',undef(),"size"=>1,"basename"=>1 ]}</td>
        </tr>
        <tr>
-               <td>Debian .deb binaries</td>
-               <td>@{[ a_href 'CVS.html.pl#debian','download link' ]}</td>
-       </tr>
-       <tr>
                <td>Source archives</td>
                <td>@{[ a_href 'CVS.html.pl#source','download link' ]}</td>
        </tr>