From b06cc759d35cfc5c42600e82b1d0074e66f21743 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Thu, 3 Dec 2009 13:46:05 +0000 Subject: [PATCH] * dch-repeat: Added Lucid to releases. --- dch-repeat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dch-repeat b/dch-repeat index 5b30e4c..61801b7 100755 --- a/dch-repeat +++ b/dch-repeat @@ -47,7 +47,7 @@ EOM exit(0); } -my @releases = ('dapper', 'hardy', 'intrepid', 'jaunty', 'karmic'); +my @releases = ('dapper', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid'); #Getopt::Long::Configure("bundling", "no_ignore_case"); our $opt_build_tree = "/scratch/ubuntu/build";