Author: tille
Date: 2015-07-29 13:32:24 +0000 (Wed, 29 Jul 2015)
New Revision: 19753

Added:
   trunk/packages/R/r-cran-stringi/
   trunk/packages/R/r-cran-stringi/trunk/
   trunk/packages/R/r-cran-stringi/trunk/debian/
   trunk/packages/R/r-cran-stringi/trunk/debian/changelog
   trunk/packages/R/r-cran-stringi/trunk/debian/compat
   trunk/packages/R/r-cran-stringi/trunk/debian/control
   trunk/packages/R/r-cran-stringi/trunk/debian/copyright
   trunk/packages/R/r-cran-stringi/trunk/debian/rules
   trunk/packages/R/r-cran-stringi/trunk/debian/source/
   trunk/packages/R/r-cran-stringi/trunk/debian/source/format
   trunk/packages/R/r-cran-stringi/trunk/debian/watch
Log:
Inject r-cran-stringi as a predenpendency to update r-cran-stringr


Added: trunk/packages/R/r-cran-stringi/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-stringi/trunk/debian/changelog                      
        (rev 0)
+++ trunk/packages/R/r-cran-stringi/trunk/debian/changelog      2015-07-29 
13:32:24 UTC (rev 19753)
@@ -0,0 +1,7 @@
+r-cran-stringi (0.5-5-1) UNRELEASED; urgency=medium
+
+  * Initial upload (Closes: #???)
+  TODO: somehow tries to download icudt data library
+        I do not understand the license :-(
+
+ -- Andreas Tille <[email protected]>  Sun, 05 Jul 2015 19:05:09 +0200

Added: trunk/packages/R/r-cran-stringi/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-stringi/trunk/debian/compat                         
(rev 0)
+++ trunk/packages/R/r-cran-stringi/trunk/debian/compat 2015-07-29 13:32:24 UTC 
(rev 19753)
@@ -0,0 +1 @@
+9

Added: trunk/packages/R/r-cran-stringi/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-stringi/trunk/debian/control                        
        (rev 0)
+++ trunk/packages/R/r-cran-stringi/trunk/debian/control        2015-07-29 
13:32:24 UTC (rev 19753)
@@ -0,0 +1,27 @@
+Source: r-cran-stringi
+Maintainer: Debian Med Packaging Team 
<[email protected]>
+Uploaders: Andreas Tille <[email protected]>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cdbs,
+               r-base-dev
+Standards-Version: 3.9.6
+Vcs-Browser: 
http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-stringi/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-stringi/
+Homepage: http://cran.r-project.org/web/packages/stringi
+
+Package: r-cran-stringi
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${R:Depends}
+Description: GNU R character string processing facilities
+ Allows for fast, correct, consistent, portable, as well as convenient
+ character string/text processing in every locale and any native
+ encoding. Owing to the use of the ICU library, the package provides R
+ users with platform-independent functions known to Java, Perl, Python,
+ PHP, and Ruby programmers. Among available features there are: pattern
+ searching (e.g. via regular expressions), random string generation,
+ string collation, transliteration, concatenation, date-time formatting
+ and parsing, etc.

Added: trunk/packages/R/r-cran-stringi/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-stringi/trunk/debian/copyright                      
        (rev 0)
+++ trunk/packages/R/r-cran-stringi/trunk/debian/copyright      2015-07-29 
13:32:24 UTC (rev 19753)
@@ -0,0 +1,14 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Marek Gagolewski <[email protected]>
+Upstream-Name: stringi
+Source: http://cran.r-project.org/web/packages/stringi/
+
+Files: *
+Copyright: 2013-2015 Marek Gagolewski <gagolews at rexamine.com>
+                     Bartek Tartanus
+License: 
+
+Files: debian/*
+Copyright: 2015 Andreas Tille <[email protected]>
+License: 
+

Added: trunk/packages/R/r-cran-stringi/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-stringi/trunk/debian/rules                          
(rev 0)
+++ trunk/packages/R/r-cran-stringi/trunk/debian/rules  2015-07-29 13:32:24 UTC 
(rev 19753)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk
+


Property changes on: trunk/packages/R/r-cran-stringi/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/R/r-cran-stringi/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-stringi/trunk/debian/source/format                  
        (rev 0)
+++ trunk/packages/R/r-cran-stringi/trunk/debian/source/format  2015-07-29 
13:32:24 UTC (rev 19753)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/R/r-cran-stringi/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-stringi/trunk/debian/watch                          
(rev 0)
+++ trunk/packages/R/r-cran-stringi/trunk/debian/watch  2015-07-29 13:32:24 UTC 
(rev 19753)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/stringi_([\d.-]*)\.tar\.gz


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to