summaryrefslogtreecommitdiff
path: root/r-base/backport_r-base.sh
diff options
context:
space:
mode:
Diffstat (limited to 'r-base/backport_r-base.sh')
-rw-r--r--r-base/backport_r-base.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/r-base/backport_r-base.sh b/r-base/backport_r-base.sh
index 3c6963a..e8e0fac 100644
--- a/r-base/backport_r-base.sh
+++ b/r-base/backport_r-base.sh
@@ -64,6 +64,11 @@ dch -a "delete debian/shlibs.local since the dependency on tk8.4 is not an issue
sed -i '/^Build-Depends/s/texlive-base, texlive-latex-base, texlive-generic-recommended, texlive-fonts-recommended, texlive-extra-utils, texlive-latex-recommended, texlive-latex-extra, texinfo, texi2html/tetex-bin, tetex-extra/' debian/control
dch -a "debian/control: revert Build-Depends: to 'tetex-bin, tetex-extra' since etch does not have texlive"
+# 5. xauth is part of xbase-clients in etch
+
+sed -i '/^Build-Depends/s/xauth/xbase-clients/' debian/control
+dch -a "debian/control: replace xauth by xbase-clients in Build-Depends:"
+
# 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

Contact - Imprint