[med-svn] r23720 - in trunk/packages/R: . r-cran-snowballc r-cran-snowballc/trunk r-cran-snowballc/trunk/debian r-cran-snowballc/trunk/debian/source

Andreas Tille tille at moszumanska.debian.org
Mon Apr 3 12:38:26 UTC 2017


Author: tille
Date: 2017-04-03 12:38:25 +0000 (Mon, 03 Apr 2017)
New Revision: 23720

Added:
   trunk/packages/R/r-cran-snowballc/
   trunk/packages/R/r-cran-snowballc/trunk/
   trunk/packages/R/r-cran-snowballc/trunk/debian/
   trunk/packages/R/r-cran-snowballc/trunk/debian/changelog
   trunk/packages/R/r-cran-snowballc/trunk/debian/compat
   trunk/packages/R/r-cran-snowballc/trunk/debian/control
   trunk/packages/R/r-cran-snowballc/trunk/debian/copyright
   trunk/packages/R/r-cran-snowballc/trunk/debian/rules
   trunk/packages/R/r-cran-snowballc/trunk/debian/source/
   trunk/packages/R/r-cran-snowballc/trunk/debian/source/format
   trunk/packages/R/r-cran-snowballc/trunk/debian/watch
Log:
Inject r-cran-snowballc


Added: trunk/packages/R/r-cran-snowballc/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-snowballc/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/R/r-cran-snowballc/trunk/debian/changelog	2017-04-03 12:38:25 UTC (rev 23720)
@@ -0,0 +1,6 @@
+r-cran-snowballc (0.5.1-1) UNRELEASED; urgency=medium
+
+  * Initial release (closes: #xxxxxx)
+  TODO: Check whether we can just link against libstemmer-dev to avoid code copy
+
+ -- Andreas Tille <tille at debian.org>  Fri, 31 Mar 2017 09:49:24 +0200

Added: trunk/packages/R/r-cran-snowballc/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-snowballc/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/R/r-cran-snowballc/trunk/debian/compat	2017-04-03 12:38:25 UTC (rev 23720)
@@ -0,0 +1 @@
+10

Added: trunk/packages/R/r-cran-snowballc/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-snowballc/trunk/debian/control	                        (rev 0)
+++ trunk/packages/R/r-cran-snowballc/trunk/debian/control	2017-04-03 12:38:25 UTC (rev 23720)
@@ -0,0 +1,26 @@
+Source: r-cran-snowballc
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               dh-r,
+               r-base-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-snowballc/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-snowballc/trunk/
+Homepage: https://cran.r-project.org/package=SnowballC
+
+Package: r-cran-snowballc
+Architecture: any
+Depends: ${R:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
+Description: Snowball stemmers based on the C libstemmer UTF-8 library
+ An R interface to the C libstemmer library that implements Porter's word
+ stemming algorithm for collapsing words to a common root to aid
+ comparison of vocabulary. Currently supported languages are Danish,
+ Dutch, English, Finnish, French, German, Hungarian, Italian, Norwegian,
+ Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.

Added: trunk/packages/R/r-cran-snowballc/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-snowballc/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/R/r-cran-snowballc/trunk/debian/copyright	2017-04-03 12:38:25 UTC (rev 23720)
@@ -0,0 +1,41 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: SnowballC
+Upstream-Contact: Milan Bouchet-Valat <nalimilan at club.fr>
+Source: https://cran.r-project.org/package=SnowballC
+
+Files: *
+Copyright: 2013-2014 Milan Bouchet-Valat
+License: BSD-2-clause
+
+Files: src/*.[ch]
+Copyright: 2001 Dr Martin Porter
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2017 Andreas Tille <tille at debian.org>
+License: BSD-2-clause
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+    Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+    Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in
+    the documentation and/or other materials provided with the
+    distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: trunk/packages/R/r-cran-snowballc/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-snowballc/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/R/r-cran-snowballc/trunk/debian/rules	2017-04-03 12:38:25 UTC (rev 23720)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --buildsystem R
+


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

Added: trunk/packages/R/r-cran-snowballc/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-snowballc/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/R/r-cran-snowballc/trunk/debian/source/format	2017-04-03 12:38:25 UTC (rev 23720)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/R/r-cran-snowballc/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-snowballc/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/R/r-cran-snowballc/trunk/debian/watch	2017-04-03 12:38:25 UTC (rev 23720)
@@ -0,0 +1,2 @@
+version=4
+https://cran.r-project.org/src/contrib/SnowballC_([-\d.]*)\.tar\.gz




More information about the debian-med-commit mailing list