summaryrefslogtreecommitdiffstats
path: root/bin/debian-chroot
diff options
context:
space:
mode:
Diffstat (limited to 'bin/debian-chroot')
-rwxr-xr-xbin/debian-chroot16
1 files changed, 10 insertions, 6 deletions
diff --git a/bin/debian-chroot b/bin/debian-chroot
index c783bb2..b748efb 100755
--- a/bin/debian-chroot
+++ b/bin/debian-chroot
@@ -31,6 +31,10 @@ case "${DISTRIBUTION}" in
bookworm*)
DERIVATIVE_DISTRIBUTION="graograman"
;;
+
+ trixie*)
+ DERIVATIVE_DISTRIBUTION="horok"
+ ;;
esac
MIRROR="debian.ethz.ch"
@@ -202,7 +206,7 @@ EOF
case "${BASH_HISTORY}" in
arch)
case "${DERIVATIVE_DISTRIBUTION}" in
- graograman)
+ horok)
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
@@ -224,7 +228,7 @@ EOF
indep)
case "${DERIVATIVE_DISTRIBUTION}" in
- graograman)
+ horok)
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
@@ -246,7 +250,7 @@ EOF
source)
case "${DERIVATIVE_DISTRIBUTION}" in
- graograman)
+ horok)
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
@@ -326,7 +330,7 @@ EOF
case "${BASH_HISTORY}" in
arch)
case "${DERIVATIVE_DISTRIBUTION}" in
- graograman)
+ horok)
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
@@ -348,7 +352,7 @@ EOF
indep)
case "${DERIVATIVE_DISTRIBUTION}" in
- graograman)
+ horok)
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
@@ -370,7 +374,7 @@ EOF
source)
case "${DERIVATIVE_DISTRIBUTION}" in
- graograman)
+ horok)
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