[med-svn] r23009 - trunk/packages/R/r-cran-futile.logger/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Mon Nov 7 20:52:07 UTC 2016
Author: tille
Date: 2016-11-07 20:52:06 +0000 (Mon, 07 Nov 2016)
New Revision: 23009
Modified:
trunk/packages/R/r-cran-futile.logger/trunk/debian/changelog
trunk/packages/R/r-cran-futile.logger/trunk/debian/control
trunk/packages/R/r-cran-futile.logger/trunk/debian/copyright
trunk/packages/R/r-cran-futile.logger/trunk/debian/rules
Log:
* New upstream version
* Convert to dh-r
* Canonical homepage for CRAN
Modified: trunk/packages/R/r-cran-futile.logger/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/changelog 2016-11-07 20:41:06 UTC (rev 23008)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/changelog 2016-11-07 20:52:06 UTC (rev 23009)
@@ -1,3 +1,11 @@
+r-cran-futile.logger (1.4.3-1) unstable; urgency=medium
+
+ * New upstream version
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+
+ -- Andreas Tille <tille at debian.org> Mon, 07 Nov 2016 21:25:47 +0100
+
r-cran-futile.logger (1.4.1-3) unstable; urgency=medium
* Add missing test dependency r-cran-testthat
Modified: trunk/packages/R/r-cran-futile.logger/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/control 2016-11-07 20:41:06 UTC (rev 23008)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/control 2016-11-07 20:52:06 UTC (rev 23009)
@@ -4,21 +4,21 @@
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
+ dh-r,
r-base-dev,
- cdbs,
r-cran-lambda.r,
r-cran-futile.options
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-futile.logger/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-futile.logger/
-Homepage: http://cran.r-project.org/web/packages/futile.logger
+Homepage: https://cran.r-project.org/package=futile.logger
Package: r-cran-futile.logger
Architecture: all
Depends: ${misc:Depends},
- ${R:Depends},
- r-cran-lambda.r,
- r-cran-futile.options
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: logging utility for GNU R
This GNU R package provides a simple yet powerful logging utility. Based
loosely on log4j, futile.logger takes advantage of R idioms to make logging
Modified: trunk/packages/R/r-cran-futile.logger/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/copyright 2016-11-07 20:41:06 UTC (rev 23008)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/copyright 2016-11-07 20:52:06 UTC (rev 23009)
@@ -1,16 +1,16 @@
-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: Brian Lee Yung Rowe <r at zatonovo.com>
Upstream-Name: futile.logger
-Source: http://cran.r-project.org/web/packages/futile.logger/
+Source: https://cran.r-project.org/package=futile.logger
Files: *
-Copyright: 2012-2015 Brian Lee Yung Rowe <r at zatonovo.com>
+Copyright: 2012-2016 Brian Lee Yung Rowe <r at zatonovo.com>
License: LGPL-3
Comment: License is mentioned in the metadata of the file DESCRIPTION
and at the download page mentioned above.
Files: debian/*
-Copyright: 2015 Andreas Tille <tille at debian.org>
+Copyright: 2015-2016 Andreas Tille <tille at debian.org>
License: LGPL-3
License: LGPL-3
Modified: trunk/packages/R/r-cran-futile.logger/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/rules 2016-11-07 20:41:06 UTC (rev 23008)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/rules 2016-11-07 20:52:06 UTC (rev 23009)
@@ -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