diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2013-03-03 19:15:21 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2013-03-03 19:15:21 +0000 |
commit | c061b2b647af36e344f89b641b3fb2991d31b43a (patch) | |
tree | 323fb8cab70c770a319ad009c0bcfae9a4623150 /README | |
parent | a624cbe3a1fe20a62f87f89af1d9fc4a80cc7e0d (diff) |
- Some more changes in the course of building R 2.15.3 backport on amd64
- Update of the README file
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@82 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ This directory contains my scripts to build backports of R software from Debian sid to older Debian distributions. -Currently (2012-02-29) I am using the following setup: +Currently (2013-03-03) I am using the following setup: ~/.pbuilderrc contains: @@ -20,7 +20,7 @@ This means I have the appropriate aptcache and buildresult directories set up under /var/cache/pbuilder. I have several pbuilder images used for package creation under /var/cache/pbuilder, among others: -/var/cache/pbuilder/squeeze-i386-base.tgz /var/cache/pbuilder/lenny-i386-base.tgz +/var/cache/pbuilder/squeeze-i386-base.tgz 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 |