--- r-cran-class-7.3-3.orig/debian/watch +++ r-cran-class-7.3-3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/class_([-0-9\.]*)\.tar.gz --- r-cran-class-7.3-3.orig/debian/compat +++ r-cran-class-7.3-3/debian/compat @@ -0,0 +1 @@ +7 --- r-cran-class-7.3-3.orig/debian/changelog +++ r-cran-class-7.3-3/debian/changelog @@ -0,0 +1,35 @@ +r-cran-class (7.3-3-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Thu, 09 Dec 2010 10:49:26 -0600 + +r-cran-class (7.3-2-2) unstable; urgency=low + + * debian/control: Added r-cran-mass to (Build-)Depends: (Closes: #584340) + + -- Dirk Eddelbuettel Thu, 03 Jun 2010 09:07:29 -0500 + +r-cran-class (7.3-2-1) unstable; urgency=low + + * New upstream release + + * debian/control: Provided extended long Description: + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Sat, 03 Apr 2010 08:07:23 -0500 + +r-cran-class (7.3-1-1) unstable; urgency=low + + * Initial Debian package (Closes: #551130) + + * class used to be part of the VR bundle which has been in Debian as package + r-cran-vr since Jan 2004, and as part of the r-base package since Dec 1997. + It has been unbundled with deprecation of package bundles in R 2.10.0 + + -- Dirk Eddelbuettel Thu, 15 Oct 2009 19:44:12 -0500 --- r-cran-class-7.3-3.orig/debian/rules +++ r-cran-class-7.3-3/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-class package +# Copyright 2005 - 2009 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + --- r-cran-class-7.3-3.orig/debian/r-cran-class.lintian-overrides +++ r-cran-class-7.3-3/debian/r-cran-class.lintian-overrides @@ -0,0 +1 @@ +r-cran-class: extra-license-file usr/lib/R/library/class/LICENCE --- r-cran-class-7.3-3.orig/debian/copyright +++ r-cran-class-7.3-3/debian/copyright @@ -0,0 +1,86 @@ +This is the Debian GNU/Linux r-cran-class package of class, a package +providing functions and datasets for classification written by +W. N. Venables and B. D. Ripley. + +It has already been part of Debian since Dec 1997 as part of the +r-base package, and since Jan 2004 as part of the package bundle VR +packaged as r-cran-vr. + +This package was created by Dirk Eddelbuettel . +The sources were downloaded from the CRAN network at + http://cran.r-project.org + +The package was renamed from its upstream name 'class' to 'r-cran-class' +to fit the pattern of CRAN (and non-CRAN) packages for R. + +Copyright (C) 1992 - 2009 W. N. Venables and B. D. Ripley +Portions Copyright (C) 2005 - 2007 The R Foundation + +License: GPL-2 | GPL-3 + +On a Debian GNU/Linux system, the GPL-2 license is included +in the file /usr/share/common-licenses/GPL-2. + +For reference, the upstream DESCRIPTION file is included below: + + Package: class + Priority: recommended + Version: 7.3-1 + Date: 2009-06-20 + Depends: R (>= 2.5.0), stats, utils + Imports: MASS + Author: Brian Ripley . + Maintainer: Brian Ripley + Description: Various functions for classification. + Title: Functions for Classification + License: GPL-2 | GPL-3 + URL: http://www.stats.ox.ac.uk/pub/MASS4/ + LazyLoad: yes + Packaged: 2009-07-31 14:02:08 UTC; ripley + +The upstream file inst/LICENSE is also included: + + Software and datasets to support 'Modern Applied Statistics with S', + fourth edition, by W. N. Venables and B. D. Ripley. + Springer, 2002. + + From the text (pp. 464): + + These datasets and software are provided in good faith, but none of + the authors, publishers nor distributors warrant their accuracy + nor can be held responsible for the consequences of their use. + + This file is intended to clarify ownership and copyright: where + possible individual files also carry brief copyright notices. + + + Copyrights + ========== + + All files are copyright (C) 1994-2009 W. N. Venables and + B. D. Ripley. Those parts which were distributed with the first + edition are also copyright (C) 1994 Springer-Verlag New York Inc, with + all rights assigned to W. N. Venables and B. D. Ripley. + + + Licence + ======= + + This 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 or 3 of the License + (at your option). + + 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. + + Files share/licenses/GPL-2 and share/licenses/GPL-3 in the R + (source or binary) distribution are copies of versions 2 and 3 + of the 'GNU General Public License'. + These can also be viewed at http://www.r-project.org/licenses/ + + Bill.Venables@csiro.au + ripley@stats.ox.ac.uk + \ No newline at end of file --- r-cran-class-7.3-3.orig/debian/control +++ r-cran-class-7.3-3/debian/control @@ -0,0 +1,20 @@ +Source: r-cran-class +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.12.0), r-cran-mass, cdbs +Standards-Version: 3.9.1 +Homepage: http://cran.r-project.org/web/packages/class/index.html + +Package: r-cran-class +Architecture: any +Replaces: r-cran-vr (<< 7.3-0) +Depends: ${shlibs:Depends}, r-base-core (>= 2.12.0), r-cran-mass +Description: GNU R package for classification + The class package provides functions and datasets to support chapter + 12 on 'Classification' in the book 'Modern Applied Statistics with S' + (4th edition) by W.N. Venables and B.D. Ripley. The following URL + provides more details about the book: + URL: http://www.stats.ox.ac.uk/pub/MASS4 + +