Skip to content

Commit e227330

Browse files
committed
update debian/ files
1 parent 020848a commit e227330

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

debian/changelog

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1+
rcpp (0.12.18-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+
8+
-- Dirk Eddelbuettel <[email protected]> Sat, 21 Jul 2018 08:52:27 -0500
9+
110
rcpp (0.12.17-1) unstable; urgency=medium
211

12+
* New upstream release
13+
314
* debian/control: Set Build-Depends: to current R version
415
* debian/control: Set Standards-Version: to current version
516
* debian/control: Add Vcs-Browser: and Vcs-Git:
617
* debian/control: Switch from cdbs to dh-r
718
* debian/rules: Idem
819

9-
* debian/control: Change Depends to r-cran-littler (Closes: #897973)
20+
* debian/control: Add Depends: on r-cran-littler (Closes: #897973)
1021

11-
-- Dirk Eddelbuettel <[email protected]> Wed, 09 May 2018 06:37:14 -0500
22+
-- Dirk Eddelbuettel <[email protected]> Tue, 22 May 2018 21:49:21 -0500
1223

1324
rcpp (0.12.16-1) unstable; urgency=medium
1425

debian/control

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,22 @@ 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.3), dh-r, r-cran-codetools, r-cran-pkgkitten
6-
Standards-Version: 4.1.4
5+
Build-Depends: debhelper (>= 10), r-base-dev (>= 3.5.1), dh-r, r-cran-codetools, r-cran-pkgkitten
6+
Standards-Version: 4.1.5
77
Vcs-Browser: https://salsa.debian.org/edd/r-cran-rcpp
88
Vcs-Git: https://salsa.debian.org/edd/r-cran-rcpp.git
99
Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
1010

1111
Package: r-cran-rcpp
1212
Architecture: any
13-
Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, r-cran-littler, r-cran-pkgkitten
13+
Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, littler, r-cran-littler, r-cran-pkgkitten
1414
Suggests: r-cran-inline
1515
Description: GNU R package for Seamless R and C++ Integration
1616
The Rcpp package provides R functions as well as C++ classes which
1717
offer a seamless integration of R and C++. Many R data types and objects can be
1818
mapped back and forth to C++ equivalents which facilitates both writing of new
19-
code as well as easier integration of third-party libraries. Documentation
20-
about Rcpp is provided by several vignettes included in this package, via the
21-
Rcpp Gallery site at http://gallery.rcpp.org, the paper by Eddelbuettel and
22-
Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
19+
code as well as easier integration of third-party libraries. Documentation
20+
about Rcpp is provided by several vignettes included in this package, via the
21+
Rcpp Gallery site at http://gallery.rcpp.org, the paper by Eddelbuettel and
22+
Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
2323
'citation("Rcpp")' for details on these last two.
24-

0 commit comments

Comments
 (0)