[med-svn] r22989 - trunk/packages/R/r-cran-matrixstats/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Nov 2 13:34:02 UTC 2016
Author: tille
Date: 2016-11-02 13:34:02 +0000 (Wed, 02 Nov 2016)
New Revision: 22989
Modified:
trunk/packages/R/r-cran-matrixstats/trunk/debian/changelog
trunk/packages/R/r-cran-matrixstats/trunk/debian/control
trunk/packages/R/r-cran-matrixstats/trunk/debian/copyright
trunk/packages/R/r-cran-matrixstats/trunk/debian/rules
Log:
* New upstream version
* Fix Vcs-Browser
* Convert to dh-r
* Canonical homepage for CRAN
Modified: trunk/packages/R/r-cran-matrixstats/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-matrixstats/trunk/debian/changelog 2016-11-02 12:54:21 UTC (rev 22988)
+++ trunk/packages/R/r-cran-matrixstats/trunk/debian/changelog 2016-11-02 13:34:02 UTC (rev 22989)
@@ -1,3 +1,12 @@
+r-cran-matrixstats (0.51.0-1) unstable; urgency=medium
+
+ * New upstream version
+ * Fix Vcs-Browser
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+
+ -- Andreas Tille <tille at debian.org> Wed, 02 Nov 2016 14:22:07 +0100
+
r-cran-matrixstats (0.50.2-2) unstable; urgency=medium
* Upload fix for autopkgtest (thanks to Gordon Ball)
Modified: trunk/packages/R/r-cran-matrixstats/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-matrixstats/trunk/debian/control 2016-11-02 12:54:21 UTC (rev 22988)
+++ trunk/packages/R/r-cran-matrixstats/trunk/debian/control 2016-11-02 13:34:02 UTC (rev 22989)
@@ -5,19 +5,21 @@
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-cran-r.methodss3
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-matrixstats/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-matrixstats/trunk/
-Homepage: http://cran.r-project.org/web/packages/matrixStats/
+Homepage: https://cran.r-project.org/package=matrixStats
Package: r-cran-matrixstats
Architecture: any
Depends: ${shlibs:Depends},
- ${R:Depends},
- r-cran-r.methodss3
+ ${misc:Depends},
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R methods that apply to rows and columns of a matrix
This package provides methods operating on rows and columns of
matrices, e.g. col/rowMedians() and col/rowRanks(). There are also some
Modified: trunk/packages/R/r-cran-matrixstats/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-matrixstats/trunk/debian/copyright 2016-11-02 12:54:21 UTC (rev 22988)
+++ trunk/packages/R/r-cran-matrixstats/trunk/debian/copyright 2016-11-02 13:34:02 UTC (rev 22989)
@@ -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: matrixStats
Upstream-Contact: Henrik Bengtsson <henrikb at braju.com>
-Source: http://cran.r-project.org/web/packages/matrixStats/
+Source: https://cran.r-project.org/package=matrixStats
Files: *
-Copyright: 2012-2014 Henrik Bengtsson,
+Copyright: 2012-2016 Henrik Bengtsson,
Hector Corrada Bravo,
Robert Gentleman,
Ola Hossjer,
@@ -13,7 +13,7 @@
License: Artistic-2.0
Files: debian/*
-Copyright: 2014 Andreas Tille <tille at debian.org>
+Copyright: 2014-2016 Andreas Tille <tille at debian.org>
License: Artistic-2.0
License: Artistic-2.0
Modified: trunk/packages/R/r-cran-matrixstats/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-matrixstats/trunk/debian/rules 2016-11-02 12:54:21 UTC (rev 22988)
+++ trunk/packages/R/r-cran-matrixstats/trunk/debian/rules 2016-11-02 13:34:02 UTC (rev 22989)
@@ -1,6 +1,4 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-expm package
-# Copyright 2009 by Andreas Tille <tille at debian.org>
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
More information about the debian-med-commit
mailing list