summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backport_r-base.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/backport_r-base.sh b/backport_r-base.sh
index bab72a2..256dd1f 100644
--- a/backport_r-base.sh
+++ b/backport_r-base.sh
@@ -46,6 +46,10 @@ echo CRAN version is $cranversion
# Add new version to changelog
dch -v "${cranversion}" --force-distribution -D $DIST-$reposversion -b "Backport from Debian unstable to Debian $DIST"
+# Revert changes Dirk needed for unstable
+sed -i '/FIXME/s/.*FIXME / /' debian/rules
+dch -a "debian/rules: Revert changes in dealing with info files Dirk needed for unstable"
+
# Reverts for squeeze only:
if [ $DIST = "squeeze" ]
then

Contact - Imprint