]> git.saurik.com Git - apt.git/blobdiff - dselect/setup
Change frozen to testing everywhere.
[apt.git] / dselect / setup
index 8386d9000ccb8509b099c54d30c00c75808bf96f..4c56e01ea6877e15857ba5c4daf7fee2e315e347 100755 (executable)
@@ -30,7 +30,7 @@ my $boldoff=`setterm -bold off`;
 
 my @known_types           = ('deb');
 my @known_access         = ('http', 'ftp', 'file');
-my @typical_distributions = ('stable', 'unstable', 'frozen', 'non-US');
+my @typical_distributions = ('stable', 'unstable', 'testing', 'non-US');
 my @typical_components    = ('main', 'contrib', 'non-free');
 
 my %known_access           = map {($_,$_)} @known_access;