Add debian/squeeze for pbuilder
[git-tools-moved-to-github.git] / id-deb-build / pbuilderrc
index 8fc47b3..ae5b4ec 100644 (file)
@@ -16,12 +16,13 @@ APTCACHE="/var/cache/pbuilder/$NAME/aptcache/"
 # http://releases.ubuntu.com/releases/
 case "$DIST" in
     intrepid|hardy|gutsy|jaunty) # ubuntu specific
-       MIRRORSITE="http://ftp.klid.dk/ftp/ubuntu/"
+       MIRRORSITE="http://ftp.df.lth.se/ubuntu/"
+       # MIRRORSITE="http://ftp.klid.dk/ftp/ubuntu/"
         # MIRRORSITE="http://mirrors.kernel.org/ubuntu/"
         COMPONENTS="main restricted universe multiverse"
        OTHERMIRROR="deb http://ftp.indexdata.dk/ubuntu $DIST main"
         ;;
-    lenny|etch) # debian specific
+    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"