[med-svn] r19293 - trunk/packages/R/r-cran-futile.logger/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu May 28 15:01:28 UTC 2015
Author: tille
Date: 2015-05-28 15:01:27 +0000 (Thu, 28 May 2015)
New Revision: 19293
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
Log:
Some polishing
Modified: trunk/packages/R/r-cran-futile.logger/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/changelog 2015-05-28 14:35:13 UTC (rev 19292)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/changelog 2015-05-28 15:01:27 UTC (rev 19293)
@@ -1,7 +1,5 @@
r-cran-futile.logger (1.4.1-1) UNRELEASED; urgency=medium
* Initial upload (Closes: #???)
- TODO: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-lambda.r/
- https://ftp-master.debian.org/new/r-cran-futile.options_1.0.0-1.html
-- Andreas Tille <tille at debian.org> Sat, 09 May 2015 08:52:18 +0200
Modified: trunk/packages/R/r-cran-futile.logger/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/control 2015-05-28 14:35:13 UTC (rev 19292)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/control 2015-05-28 15:01:27 UTC (rev 19293)
@@ -5,18 +5,21 @@
Priority: optional
Build-Depends: debhelper (>= 9),
r-base-dev,
- cdbs
+ cdbs,
+ r-cran-lambda.r,
+ r-cran-futile.options
Standards-Version: 3.9.6
Vcs-Browser: http://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
Package: r-cran-futile.logger
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${R:Depends}
-Description: GNU R logging utility for
+Architecture: all
+Depends: ${misc:Depends},
+ ${R:Depends},
+ r-cran-lambda.r,
+ r-cran-futile.options
+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
a convenient and easy to use replacement for cat and print statements.
Modified: trunk/packages/R/r-cran-futile.logger/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/copyright 2015-05-28 14:35:13 UTC (rev 19292)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/copyright 2015-05-28 15:01:27 UTC (rev 19293)
@@ -5,12 +5,14 @@
Files: *
Copyright: 2012-2015 Brian Lee Yung Rowe <r at zatonovo.com>
-License: LGPL-3+
+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>
-License: LGPL-3+
+License: LGPL-3
-License: LGPL-3+
+License: LGPL-3
On Debian systems, the complete text of the GNU Lesser General Public
License version 3 can be found in ‘/usr/share/common-licenses/LGPL-3’.
More information about the debian-med-commit
mailing list