diff options
-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 |