[ESS] Patch for ESS 12.04 released
Dirk Eddelbuettel
edd at debian.org
Wed May 9 16:12:45 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 )
Amicalement, Dirk
--
R/Finance 2012 Conference on May 11 and 12, 2012 at UIC in Chicago, IL
See agenda, registration details and more at http://www.RinFinance.com
More information about the ESS-help
mailing list