[Rcpp-commits] r1489 - in pkg/Rcpp: . debian inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 8 12:19:08 CEST 2010
Author: edd
Date: 2010-06-08 12:19:08 +0200 (Tue, 08 Jun 2010)
New Revision: 1489
Modified:
pkg/Rcpp/NEWS
pkg/Rcpp/debian/changelog
pkg/Rcpp/debian/control
pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
pkg/Rcpp/inst/ChangeLog
Log:
Release 0.8.1
Modified: pkg/Rcpp/NEWS
===================================================================
--- pkg/Rcpp/NEWS 2010-06-08 10:17:34 UTC (rev 1488)
+++ pkg/Rcpp/NEWS 2010-06-08 10:19:08 UTC (rev 1489)
@@ -1,4 +1,4 @@
-0.8.1 (under development)
+0.8.1 2010-06-08
o This release adds Rcpp modules. An Rcpp module is a collection of
internal (C++) functions and classes that are exposed to R. This
Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog 2010-06-08 10:17:34 UTC (rev 1488)
+++ pkg/Rcpp/debian/changelog 2010-06-08 10:19:08 UTC (rev 1489)
@@ -1,3 +1,9 @@
+rcpp (0.8.1-1) unstable; urgency=low
+
+ * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org> Tue, 08 Jun 2010 05:18:34 -0500
+
rcpp (0.8.0-1) unstable; urgency=low
* New release
Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control 2010-06-08 10:17:34 UTC (rev 1488)
+++ pkg/Rcpp/debian/control 2010-06-08 10:19:08 UTC (rev 1489)
@@ -2,13 +2,14 @@
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd at debian.org>
-Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.11.0), cdbs, r-cran-inline
+Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.11.1), cdbs
Standards-Version: 3.8.4
Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
Package: r-cran-rcpp
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core (>= 2.11.0), littler, r-cran-inline
+Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core (>= 2.11.1), littler
+Suggests: r-cran-inline
Description: GNU R / C++ interface classes and examples
The Rcpp package contains a C++ library that facilitates the integration of
R and C++ in various ways.
Modified: pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
===================================================================
--- pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides 2010-06-08 10:17:34 UTC (rev 1488)
+++ pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides 2010-06-08 10:19:08 UTC (rev 1489)
@@ -47,3 +47,5 @@
r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.Dimension.R
r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.Formula.R
r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.client.package.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.Module.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.complex.R
Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog 2010-06-08 10:17:34 UTC (rev 1488)
+++ pkg/Rcpp/inst/ChangeLog 2010-06-08 10:19:08 UTC (rev 1489)
@@ -1,3 +1,9 @@
+2010-06-08 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.8.1
+
+ * debian/*: Similarly updated for new release to Debian
+
2010-06-05 Romain Francois <romain at r-enthusiasts.com>
* inst/doc/Rcpp-FAQ*: new mini vignette "Rcpp-FAQ"
More information about the Rcpp-commits
mailing list