From: Adam Dickmeiss Date: Fri, 29 Apr 2011 10:23:17 +0000 (+0000) Subject: Add debian wheezy, ubuntu natty. X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=b148c6ee8a0bb340f6a37e7bace89eb8e858291f;p=git-tools-moved-to-github.git Add debian wheezy, ubuntu natty. --- diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index 8d16d2b..6914336 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -16,14 +16,14 @@ APTCACHE="/var/cache/pbuilder/$NAME/aptcache/" # http://releases.ubuntu.com/releases/ case "$DIST" in - maverick|lucid|karmic|intrepid|hardy|gutsy|jaunty) # ubuntu specific + natty|maverick|lucid|karmic|intrepid|hardy|gutsy|jaunty) # ubuntu specific # MIRRORSITE="http://ftp.df.lth.se/ubuntu/" MIRRORSITE="http://mirrors.telianet.dk/ubuntu/" # MIRRORSITE="http://mirrors.kernel.org/ubuntu/" COMPONENTS="main restricted universe multiverse" OTHERMIRROR="deb http://ftp.indexdata.dk/ubuntu $DIST main" ;; - squeeze|lenny|etch) # debian specific + wheezy|squeeze|lenny|etch) # debian specific MIRRORSITE="http://ftp.se.debian.org/debian/" COMPONENTS="main contrib non-free" OTHERMIRROR="deb http://ftp.indexdata.dk/debian $DIST main"