Skip to content

Commit f9b700a

Browse files
committed
Updated debian/ files for 0.12.13
1 parent d127cbd commit f9b700a

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
rcpp (0.12.13-1) unstable; urgency=medium
2+
3+
* New upstream release
4+
5+
* debian/control: Set Build-Depends: to current R version
6+
* debian/control: Set Standards-Version: to current version
7+
* debian/compat: Increase level to 9
8+
9+
-- Dirk Eddelbuettel <[email protected]> Sat, 30 Sep 2017 07:59:04 -0500
10+
111
rcpp (0.12.12-1) unstable; urgency=medium
212

313
* New upstream release

debian/compat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7
1+
9

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Source: rcpp
22
Section: gnu-r
33
Priority: optional
44
Maintainer: Dirk Eddelbuettel <[email protected]>
5-
Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.4.1), cdbs, r-cran-codetools, r-cran-pkgkitten
6-
Standards-Version: 3.9.8
5+
Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.4.2), cdbs, r-cran-codetools, r-cran-pkgkitten
6+
Standards-Version: 4.0.0
77
Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
88

99
Package: r-cran-rcpp

debian/r-cran-rcpp.lintian-overrides

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,8 @@ r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.s
8585
r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.algorithm.R
8686
r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.dispatch.R
8787
r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.quickanddirty.R
88+
r-cran-rcpp: missing-dep-for-interpreter r => littler (usr/lib/R/site-library/Rcpp/examples/ConvolveBenchmarks/exampleRCode.r)
89+
r-cran-rcpp: missing-dep-for-interpreter r => littler (usr/lib/R/site-library/Rcpp/examples/FastLM/benchmark.r)
90+
r-cran-rcpp: missing-dep-for-interpreter r => littler (usr/lib/R/site-library/Rcpp/examples/FastLM/benchmarkLongley.r)
91+
r-cran-rcpp: missing-dep-for-interpreter ... use --no-tag-display-limit to see all (or pipe to a file/program)
8892
r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.system.R

0 commit comments

Comments
 (0)