r36004 - in /packages/R/r-cran-amore: ./ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/rules trunk/debian/watch

tille at users.alioth.debian.org tille at users.alioth.debian.org
Thu Nov 19 16:44:23 UTC 2009


Author: tille
Date: Thu Nov 19 16:44:23 2009
New Revision: 36004

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36004
Log:
Inject another precondition for r-cran-diagnosismed, ITP will follow

Added:
    packages/R/r-cran-amore/
    packages/R/r-cran-amore/trunk/
    packages/R/r-cran-amore/trunk/debian/
    packages/R/r-cran-amore/trunk/debian/changelog
    packages/R/r-cran-amore/trunk/debian/compat
    packages/R/r-cran-amore/trunk/debian/control
    packages/R/r-cran-amore/trunk/debian/copyright
    packages/R/r-cran-amore/trunk/debian/rules   (with props)
    packages/R/r-cran-amore/trunk/debian/watch

Added: packages/R/r-cran-amore/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-amore/trunk/debian/changelog?rev=36004&op=file
==============================================================================
--- packages/R/r-cran-amore/trunk/debian/changelog (added)
+++ packages/R/r-cran-amore/trunk/debian/changelog Thu Nov 19 16:44:23 2009
@@ -1,0 +1,5 @@
+r-cran-amore (0.2-11-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #???).
+
+ -- Andreas Tille <tille at debian.org>  Thu, 19 Nov 2009 15:38:39 +0100

Added: packages/R/r-cran-amore/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-amore/trunk/debian/compat?rev=36004&op=file
==============================================================================
--- packages/R/r-cran-amore/trunk/debian/compat (added)
+++ packages/R/r-cran-amore/trunk/debian/compat Thu Nov 19 16:44:23 2009
@@ -1,0 +1,1 @@
+7

Added: packages/R/r-cran-amore/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-amore/trunk/debian/control?rev=36004&op=file
==============================================================================
--- packages/R/r-cran-amore/trunk/debian/control (added)
+++ packages/R/r-cran-amore/trunk/debian/control Thu Nov 19 16:44:23 2009
@@ -1,0 +1,20 @@
+Source: r-cran-amore
+Section: gnu-r
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev
+Standards-Version: 3.8.3
+Homepage: http://cran.r-project.org/web/packages/AMORE/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-amore/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/R/r-cran-amore/trunk/
+
+Package: r-cran-amore
+Architecture: any
+Depends: ${shlibs:Depends}, r-base-core
+Description: GNU R: A MORE flexible neural network package
+ This package was born to release the TAO robust neural network
+ algorithm to the R users. It has grown and I think it can be of interest
+ for the users wanting to implement their own training algorithms as well
+ as for those others whose needs lye only in the "user space".

Added: packages/R/r-cran-amore/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-amore/trunk/debian/copyright?rev=36004&op=file
==============================================================================
--- packages/R/r-cran-amore/trunk/debian/copyright (added)
+++ packages/R/r-cran-amore/trunk/debian/copyright Thu Nov 19 16:44:23 2009
@@ -1,0 +1,35 @@
+Format: Machine-readable license summary, see http://dep.debian.net/deps/dep5/
+
+Name: AMORE
+Contact: Manuel Castejón Limas <manuel.castejon at unileon.es>
+Source: http://cran.r-project.org/web/packages/AMORE
+
+License: GPL-2+
+Copyright: 2009 Manuel Castejón Limas, Joaquín B. Ordieres Meré,
+                Eliseo P. Vergara González, Francisco Javier Martínez de Pisón Ascacibar,
+                Alpha V. Pernía Espinoza, Fernando Alba Elías
+
+
+        This program is free software: you can redistribute it and/or modify
+        it under the terms of the GNU General Public License as published by
+        the Free Software Foundation, either version 2 of the License, or
+        (at your option) any later version.
+
+        This program is distributed in the hope that it will be useful,
+        but WITHOUT ANY WARRANTY; without even the implied warranty of
+        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+        GNU General Public License for more details.
+
+        You should have received a copy of the GNU General Public License
+        along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+Comment: On Debian systems, the complete text of the GNU Public
+ License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: debian/*
+Copyright: 2008 Andreas Tille   <tille at debian.org>
+           2009 Charles Plessy <plessy at debian.org>
+License: Same as r-cran-amore itelf
+ (see above)
+Packaged-By: Andreas Tille <tille at debian.org>
+Packaged-Date: Thu, 19 Nov 2009 15:38:39 +0100

Added: packages/R/r-cran-amore/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-amore/trunk/debian/rules?rev=36004&op=file
==============================================================================
--- packages/R/r-cran-amore/trunk/debian/rules (added)
+++ packages/R/r-cran-amore/trunk/debian/rules Thu Nov 19 16:44:23 2009
@@ -1,0 +1,6 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-amore package
+# Copyright 2008 by Andreas Tille <tille at debian.org>
+
+include /usr/share/R/debian/r-cran.mk

Propchange: packages/R/r-cran-amore/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/R/r-cran-amore/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-amore/trunk/debian/watch?rev=36004&op=file
==============================================================================
--- packages/R/r-cran-amore/trunk/debian/watch (added)
+++ packages/R/r-cran-amore/trunk/debian/watch Thu Nov 19 16:44:23 2009
@@ -1,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/AMORE_([-\d.]+)\.tar\.gz




More information about the debian-science-commits mailing list