Add debian wheezy, ubuntu natty.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 29 Apr 2011 10:23:17 +0000 (10:23 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 29 Apr 2011 10:23:17 +0000 (10:23 +0000)
id-deb-build/pbuilderrc

index 8d16d2b..6914336 100644 (file)
@@ -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"