[ESS] Patch for ESS 12.04 released
Martin Maechler
maechler at stat.math.ethz.ch
Thu May 10 01:07:40 CEST 2012
> On 9 May 2012 at 09:49, Vincent Goulet wrote:
> | Geez, how did you do, can't find the sources for 12.04-1 on the ESS web site! (I don't like too much to grab things in trunk of the svn repository.
> 'svn up', edit debian/changelog and run this 'debian/rules tarball':
> ## edd 16 May 2008 trivial 'orig.tar.gz' creator
> ## technically, this could be a native Debian package as
> ## the debian/ is in upstream SVN but it is easier to have
> ## another degree of freedom for Debian revisions
> ## if we used just the svn rev: version := $(shell svnversion)
> ## edd 04 Oct 2008 use changelog entry instead
> version := $(shell head -1 debian/changelog | perl -nle 'm/\((\S+)-\d\)/ && print $$1')
> showversion:
> @echo Version is ${version}
> tarball:
> (cd .. && \
> tar czf tarballs/ess_${version}.orig.tar.gz ess \
> --exclude=.svn \
> --exclude=.git \
> --exclude=debian )
Thank you, Dirk. That is a workaround {not using the identical
rule that the ESS makefile target uses}
The fixes on VERSION (and SVN-VERSION) that makes M-x ess-version
unfortunately broke the final steps of the release process.
This should be fixed now.
I'm sorry for the confusion this must have caused.
Martin
More information about the ESS-help
mailing list