summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/internals
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-07 00:19:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-07 00:19:02 +0900
commit300af3b39ea39826982b15b0985795746af536f1 (patch)
tree051ed0aeacd66af56ae20dc28b50a2129d758bc5 /debian/_buildscripts/local/internals
parent738fe513310106a5112a2bd8be564b0f402a14d1 (diff)
downloadtde-packaging-300af3b39ea39826982b15b0985795746af536f1.tar.gz
tde-packaging-300af3b39ea39826982b15b0985795746af536f1.zip
DEB build scripts:
- added tdeio-gopher, tdedocker, libtqt-perl. - removed applications/kuickshow (now built inside tdegraphics). - added "ack" to the list of programs available in a shell when a build fails. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_buildscripts/local/internals')
-rwxr-xr-xdebian/_buildscripts/local/internals/C10shell4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/_buildscripts/local/internals/C10shell b/debian/_buildscripts/local/internals/C10shell
index 7c6a8761b..01f5590f6 100755
--- a/debian/_buildscripts/local/internals/C10shell
+++ b/debian/_buildscripts/local/internals/C10shell
@@ -6,12 +6,12 @@ CWhite='\e[1;37m'
CNone='\e[0m'
# Invoke shell if build fails.
-apt-get install -y --force-yes vim less bash mc
+apt-get install -y --force-yes vim less bash mc ack
cd /tmp/buildd/*/debian/..
echo "${CPurple}---------------------------------------------------------${CNone}" >/dev/tty
echo "${CPurple} !!! Build FAILED !!! ${CNone}" >/dev/tty
echo "${CPurple} You are now inside a shell in the building environment. ${CNone}" >/dev/tty
-echo "${CPurple} ${CWhite}mc, vim, less${CPurple} are available for your convenience. ${CNone}" >/dev/tty
+echo "${CWhite} mc, vim, less, ack${CPurple} are available for your convenience. ${CNone}" >/dev/tty
echo "${CPurple} Type ${CWhite}exit${CPurple} to leave the shell when you are done. ${CNone}" >/dev/tty
echo "${CPurple}---------------------------------------------------------${CNone}" >/dev/tty
/bin/bash </dev/tty >/dev/tty 2>/dev/tty