summaryrefslogtreecommitdiff
path: root/backport_rkward.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backport_rkward.sh')
-rw-r--r--backport_rkward.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/backport_rkward.sh b/backport_rkward.sh
index fdf64d9..8aa144c 100644
--- a/backport_rkward.sh
+++ b/backport_rkward.sh
@@ -19,10 +19,10 @@ for i in rkward; do
rm *.deb
apt-get source $i
cd $i-*
- version=`dpkg-parsechangelog | grep ^Version | cut -f2 -d " "`~etchcran.2.8.0
+ version=`dpkg-parsechangelog | grep ^Version | cut -f2 -d " "`~etchcran.2.8.1
dch -b -v $version -D etch-cran $text
- sed -i '/^Build-Depends/s/r-base-dev (.*)/r-base-dev (>= 2.8.0-1~etchcran.0)/' debian/control
+ sed -i '/^Build-Depends/s/r-base-dev (.*)/r-base-dev (>= 2.8.1-1~etchcran.0)/' debian/control
dch -a "debian/control: adapt build dependencies on r-base-dev to current backport"
sed -i '/^#include "Rdevices.h"/d' rkward/rbackend/rembedinternal.cpp

Contact - Imprint