diff options
Diffstat (limited to 'r-base')
-rw-r--r-- | r-base/backport_r-base.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/r-base/backport_r-base.sh b/r-base/backport_r-base.sh index e8e0fac..62dc282 100644 --- a/r-base/backport_r-base.sh +++ b/r-base/backport_r-base.sh @@ -69,6 +69,12 @@ dch -a "debian/control: revert Build-Depends: to 'tetex-bin, tetex-extra' since sed -i '/^Build-Depends/s/xauth/xbase-clients/' debian/control dch -a "debian/control: replace xauth by xbase-clients in Build-Depends:" +# 6. Tcl and TK are 8.4 on Debian etch + +sed -i '/^Build-Depends/s/ tcl8.5-dev/tcl8.4-dev/' debian/control +sed -i '/^Build-Depends/s/ tk8.5-dev/tk8.4-dev/' debian/control +dch -a "debian/control: revert build dependence for tcl/tk to 8.4" + # Build package showing all messages and separating output to build and error logs (dpkg-buildpackage -tc | tee ../build_log_r-base_i386) 3>&1 1>&2 2>&3 | tee ../build_errors_r-base_i386 if [ $? -ne 0 ]; then |