## Description: Add unstable and experimental Debian repositories.
## Origin/Author: Jonathan Wiltshire <debian@jwiltshire.org.uk>
## Bug: https://bugs.debian.org/511364
Index: whohas-0.29/program/whohas
===================================================================
--- whohas-0.29.orig/program/whohas	2012-01-15 14:37:16.402235505 -0300
+++ whohas-0.29/program/whohas	2012-01-15 14:39:00.409903804 -0300
@@ -938,7 +938,7 @@
 }
 
 sub debian {
-	my @dists = ( 'stable', 'testing' );
+	my @dists = ( 'stable', 'testing', 'unstable', 'experimental' );
 	&debuntu('http://packages.debian.org','Debian',\@dists,$_[0]);
 	return();
 }
