[med-svn] r23011 - trunk/packages/R/r-cran-r.oo/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue Nov 8 08:16:21 UTC 2016


Author: tille
Date: 2016-11-08 08:16:19 +0000 (Tue, 08 Nov 2016)
New Revision: 23011

Modified:
   trunk/packages/R/r-cran-r.oo/trunk/debian/changelog
   trunk/packages/R/r-cran-r.oo/trunk/debian/control
   trunk/packages/R/r-cran-r.oo/trunk/debian/copyright
   trunk/packages/R/r-cran-r.oo/trunk/debian/rules
Log:
  * New upstream version
  * Convert to dh-r
  * Canonical homepage for CRAN



Modified: trunk/packages/R/r-cran-r.oo/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-r.oo/trunk/debian/changelog	2016-11-07 20:53:18 UTC (rev 23010)
+++ trunk/packages/R/r-cran-r.oo/trunk/debian/changelog	2016-11-08 08:16:19 UTC (rev 23011)
@@ -1,3 +1,11 @@
+r-cran-r.oo (1.21.0-1) unstable; urgency=medium
+
+  * New upstream version
+  * Convert to dh-r
+  * Canonical homepage for CRAN
+
+ -- Andreas Tille <tille at debian.org>  Tue, 08 Nov 2016 09:11:12 +0100
+
 r-cran-r.oo (1.19.0-2) unstable; urgency=medium
 
   * Add autopkgtest

Modified: trunk/packages/R/r-cran-r.oo/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-r.oo/trunk/debian/control	2016-11-07 20:53:18 UTC (rev 23010)
+++ trunk/packages/R/r-cran-r.oo/trunk/debian/control	2016-11-08 08:16:19 UTC (rev 23011)
@@ -1,23 +1,24 @@
 Source: r-cran-r.oo
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>,
+Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               cdbs,
+               dh-r,
                r-base-dev,
                r-cran-r.methodss3 (>= 1.7.0)
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-r.oo/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-r.oo/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-r.oo/
-Homepage: http://cran.r-project.org/web/packages/R.oo
+Homepage: https://cran.r-project.org/package=R.oo
 
 Package: r-cran-r.oo
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         ${R:Depends},
-         r-cran-r.methodss3 (>= 1.7.0)
+         ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R object-oriented programming with or without references
  Methods and classes for object-oriented programming in R with or
  without references. Large effort has been made on making definition of
@@ -25,4 +26,3 @@
  developers. The package has been developed since 2001 and is now
  considered very stable. This is a cross-platform package implemented in
  pure R that defines standard S3 classes without any tricks.
-

Modified: trunk/packages/R/r-cran-r.oo/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-r.oo/trunk/debian/copyright	2016-11-07 20:53:18 UTC (rev 23010)
+++ trunk/packages/R/r-cran-r.oo/trunk/debian/copyright	2016-11-08 08:16:19 UTC (rev 23011)
@@ -1,14 +1,14 @@
-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-Contact: Henrik Bengtsson <henrikb at braju.com>
 Upstream-Name: R.oo
-Source: http://cran.r-project.org/web/packages/R.oo/
+Source: https://cran.r-project.org/package=R.oo
 
 Files: *
-Copyright: 2007-2015 Henrik Bengtsson <henrikb at braju.com>
+Copyright: 2007-2016 Henrik Bengtsson <henrikb at braju.com>
 License: LGPL-2.1+
 
 Files: debian/*
-Copyright: 2015 Andreas Tille <tille at debian.org>
+Copyright: 2015-2016 Andreas Tille <tille at debian.org>
 License: LGPL-2.1+
 
 License: LGPL-2.1+

Modified: trunk/packages/R/r-cran-r.oo/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-r.oo/trunk/debian/rules	2016-11-07 20:53:18 UTC (rev 23010)
+++ trunk/packages/R/r-cran-r.oo/trunk/debian/rules	2016-11-08 08:16:19 UTC (rev 23011)
@@ -1,3 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/R/debian/r-cran.mk
+%:
+	dh $@ --buildsystem R




More information about the debian-med-commit mailing list