From 133a74e5a4a1d867f9d18c08e79c8130d12dc032 Mon Sep 17 00:00:00 2001 From: ranke Date: Wed, 25 Jun 2008 08:49:21 +0000 Subject: Script versions used for todays backport to etch i386 git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@36 f247ebf9-aa24-0410-a698-f940e971ad2b --- r-base/backport_r-base.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'r-base') 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 -- cgit v1.2.1