This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-irlba.
commit 92c5274bc474df20ed8bf315dd6061b512070202 Author: Andreas Tille <[email protected]> Date: Tue Nov 8 10:14:27 2016 +0000 * New upstream version * Convert to dh-r * Canonical homepage for CRAN * Architecture: any --- debian/changelog | 9 +++++++++ debian/control | 12 +++++++----- debian/copyright | 6 +++--- debian/rules | 3 ++- 4 files changed, 21 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index fab6ee4..7b86198 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +r-cran-irlba (2.1.2-1) unstable; urgency=medium + + * New upstream version + * Convert to dh-r + * Canonical homepage for CRAN + * Architecture: any + + -- Andreas Tille <[email protected]> Tue, 08 Nov 2016 11:04:54 +0100 + r-cran-irlba (2.0.0-1) unstable; urgency=low * Initial release (closes: #830217) diff --git a/debian/control b/debian/control index eb79b18..36701d6 100644 --- a/debian/control +++ b/debian/control @@ -4,19 +4,21 @@ Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), - cdbs, + dh-r, r-base-dev, r-cran-matrix Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-irlba/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-irlba/trunk/ -Homepage: https://cran.r-project.org/web/packages/irlba +Homepage: https://cran.r-project.org/package=irlba Package: r-cran-irlba -Architecture: all +Architecture: any Depends: ${misc:Depends}, - ${R:Depends}, - r-cran-matrix + ${shlibs:Depends}, + ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R fast truncated SVD, PCA and symmetric eigendecomposition This GNU R package provides Fast and memory efficient methods for truncated singular and eigenvalue decompositions and principal component diff --git a/debian/copyright b/debian/copyright index 25f2ed0..74141ac 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,10 +1,10 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: irlba Upstream-Contact: Bryan W. Lewis <[email protected]> -Source: https://cran.r-project.org/web/packages/irlba +Source: https://cran.r-project.org/package=irlba Files: * -Copyright: 2010-2015 Bryan W. Lewis <[email protected]>, +Copyright: 2010-2016 Bryan W. Lewis <[email protected]>, Lothar Reichel License: GPL-2+ Comment: The download page specifies diff --git a/debian/rules b/debian/rules index 2fbba2d..68d9a36 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,4 @@ #!/usr/bin/make -f -include /usr/share/R/debian/r-cran.mk +%: + dh $@ --buildsystem R -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-irlba.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
