r36003 - in /packages/R/r-cran-teachingdemos: ./ 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:20:05 UTC 2009


Author: tille
Date: Thu Nov 19 16:20:04 2009
New Revision: 36003

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36003
Log:
Inject CRAN TeachingDemos which is a perequisite for CRAN DiagnosisMed which I intend to package in the Debian Med team.  Because TeachingDemos is more general it is rather out of the Debian Med scope but nicely fits into a statistics tasks - so I want to maintain it in Debian Science.  An ITP will follow.

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

Added: packages/R/r-cran-teachingdemos/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-teachingdemos/trunk/debian/changelog?rev=36003&op=file
==============================================================================
--- packages/R/r-cran-teachingdemos/trunk/debian/changelog (added)
+++ packages/R/r-cran-teachingdemos/trunk/debian/changelog Thu Nov 19 16:20:04 2009
@@ -1,0 +1,5 @@
+r-cran-teachingdemos (2.4-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-teachingdemos/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-teachingdemos/trunk/debian/compat?rev=36003&op=file
==============================================================================
--- packages/R/r-cran-teachingdemos/trunk/debian/compat (added)
+++ packages/R/r-cran-teachingdemos/trunk/debian/compat Thu Nov 19 16:20:04 2009
@@ -1,0 +1,1 @@
+7

Added: packages/R/r-cran-teachingdemos/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-teachingdemos/trunk/debian/control?rev=36003&op=file
==============================================================================
--- packages/R/r-cran-teachingdemos/trunk/debian/control (added)
+++ packages/R/r-cran-teachingdemos/trunk/debian/control Thu Nov 19 16:20:04 2009
@@ -1,0 +1,20 @@
+Source: r-cran-teachingdemos
+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/TeachingDemos/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-teachingdemos/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/R/r-cran-teachingdemos/trunk/
+
+Package: r-cran-teachingdemos
+Architecture: all
+Recommends: r-cran-misc3d, r-recommended, r-cran-mapproj
+Depends: ${shlibs:Depends}, r-base-core
+Description: GNU R Demonstrations for teaching and learning
+ This package is a set of demonstration functions that can be used in a
+ classroom to demonstrate statistical concepts, or on your own to better
+ understand the concepts or the programming.

Added: packages/R/r-cran-teachingdemos/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-teachingdemos/trunk/debian/copyright?rev=36003&op=file
==============================================================================
--- packages/R/r-cran-teachingdemos/trunk/debian/copyright (added)
+++ packages/R/r-cran-teachingdemos/trunk/debian/copyright Thu Nov 19 16:20:04 2009
@@ -1,0 +1,26 @@
+Format: Machine-readable license summary, see http://dep.debian.net/deps/dep5/
+
+Name: TeachingDemos
+Contact: Greg Snow <greg.snow at imail.org>
+Source: http://cran.r-project.org/web/packages/TeachingDemos
+
+License: Artistic-2.0
+Copyright: 2009 Greg Snow <greg.snow at imail.org>
+
+   THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+   
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the Artistic License.
+
+Comment: On Debian systems, the complete text of the Artistic
+ License version 2 can be found in `/usr/share/common-licenses/Artistic'.
+
+Files: debian/*
+Copyright: 2008 Andreas Tille   <tille at debian.org>
+           2009 Charles Plessy <plessy at debian.org>
+License: Same as r-cran-teachingdemos 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-teachingdemos/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-teachingdemos/trunk/debian/rules?rev=36003&op=file
==============================================================================
--- packages/R/r-cran-teachingdemos/trunk/debian/rules (added)
+++ packages/R/r-cran-teachingdemos/trunk/debian/rules Thu Nov 19 16:20:04 2009
@@ -1,0 +1,6 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-teachingdemos package
+# Copyright 2008 by Andreas Tille <tille at debian.org>
+
+include /usr/share/R/debian/r-cran.mk

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

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




More information about the debian-science-commits mailing list