diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2012-02-29 08:19:18 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2012-02-29 08:19:18 +0000 |
commit | 2bf9c7feac2d270555c2450333abd8582b5bf342 (patch) | |
tree | b397208db083dfcd1eb9a44da044eedd4d5ad9d9 /README | |
parent | f314e90e32aa4febda34556b9e77316c2d128506 (diff) |
Updated build scripts for todays backport of R 2.14.2
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@77 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -1,7 +1,7 @@ This directory contains my scripts to build backports of R software from Debian sid to older Debian distributions. -Currently (2010-10-17) I am using the following setup: +Currently (2012-02-29) I am using the following setup: ~/.pbuilderrc contains: @@ -17,13 +17,12 @@ Currently (2010-10-17) I am using the following setup: COMPONENTS="main" This means I have the appropriate aptcache and buildresult directories set up -under /var/cache/pbuilder. I have four pbuilder images used for package -creation under /var/cache/pbuilder: +under /var/cache/pbuilder. I have several pbuilder images used for package +creation under /var/cache/pbuilder, among others: -/var/cache/pbuilder/etch-amd64-base.tgz /var/cache/pbuilder/lenny-amd64-base.tgz -/var/cache/pbuilder/etch-i386-base.tgz /var/cache/pbuilder/lenny-i386-base.tgz +/var/cache/pbuilder/squeeze-i386-base.tgz /var/cache/pbuilder/lenny-i386-base.tgz -All of these have a standard Debian mirror and the security sources setup in -their /etc/apt/sources.list, as well as my local http package source where the -r-base package build results are available. I have also imported the apt key -of my repository inside the pbuilder chroots. +These have a standard Debian mirror and the security sources setup in their +/etc/apt/sources.list, as well as my local http package source where the r-base +package build results are available. I have also imported the apt key of my +repository inside the pbuilder chroots. |