--- abind-1.3.0.orig/debian/watch +++ abind-1.3.0/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="uversionmangle=s/-/\./" \ + http://cran.r-project.org/src/contrib/abind_([-0-9\.]*).tar.gz --- abind-1.3.0.orig/debian/changelog +++ abind-1.3.0/debian/changelog @@ -0,0 +1,64 @@ +abind (1.3.0-2) unstable; urgency=low + + * Rebuilt for R 2.14.0 so that a default NAMESPACE file is created + (Closes: #646009) + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Thu, 20 Oct 2011 11:49:04 -0500 + +abind (1.3.0-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 Sun, 27 Feb 2011 13:23:05 -0600 + +abind (1.1.0-4) 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 + + * debian/control: Changed Section: to section 'gnu-r' + + -- Dirk Eddelbuettel Sun, 01 Nov 2009 08:03:18 -0600 + +abind (1.1.0-3) unstable; urgency=low + + * debian/rules: Simplified to cdbs-based one-liner sourcing r-cran.mk + * debian/control: Hence Build-Depends: updated to r-base-dev (>= 2.3.0) + + * debian/watch: Corrected regular expression with thanks to Rafael Laboissier + * debian/post{inst,rm}: No longer call R to update html help index + (Closes: #369025) + + * debian/control: Standards-Version: increased to 3.7.2 + + -- Dirk Eddelbuettel Sun, 12 Feb 2006 18:48:49 -0600 + +abind (1.1.0-2) unstable; urgency=low + + * Rebuilt under R 2.0.0 + * debian/control: Updated Build-Depends: and Depends: accordingly + * debian/post{inst,rm}: Added to update html index + * debian/watch: Added watch file + + -- Dirk Eddelbuettel Fri, 8 Oct 2004 17:36:33 -0500 + +abind (1.1.0-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Tue, 16 Mar 2004 19:15:49 -0600 + +abind (1.0.1-1) unstable; urgency=low + + * Initial Debian Release + + -- Dirk Eddelbuettel Wed, 10 Dec 2003 21:27:08 -0600 + + --- abind-1.3.0.orig/debian/rules +++ abind-1.3.0/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-abind package +# Copyright 2003 - 2006 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + + --- abind-1.3.0.orig/debian/copyright +++ abind-1.3.0/debian/copyright @@ -0,0 +1,34 @@ +This is the Debian GNU/Linux r-cran-abind package of abind, an array-combining +utility function for GNU R, which was written by Tony Plate and Richard Heiberger. + +This package was created by Dirk Eddelbuettel . +The sources were downloaded from + http://cran.us.r-project.org/src/contrib/ + +The package was renamed from its upstream name 'abind' to 'r-cran-abind' +to fit the pattern of CRAN (and non-CRAN) packages for R. + +Copyright 2004 Tony Plate and Richard Heiberger + +License: LGPL + +On a Debian GNU/Linux system, the LGPL license is included in the file +/usr/share/common-licenses/LGPL. + +For reference, the upstream DESCRIPTION [with lines broken to 80 cols] file +is included below: + + Package: abind + Version: 1.0-1 + Date: 2003-06-10 + Title: Combine multi-dimensional arrays + Author: Tony Plate and Richard Heiberger + Maintainer: Tony Plate + Description: Combine multi-dimensional arrays. This is a + generalization of cbind and rbind. Takes a sequence of + vectors, matrices, or arrays and produces a single array of + the same or higher dimension. + Depends: R (>= 1.5.0) + License: LGPL Version 2 or later. + + --- abind-1.3.0.orig/debian/control +++ abind-1.3.0/debian/control @@ -0,0 +1,15 @@ +Source: abind +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>> 2.13.2), cdbs +Standards-Version: 3.9.1 + +Package: r-cran-abind +Architecture: all +Depends: r-base-core (>> 2.13.2) +Description: GNU R abind multi-dimensional array combination function + This package provides the abind function, a generalization of the cbind + and rbind function in the R base package. The abind function takes a sequence + of vectors, matrices, or arrays and produces a single array of the same or + higher dimension.