deb http://ftp.de.debian.org/debian sid main contrib non-free
deb-src http://ftp.de.debian.org/debian sid main contrib non-free
-#deb http://ftp.de.debian.org/debian testing main contrib non-free
-#deb-src http://ftp.de.debian.org/debian testing main contrib non-free
-#deb http://ftp.de.debian.org/debian stable main contrib non-free
-#deb-src http://ftp.de.debian.org/debian stable main contrib non-free
+deb http://ftp.de.debian.org/debian testing main contrib non-free
+deb-src http://ftp.de.debian.org/debian testing main contrib non-free
+
+deb http://ftp.de.debian.org/debian stable main contrib non-free
+deb-src http://ftp.de.debian.org/debian stable main contrib non-free
deb http://ftp.de.debian.org/debian experimental main contrib non-free
deb-src http://ftp.de.debian.org/debian experimental main contrib non-free
-deb-src http://snapshot.debian.org/archive/debian/20101215T205429Z/ sid main
-deb-src http://snapshot.debian.org/archive/debian/20101229T212510Z/ sid main
+deb-src http://snapshot.debian.org/archive/debian/20110509T163438Z/ sid main
+deb-src http://snapshot.debian.org/archive/debian/20110509T100937Z/ sid main
deb-src http://deb.grml.org/ grml-stable main
deb-src http://deb.grml.org/ grml-testing main
'Errors', 'Last updated', 'sources.list entry'],
);
-foreach my $releasefile (@status_files) {
+use Sort::Naturally;
+
+foreach my $releasefile (nsort(@status_files)) {
open (my $pfh, '<', "$releasefile")
or die "Could not open statusfile '$releasefile': $!";
my ($release, $packages, $sources, $errors, $lastupdated, $baseurl);