[med-svn] r19573 - trunk/packages/R/r-cran-crayon/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Wed Jul 8 17:39:12 UTC 2015


Author: tille
Date: 2015-07-08 17:39:12 +0000 (Wed, 08 Jul 2015)
New Revision: 19573

Modified:
   trunk/packages/R/r-cran-crayon/trunk/debian/control
   trunk/packages/R/r-cran-crayon/trunk/debian/copyright
Log:
Fix dependencies and copyright


Modified: trunk/packages/R/r-cran-crayon/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-crayon/trunk/debian/control	2015-07-08 15:53:38 UTC (rev 19572)
+++ trunk/packages/R/r-cran-crayon/trunk/debian/control	2015-07-08 17:39:12 UTC (rev 19573)
@@ -5,7 +5,9 @@
 Priority: optional
 Build-Depends: debhelper (>= 9),
                cdbs,
-               r-base-dev
+               r-base-dev,
+               r-cran-memoise,
+               r-cran-digest
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-crayon/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-crayon/
@@ -15,7 +17,9 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         ${R:Depends}
+         ${R:Depends},
+         r-cran-memoise,
+         r-cran-digest
 Description: GNU R colored terminal output
  Colored terminal output on terminals that support ANSI color and
  highlight codes. ANSI color support is automatically detected. Colors

Modified: trunk/packages/R/r-cran-crayon/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-crayon/trunk/debian/copyright	2015-07-08 15:53:38 UTC (rev 19572)
+++ trunk/packages/R/r-cran-crayon/trunk/debian/copyright	2015-07-08 17:39:12 UTC (rev 19573)
@@ -2,9 +2,11 @@
 Upstream-Contact: Gabor Csardi <csardi.gabor at gmail.com>
 Upstream-Name: crayon
 Source: http://cran.r-project.org/web/packages/crayon/
+Comment: The license is mentioned on the source download page as
+         link to the license text http://cran.r-project.org/web/licenses/MIT
 
 Files: *
-Copyright: 2007-2015 Gabor Csardi <csardi.gabor at gmail.com>
+Copyright: 2014-2015 Gabor Csardi <csardi.gabor at gmail.com>
 License: MIT
 
 Files: debian/*
@@ -12,3 +14,22 @@
 License: MIT
 
 License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+




More information about the debian-med-commit mailing list