--- r-cran-mass-7.3-33.orig/debian/r-cran-mass.lintian-overrides +++ r-cran-mass-7.3-33/debian/r-cran-mass.lintian-overrides @@ -0,0 +1 @@ +r-cran-mass: extra-license-file usr/lib/R/library/MASS/LICENCE --- r-cran-mass-7.3-33.orig/debian/watch +++ r-cran-mass-7.3-33/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/MASS_([-0-9\.]*)\.tar.gz --- r-cran-mass-7.3-33.orig/debian/copyright +++ r-cran-mass-7.3-33/debian/copyright @@ -0,0 +1,100 @@ +This is the Debian GNU/Linux r-cran-mass package of MASS, a package +providing functions and datasets supporting the Venables and Ripley +book 'Modern Applied Statistic with S' (4th ed.) 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 'MASS' to 'r-cran-mass' +to fit the pattern of CRAN (and non-CRAN) packages for R. + +Copyright (C) 1994 - 2009 W. N. Venables and B. D. Ripley +Portions Copyright (C) 1999 - 2002 R Core Development Team +Portions Copyright (C) 2005 - 2007 The R Foundation +Portions Copyright (C) 1998 - 2007 B. D. Ripley +Portions Copyright (C) 1996 D. M. Bates and W. N. Venables. + +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: MASS + Priority: recommended + Version: 7.3-2 + Date: 2009-08-27 + Depends: R (>= 2.10.0), grDevices, graphics, stats, utils + Suggests: lattice, nlme, survival + Author: S original by Venables & Ripley. + R port by Brian Ripley , following earlier + work by Kurt Hornik and Albrecht Gebhardt. + Maintainer: Brian Ripley + Description: Functions and datasets to support Venables and + Ripley, 'Modern Applied Statistics with S' (4th edition). + Title: Main Package of Venables and Ripley's MASS + License: GPL-2 | GPL-3 + URL: http://www.stats.ox.ac.uk/pub/MASS4/ + LazyLoad: yes + LazyData: yes + Packaged: 2009-08-27 07:14:05 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 + ========== + + File MASS/R/profiles.R copyright (C) 1996 D. M. Bates and W. N. Venables. + port to R by B. D. Ripley copyright (C) 1998 + corrections copyright (C) 2000,3,6 B. D. Ripley + + Our understanding is that the dataset files MASS/data/*.rda are not copyright. + + All other 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 + --- r-cran-mass-7.3-33.orig/debian/control +++ r-cran-mass-7.3-33/debian/control @@ -0,0 +1,20 @@ +Source: r-cran-mass +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.1.0), cdbs +Standards-Version: 3.9.5 +Homepage: http://cran.r-project.org/web/packages/MASS/index.html + +Package: r-cran-mass +Architecture: any +Replaces: r-cran-vr +Provides: r-cran-vr +Conflicts: r-cran-vr +Depends: ${shlibs:Depends}, ${R:Depends} +Description: GNU R package of Venables and Ripley's MASS + The MASS package provides functions and datasets to support 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 + --- r-cran-mass-7.3-33.orig/debian/compat +++ r-cran-mass-7.3-33/debian/compat @@ -0,0 +1 @@ +7 --- r-cran-mass-7.3-33.orig/debian/rules +++ r-cran-mass-7.3-33/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-mass package +# Copyright 2005 - 2009 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + --- r-cran-mass-7.3-33.orig/debian/changelog +++ r-cran-mass-7.3-33/debian/changelog @@ -0,0 +1,213 @@ +r-cran-mass (7.3-33-1precise0) precise; urgency=low + + * Compilation for Ubuntu 12.04.4 LTS + + -- Michael Rutter Tue, 06 May 2014 12:21:25 +0000 + +r-cran-mass (7.3-33-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Mon, 05 May 2014 08:33:55 -0500 + +r-cran-mass (7.3-32-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Sun, 27 Apr 2014 10:20:27 -0500 + +r-cran-mass (7.3-31-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Fri, 28 Mar 2014 06:28:24 -0500 + +r-cran-mass (7.3-30-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 Sat, 08 Mar 2014 07:58:27 -0600 + +r-cran-mass (7.3-29-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Sat, 31 Aug 2013 17:01:22 -0500 + +r-cran-mass (7.3-28-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Fri, 02 Aug 2013 17:03:46 -0500 + +r-cran-mass (7.3-27-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Sat, 13 Jul 2013 11:54:27 -0500 + +r-cran-mass (7.3-26-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + * (Re-)building with R 3.0.0 (beta) + + -- Dirk Eddelbuettel Mon, 25 Mar 2013 21:24:05 -0500 + +r-cran-mass (7.3-23-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Tue, 08 Jan 2013 21:21:53 -0600 + +r-cran-mass (7.3-22-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Wed, 03 Oct 2012 12:06:18 -0500 + +r-cran-mass (7.3-21-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Thu, 30 Aug 2012 10:35:21 -0500 + +r-cran-mass (7.3-20-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Wed, 01 Aug 2012 14:40:42 -0500 + +r-cran-mass (7.3-19-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Wed, 27 Jun 2012 12:01:16 -0500 + +r-cran-mass (7.3-18-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + * debian/control: Change Depends to ${R:Depends} + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Thu, 26 Apr 2012 08:12:22 -0500 + +r-cran-mass (7.3-17-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Wed, 08 Feb 2012 12:39:33 -0600 + +r-cran-mass (7.3-16-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 Wed, 02 Nov 2011 15:57:06 -0500 + +r-cran-mass (7.3-14-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Sat, 23 Jul 2011 13:10:25 -0500 + +r-cran-mass (7.3-13-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Wed, 13 Apr 2011 18:03:21 -0500 + +r-cran-mass (7.3-11-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Thu, 10 Feb 2011 12:07:21 -0600 + +r-cran-mass (7.3-9-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version + + * debian/control: Now also Provides:, Conflicts:, Replaces: r-cran-vr so + that we can retire the virtual package which was created when upstream + moved from a package bundle VR to packages MASS, nnet, class, spatial. + + -- Dirk Eddelbuettel Fri, 03 Dec 2010 10:07:42 -0600 + +r-cran-mass (7.3-7-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Sat, 03 Jul 2010 15:53:58 -0500 + +r-cran-mass (7.3-6-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 Fri, 28 May 2010 21:59:00 -0500 + +r-cran-mass (7.3-5-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Sun, 03 Jan 2010 09:39:17 -0600 + +r-cran-mass (7.3-4-1) unstable; urgency=low + + * New upstream release + + * debian/control: Provided extended long Description: + + -- Dirk Eddelbuettel Mon, 23 Nov 2009 06:00:18 -0600 + +r-cran-mass (7.3-3-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Wed, 28 Oct 2009 20:41:40 -0500 + +r-cran-mass (7.3-2-1) unstable; urgency=low + + * Initial Debian package (Closes: #551129) + + * MASS 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:35 -0500