diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2008-10-29 22:14:55 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2008-10-29 22:14:55 +0000 |
commit | 8206e7772ac8106515cc0cd802e7387bb8e768c8 (patch) | |
tree | 6b4b6af9a03af5e1f2363fba44c224197c02888a | |
parent | 9911a3ba3fa599cec2847a7bac5a723cdf70bb71 (diff) |
Yet another try at python-rpy - I will have to switch to using
pbuilder in the first place at some time, if I want to have
correct build dependencies.
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@42 f247ebf9-aa24-0410-a698-f940e971ad2b
-rw-r--r-- | backport_all.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backport_all.sh b/backport_all.sh index ceff489..9f3bed7 100644 --- a/backport_all.sh +++ b/backport_all.sh @@ -26,8 +26,8 @@ for i in rpy; do if [ ${i} == "rpy" ] then - sed -i '/^Build-Depends/s/.*/&, python-minimal, tetex-bin, texinfo/' debian/control - dch -a "debian/control: add build dependencies on python-minimal, tetex-bin and texinfo" + sed -i '/^Build-Depends/s/.*/&, lapack3-dev, python-minimal, python-central, python-dev, tetex-bin, texinfo/' debian/control + dch -a "debian/control: add build dependencies on lapack3-dev, python-minimal, python-central, tetex-bin and texinfo" fi fakeroot dpkg-buildpackage -sa |