summaryrefslogtreecommitdiff
path: root/build_recommended_etch.sh
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2007-10-03 19:36:39 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2007-10-03 19:36:39 +0000
commit56e520c6d33645c0a092690cdb008d3382087201 (patch)
tree902f0ce54fdc533fd0b20bafe85897a7ac87b800 /build_recommended_etch.sh
parent881c6d46825075080db99874a323149c799299d0 (diff)
- Changed the versioning scheme to avoid uploading different recommended packages
with the same version. - Added a README because I always forget the command I use for building r-base git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@19 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'build_recommended_etch.sh')
-rw-r--r--build_recommended_etch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_recommended_etch.sh b/build_recommended_etch.sh
index 3dcfc09..2c81392 100644
--- a/build_recommended_etch.sh
+++ b/build_recommended_etch.sh
@@ -16,7 +16,7 @@ for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme rcompgen rp
rm *.deb
apt-get source -t unstable $i
cd $i-*
- version=`dpkg-parsechangelog | grep ^Version | cut -f2 -d " "`~etchcran.1
+ version=`dpkg-parsechangelog | grep ^Version | cut -f2 -d " "`~etchcran.2.6.0
dch -b -v $version -D etch-cran $text
fakeroot dpkg-buildpackage -B
cd ../..

Contact - Imprint