X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=lib%2FPackages%2FDoShow.pm;h=3a5e4f3c783f8a42e99859564069cf40f264adf7;hb=38aca122efcdfa5282e2fb1ec911d4085a6067bf;hp=6f8a71ce8a300c9b2b840f98f4abcbd7858cf640;hpb=f9f183095d5100a9cecc864361e19881601d780f;p=deb%2Fpackages.git diff --git a/lib/Packages/DoShow.pm b/lib/Packages/DoShow.pm index 6f8a71c..3a5e4f3 100644 --- a/lib/Packages/DoShow.pm +++ b/lib/Packages/DoShow.pm @@ -70,7 +70,7 @@ sub do_show { unless (@results || @non_results ) { fatal_error( _g( "No such package." )."
". - sprintf( _g( 'Search for the package' ), "$SEARCH_URL/$pkg" ) ); + sprintf( _g( 'Search for the package' ), make_search_url('','keywords='.uri_escape($pkg)) ) ); } else { my %all_suites; foreach (@results, @non_results) { @@ -239,7 +239,8 @@ sub do_show { $package_page .= sprintf(_g('%d kB'), $sizes_inst->{$a}); $package_page .= "\n"; - if ( $suite ne "experimental" ) { + if ( ($suite ne "experimental") + && ($subsection ne 'debian-installer')) { $package_page .= sprintf( "["._g( "list of files" )."]\n", make_url("$encodedpkg/$a/filelist",''), $pkg ); } else {