aboutsummaryrefslogtreecommitdiff
path: root/lib/Deb/Versions.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Deb/Versions.pm')
-rw-r--r--lib/Deb/Versions.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm
index 86298f0..2be1949 100644
--- a/lib/Deb/Versions.pm
+++ b/lib/Deb/Versions.pm
@@ -181,7 +181,7 @@ our @SUITES_SORT = qw(
sid unstable experimental
warty hoary breezy dapper edgy feisty gutsy hardy
intrepid jaunty karmic lucid maverick natty oneiric
- precise quantal raring saucy trusty);
+ precise quantal raring saucy trusty utopic);
our @ARCHIVE_SORT = qw( non-US security updates volatile backports );
our @PRIORITY_SORT = qw( required important standard optional extra );
my $i = 1000;