From: Yaroslav Halchenko <debian@onerussian.com>
Subject: Fetch all versions from the same page for Debian

Similarly to Ubuntu's logic supplied in 06-ubuntu-versions patch -- fetch all versions
available from the same page without querying each suite separately. This way
we also get possibly present urls to backports (#655497). Also altogether
should be more efficient avoiding multiple fetches/parsings.

Origin: Debian
Bug-Debian: http://bugs.debian.org/655497
Last-Update: 2012-09-27
--- a/program/whohas
+++ b/program/whohas
@@ -938,7 +938,7 @@ sub debian_size_convert {
 }
 
 sub debian {
-	my @dists = ( 'stable', 'testing' );
+	my @dists = ( 'all' );
 	&debuntu('http://packages.debian.org','Debian',\@dists,$_[0]);
 	return();
 }
