--- mnormt-1.4-7.orig/debian/changelog +++ mnormt-1.4-7/debian/changelog @@ -0,0 +1,121 @@ +mnormt (1.4-7-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, 05 Dec 2013 14:30:55 -0600 + +mnormt (1.4-5-2) unstable; urgency=low + + * debian/control: Set Build-Depends: to current R version + * debian/control: Change Depends to ${R:Depends} + * debian/control: Set Standards-Version: to current version + + * (Re-)building with R 3.0.0 (beta) + + -- Dirk Eddelbuettel Sat, 30 Mar 2013 08:26:32 -0500 + +mnormt (1.4-5-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Sat, 07 Jan 2012 12:28:09 -0600 + +mnormt (1.4-3-2) unstable; urgency=low + + * Rebuilt for R 2.14.0 so that a default NAMESPACE file is created + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Sat, 22 Oct 2011 17:19:05 -0500 + +mnormt (1.4-3-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Wed, 04 May 2011 19:17:54 -0500 + +mnormt (1.4-2-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Sun, 01 May 2011 06:46:41 -0500 + +mnormt (1.4-0-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Sun, 16 Jan 2011 16:04:05 -0600 + +mnormt (1.3-4-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, 26 Nov 2010 09:34:42 -0600 + +mnormt (1.3-3-2) unstable; urgency=low + + * Rebuilt for R 2.10.0 to work with new R-internal help file conversion + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Mon, 02 Nov 2009 19:46:00 -0600 + +mnormt (1.3-3-1) unstable; urgency=low + + * New upstream release + + * debian/control: Changed Section: to new section 'gnu-r' + + -- Dirk Eddelbuettel Sat, 21 Mar 2009 10:54:59 -0500 + +mnormt (1.3-2-2) unstable; urgency=low + + * Rebuilt under corrected pbuilder setup. + + -- Dirk Eddelbuettel Mon, 02 Feb 2009 21:55:41 -0600 + +mnormt (1.3-2-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version 2.8.1 + + -- Dirk Eddelbuettel Fri, 30 Jan 2009 19:00:43 -0600 + +mnormt (1.3-1-1) unstable; urgency=low + + * New upstream release + + * debian/control: Update (Build-)Depends on current R version + * debian/control: Update Standards-Version: to current version + + -- Dirk Eddelbuettel Mon, 08 Dec 2008 20:36:03 -0600 + +mnormt (1.2-1-2) unstable; urgency=low + + * Rebuildiing under current toolchain (Closes: #484627) + + * debian/control: Update (Build-)Depends on current R version + * debian/control: Update Standards-Version: to current version + + -- Dirk Eddelbuettel Thu, 05 Jun 2008 21:54:42 -0500 + +mnormt (1.2-1-1) unstable; urgency=low + + * Initial Debian release + + -- Dirk Eddelbuettel Wed, 03 Oct 2007 21:25:21 -0500 --- mnormt-1.4-7.orig/debian/control +++ mnormt-1.4-7/debian/control @@ -0,0 +1,19 @@ +Source: mnormt +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.0.2), cdbs +Standards-Version: 3.9.5 + +Package: r-cran-mnormt +Architecture: any +Depends: ${shlibs:Depends}, ${R:Depends} +Description: GNU R package providing multivariate normal and t distribution + This package provides functions for computing the density and the + distribution function of, and for generating random vectors from the + multivariate normal and multivariate t distributions. It provides + functions similar in scope to those of the package 'mvtnorm', but + with some differences; one of these is that probabilities are + computed via a non-Monte Carlo method. + + --- mnormt-1.4-7.orig/debian/copyright +++ mnormt-1.4-7/debian/copyright @@ -0,0 +1,41 @@ +This is the Debian GNU/Linux r-cran-mnormt package of mnormt, a +package for GNU R that provides multivariate t and normal +distributions. Mnormt was written by Adelchi Azzalini based on +Fortran code by Alan Genz. + +This package was created by Dirk Eddelbuettel . The +sources were downloaded from CRAN at + http://cran.r-project.org/src/contrib/ + +The package was renamed from its upstream name 'mnormt' to +'r-cran-mnormt' to fit the pattern of CRAN (and non-CRAN) packages for +R. + +Copyright (C) 2006 - 2008 Adelchi Azzalini + +License: GPL-2 + +On a Debian GNU/Linux system, the GPL license (v2) is included in the +file /usr/share/common-licenses/GPL-2. + +For reference, the upstream DESCRIPTION [indented two spaces] +file is included below: + + Package: mnormt + Version: 1.2-1 + Date: 2007-03-16 + Title: The multivariate normal and t distributions + Author: Fortran code by Alan Genz, R code by Adelchi Azzalini + Maintainer: Adelchi Azzalini + Depends: R (>= 2.2.0) + Description: This package provides functions for computing the density and + the distribution function of, and for generating random vectors from the + multivariate normal and multivariate t distributions. It provides functions + similar in scope to those of the package 'mvtnorm', but with some + differences; one of these is that probabilities are computed via a + non-Monte Carlo method. + License: GPL Version 2 + URL: http://azzalini.stat.unipd.it/SW/Pkg-mnormt + Packaged: Sat Mar 17 15:35:48 2007; aa + + --- mnormt-1.4-7.orig/debian/rules +++ mnormt-1.4-7/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-mnormt package +# Copyright 2004-2007 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + --- mnormt-1.4-7.orig/debian/watch +++ mnormt-1.4-7/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/mnormt_([-\d\.]*)\.tar.gz