From 34490655252a304aff3fecc27dc81f4bc4e6d3fd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 17 Nov 2013 14:53:09 +0000 Subject: [PATCH] autopkgtests: dummycat archive query sorts its results --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgit b/dgit index 70305040..38b33648 100755 --- a/dgit +++ b/dgit @@ -763,7 +763,7 @@ sub archive_query_dummycat ($$) { } C->error and die "$dpath: $!"; close C; - return @rows; + return sort { -version_compare_string($a->[0],$b->[0]); } @rows; } sub canonicalise_suite () { -- 2.30.2