From 97d1ff029b597d3d228f3120f4fc54db847e7973 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 27 Oct 2014 11:23:55 +0000 Subject: [PATCH] Add Ubuntu utopic 14.10 --- id-deb-build/pbuilderrc | 2 +- update-archive/update-archive.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index 0f85ecf..4c0c548 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -21,7 +21,7 @@ USENETWORK=yes # http://releases.ubuntu.com/releases/ case "$DIST" in - trusty|saucy|raring|quantal|precise|oneiric|natty|maverick|lucid|karmic) # ubuntu specific + utopic|trusty|saucy|raring|quantal|precise|oneiric|natty|maverick|lucid|karmic) # ubuntu specific # MIRRORSITE="http://ftp.df.lth.se/ubuntu/" MIRRORSITE="http://mirrors.dotsrc.org/ubuntu/" # MIRRORSITE="http://mirrors.kernel.org/ubuntu/" diff --git a/update-archive/update-archive.sh b/update-archive/update-archive.sh index f00cd5d..ac314eb 100755 --- a/update-archive/update-archive.sh +++ b/update-archive/update-archive.sh @@ -72,7 +72,7 @@ if test "$UBUNTU_DIST"; then fi # All distributions we know of -ALLD="ubuntu/lucid ubuntu/natty ubuntu/oneiric ubuntu/precise ubuntu/quantal ubuntu/raring ubuntu/saucy ubuntu/trusty debian/jessie debian/wheezy debian/squeeze debian/lenny" +ALLD="ubuntu/lucid ubuntu/natty ubuntu/oneiric ubuntu/precise ubuntu/quantal ubuntu/raring ubuntu/saucy ubuntu/trusty ubunty/utopic debian/jessie debian/wheezy debian/squeeze debian/lenny" if test -z "$DISTRIBUTIONS"; then DISTRIBUTIONS=$ALLD -- 1.7.10.4