summaryrefslogtreecommitdiff
path: root/backport_r-base.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backport_r-base.sh')
-rw-r--r--backport_r-base.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/backport_r-base.sh b/backport_r-base.sh
index bab72a2..8c5b7e6 100644
--- a/backport_r-base.sh
+++ b/backport_r-base.sh
@@ -55,6 +55,13 @@ then
sed -i '/^Build-Depends/s/libtiff5-dev/libtiff-dev/' debian/control
dch -a "debian/control: Change Build-Depends: from libtiff5-dev to libtiff-dev"
+
+ # 2. TODO: Revert build dependencies for tcl 8.6 and tk 8.6
+ # Versions 8.4 are default in squeeze, 8.5 in wheezy
+ sed -i '/^Build-Depends/s/tcl8.6-dev/tcl8.4-dev/' debian/control
+ sed -i '/^Build-Depends/s/tk8.6-dev/tk8.4-dev/' debian/control
+ dch -a "debian/control: Change Build-Depends: from tcl8.6-dev to tcl8.4-dev"
+ dch -a "debian/control: Change Build-Depends: from tk8.6-dev to tk8.4-dev"
fi
pbuilder update --debootstrapopts "--keyring=/usr/share/keyrings/debian-archive-keyring.gpg"

Contact - Imprint