Add debian/squeeze for pbuilder
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 30 Oct 2009 22:19:52 +0000 (23:19 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 30 Oct 2009 22:19:52 +0000 (23:19 +0100)
id-deb-build/id-pbuild-all.sh
id-deb-build/pbuilderrc

index ba5e210..796eddd 100755 (executable)
@@ -10,7 +10,7 @@ if test ! -e "$PKG"; then
        exit 1
 fi
 PRODUCT=`echo *.dsc|sed 's/_.*//g'`
-DEBIAN_DIST="etch lenny"
+DEBIAN_DIST="squeeze etch lenny"
 UBUNTU_DIST="jaunty intrepid hardy"
 
 if test "$2" = "upload"; then
@@ -22,7 +22,7 @@ if test "$2" = "upload"; then
        done
        exit 0
 fi
-for dist in ${UBUNTU_DIST} ${DEBIAN_DIST}; do
+for dist in ${DEBIAN_DIST} ${UBUNTU_DIST}; do
        for arch in i386 amd64; do
                if test ! -f /var/cache/pbuilder/${dist}-${arch}-base.tgz; then
                        DIST=$dist ARCH=$arch pbuilder create
index e8e16ec..ae5b4ec 100644 (file)
@@ -22,7 +22,7 @@ case "$DIST" in
         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"