This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-futile.logger.
commit 36da38da1fee269ceddd84337030d27caaa3c7c1 Author: Andreas Tille <[email protected]> Date: Thu May 28 15:01:27 2015 +0000 Some polishing --- debian/changelog | 2 -- debian/control | 15 +++++++++------ debian/copyright | 8 +++++--- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8de755b..0d1c628 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> Sat, 09 May 2015 08:52:18 +0200 diff --git a/debian/control b/debian/control index af317fe..9b77c77 100644 --- a/debian/control +++ b/debian/control @@ -5,18 +5,21 @@ Section: gnu-r 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. diff --git a/debian/copyright b/debian/copyright index 7bd24ab..78247ff 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,12 +5,14 @@ Source: http://cran.r-project.org/web/packages/futile.logger/ Files: * Copyright: 2012-2015 Brian Lee Yung Rowe <[email protected]> -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 <[email protected]> -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’. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-futile.logger.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
