diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-03-16 22:59:02 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-03-16 22:59:02 +0100 |
commit | 2300ce09e386f6b421aedcc9337d7fc3bb66fdc1 (patch) | |
tree | adfa9564e1670e4c9b15f6c89ff76e7a1c6052e7 | |
parent | f190500c5fa197e006ea40860801939277ef7dcd (diff) |
squeeze is not supported any more
-rw-r--r-- | squeeze/_reverts_r-base.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/squeeze/_reverts_r-base.sh b/squeeze/_reverts_r-base.sh deleted file mode 100644 index 878b5ec..0000000 --- a/squeeze/_reverts_r-base.sh +++ /dev/null @@ -1,13 +0,0 @@ - # 1. Starting with Debian packages for R 2.15.3 there is a build - # dependency on 'libtiff5-dev' which is not in squeeze. Changing to - # libtiff-dev, which is libtiff4-dev on squeeze. - - 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. Lower build dependencies for tcl 8.6 and tk 8.6 - # which are not available in squeeze - sed -i '/^Build-Depends/s/tcl8.6-dev/tcl8.5-dev/' debian/control - sed -i '/^Build-Depends/s/tk8.6-dev/tk8.5-dev/' debian/control - dch -a "debian/control: Change Build-Depends: from tcl8.6-dev to tcl8.5-dev" - dch -a "debian/control: Change Build-Depends: from tk8.6-dev to tk8.5-dev" |