--- abind-1.4-3.orig/debian/changelog +++ abind-1.4-3/debian/changelog @@ -0,0 +1,101 @@ +abind (1.4-3-2) unstable; urgency=medium + + * debian/compat: Created (Closes: #829660) + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Thu, 07 Jul 2016 05:25:16 -0500 + +abind (1.4-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 Fri, 13 Mar 2015 07:44:36 -0500 + +abind (1.4-0-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 16:27:02 -0500 + +abind (1.4-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 Nov 2011 09:13:49 -0600 + +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.4-3.orig/debian/compat +++ abind-1.4-3/debian/compat @@ -0,0 +1 @@ +7 --- abind-1.4-3.orig/debian/control +++ abind-1.4-3/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 (>= 3.3.1), cdbs +Standards-Version: 3.9.8 + +Package: r-cran-abind +Architecture: all +Depends: ${R:Depends} +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. --- abind-1.4-3.orig/debian/copyright +++ abind-1.4-3/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.4-3.orig/debian/rules +++ abind-1.4-3/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.4-3.orig/debian/watch +++ abind-1.4-3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/abind_([\d\.-]*).tar.gz