]> git.deb.at Git - deb/packages.git/commitdiff
Inform user about using aptitude/synaptic instead of this website is also
authorJeroen van Wolffelaar <jeroen@wolffelaar.nl>
Wed, 22 Feb 2006 01:44:30 +0000 (01:44 +0000)
committerJeroen van Wolffelaar <jeroen@wolffelaar.nl>
Wed, 22 Feb 2006 01:44:30 +0000 (01:44 +0000)
possible

lib/Packages/DoDownload.pm

index ab3ab73197cd47ef4cc01f7223c94ec07d2b5c9a..815652126bba85b886b9291774bf11f6fdbe93fd 100644 (file)
@@ -269,6 +269,11 @@ sub do_download {
        } else {
            $$page_content .= "<p>".sprintf( _g( 'You can download the requested file from the <tt>%s</tt> subdirectory at:' ), $directory )."</p>\n";
        }
+
+       hint(_g("If you are running Debian, it's strongly suggested to use a
+           package manager like <a href=\"../../aptitude\">aptitude</a> or <a
+           href=\"../../synaptic\">synaptic</a> to download and install
+           packages, instead of doing so manually via this website"));
        
        if ($archive eq 'security') {