X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=id-deb-build%2Fpbuilderrc;fp=id-deb-build%2Fpbuilderrc;h=6b843d960814959234d7b6e1c57fcf8d8a0dcd0b;hb=c921b58fbeda308ff689cfe08cd2e8c34d73dcca;hp=f2c6bbaa0f6b9e50bb636e380dfb639671f11a68;hpb=d471d0bcd253ba50c2d77d0cdeec63ae7af5e58d;p=git-tools-moved-to-github.git diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index f2c6bba..6b843d9 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -18,14 +18,14 @@ CCACHEDIR= # http://releases.ubuntu.com/releases/ case "$DIST" in - quantal|precise|oneiric|natty|maverick|lucid|karmic) # ubuntu specific + 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/" COMPONENTS="main restricted universe multiverse" OTHERMIRROR="deb http://ftp.indexdata.dk/ubuntu $DIST main" ;; - wheezy|squeeze|lenny|etch) # debian specific + jessie|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"