| 22 |
rm -rf `ls -d r-base-*` |
rm -rf `ls -d r-base-*` |
| 23 |
fi |
fi |
| 24 |
|
|
| 25 |
#apt-get update |
apt-get update |
| 26 |
apt-get source -t unstable r-base |
apt-get source -t unstable r-base |
| 27 |
|
|
| 28 |
# Change any ~ in the name of the build directory for a - to avoid a |
# Change any ~ in the name of the build directory for a - to avoid a |
| 56 |
dch -a "debian/control: revert Build-Depends: to 'debhelper' since $DIST has a version < 7.2.3" |
dch -a "debian/control: revert Build-Depends: to 'debhelper' since $DIST has a version < 7.2.3" |
| 57 |
sed -i 's/dh_prep/dh_clean/g' debian/rules |
sed -i 's/dh_prep/dh_clean/g' debian/rules |
| 58 |
dch -a "debian/rules: revert dh_prep calls to dh_clean calls since the latter is not present in this release's version of 'debhelper'" |
dch -a "debian/rules: revert dh_prep calls to dh_clean calls since the latter is not present in this release's version of 'debhelper'" |
|
cp ../r-doc-scripts/r-doc-{info,html}.{postinst,prerm} debian |
|
| 59 |
|
|
| 60 |
# 2. Starting with Debian packages for R 2.9.2-2 there is an install |
# 2. Starting with Debian packages for R 2.9.2-2 there is an install |
| 61 |
# dependency on 'dpkg (>= 1.15.4) | install-info'. Neither package is in |
# dependency on 'dpkg (>= 1.15.4) | install-info'. Neither package is in |