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.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/backport_r-base.sh b/backport_r-base.sh
index d8c04f1..61d6b87 100644
--- a/backport_r-base.sh
+++ b/backport_r-base.sh
@@ -60,7 +60,7 @@ then
sed -i '/^Build-Depends/s/debhelper (>= 7.2.3)/debhelper/' debian/control
dch -a "debian/control: revert Build-Depends: to 'debhelper' since $DIST has a version < 7.2.3"
sed -i 's/dh_prep/dh_clean/g' debian/rules
- 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 lennys version of 'debhelper'"
# 2. Starting with Debian packages for R 2.9.2-2 there is an install
# dependency on 'dpkg (>= 1.15.4) | install-info'. Neither package is in
@@ -68,12 +68,12 @@ then
# debian/r-doc-{info,html}.{postinst,prerm}, just like for the fix above.
sed -i '/^Depends/s/dpkg (>= 1.15.4) | install-info/dpkg | install-info/' debian/control
- dch -a "debian/control: revert Depends: to 'dpkg | install-info' for r-doc-info since ${DISTRIB_DESCRIPTION} has a version of dpkg < 1.15.4 and no separate package install-info"
+ dch -a "debian/control: revert Depends: to 'dpkg | install-info' for r-doc-info since lenny has a version of dpkg < 1.15.4 and no separate package install-info"
# 3. liblzma is not available in Debian distributions before squeeze
sed -i '/^Build-Depends/s/, liblzma-dev//' debian/control
- dch -a "debian/control: Remove dependency to liblzma-dev as it is not available in ${DISTRIB_DESCRIPTION}. As a consequence, the version provided in the R sources is used"
+ dch -a "debian/control: Remove dependency to liblzma-dev as it is not available in lenny. As a consequence, the version provided in the R sources is used"
fi
pbuilder update

Contact - Imprint