From 5449fe0c253a27ff7a21befdc264d53e1a4be122 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 17 Aug 2024 07:43:43 +0200 Subject: Updating. Signed-off-by: Daniel Baumann --- bin/debian-chroot | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/bin/debian-chroot b/bin/debian-chroot index 45bea1a..40f42d6 100755 --- a/bin/debian-chroot +++ b/bin/debian-chroot @@ -76,6 +76,7 @@ EOF cat > "${CHROOT}/etc/apt/sources.list" << EOF deb http://${MIRROR}/debian ${DISTRIBUTION} main contrib non-free +deb-src http://${MIRROR}/debian ${DISTRIBUTION} main contrib non-free EOF case "${DISTRIBUTION}" in @@ -83,6 +84,7 @@ EOF cat >> "${CHROOT}/etc/apt/sources.list" << EOF deb http://${MIRROR}/debian experimental main contrib non-free +deb-src http://${MIRROR}/debian experimental main contrib non-free EOF ;; @@ -100,7 +102,7 @@ EOF ;; - bullseye*|bookworm*) + bullseye*|bookworm*|trixie*) cat > "${CHROOT}/etc/apt/sources.list.d/progress-linux.sources" << EOF Types: deb @@ -215,6 +217,7 @@ cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -B && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper clear && pbuild.sh -a -o -n -u -b binary-arch -d ${DERIVATIVE_DISTRIBUTION} -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -223,6 +226,7 @@ cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -B && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper clear && pbuild.sh -a -o -n -u -b binary-arch -d ${DERIVATIVE_DISTRIBUTION}-backports -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -237,6 +241,7 @@ cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -A && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper clear && pbuild.sh -a -o -n -u -b binary-indep -d ${DERIVATIVE_DISTRIBUTION} -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -246,6 +251,7 @@ cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -A && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper clear && pbuild.sh -a -o -n -u -b binary-indep -d ${DERIVATIVE_DISTRIBUTION}-backports -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -259,6 +265,7 @@ cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -A && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper clear && pbuild.sh -o -u -b source -d ${DERIVATIVE_DISTRIBUTION} -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -268,6 +275,7 @@ cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -A && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper clear && pbuild.sh -o -u -b source -d ${DERIVATIVE_DISTRIBUTION}-backports -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -341,6 +349,7 @@ cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -B && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper clear && pbuild.sh -a -o -n -u -b binary-arch -d ${DERIVATIVE_DISTRIBUTION} -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -349,6 +358,7 @@ cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -B && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper clear && pbuild.sh -a -o -n -u -b binary-arch -d ${DERIVATIVE_DISTRIBUTION}-backports -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -363,6 +373,7 @@ cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -A && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper clear && pbuild.sh -a -o -n -u -b binary-indep -d ${DERIVATIVE_DISTRIBUTION} -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -372,6 +383,7 @@ cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -A && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper clear && pbuild.sh -a -o -n -u -b binary-indep -d ${DERIVATIVE_DISTRIBUTION}-backports -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -385,6 +397,7 @@ cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -A && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper clear && pbuild.sh -o -u -b source -d ${DERIVATIVE_DISTRIBUTION} -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -393,6 +406,7 @@ cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -A && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper clear && pbuild.sh -o -u -b source -d ${DERIVATIVE_DISTRIBUTION}-backports -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; -- cgit v1.2.3