--- r-cran-hdf5-1.6.10.orig/debian/watch +++ r-cran-hdf5-1.6.10/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/hdf5_([-0-9\.]*).tar.gz --- r-cran-hdf5-1.6.10.orig/debian/changelog +++ r-cran-hdf5-1.6.10/debian/changelog @@ -0,0 +1,114 @@ +r-cran-hdf5 (1.6.10-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 + + -- Dirk Eddelbuettel Thu, 04 Apr 2013 20:16:52 -0500 + +r-cran-hdf5 (1.6.10-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: Changed Build-Depends: libhdf5-dev per ping from + Sylvestre Ledru to aide hdf5 transition + + -- Dirk Eddelbuettel Wed, 18 Jan 2012 12:56:12 -0600 + +r-cran-hdf5 (1.6.9-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 + + * debian/control: Changed Section: to section 'gnu-r' + + -- Dirk Eddelbuettel Sun, 01 Nov 2009 16:30:33 -0600 + +r-cran-hdf5 (1.6.9-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Sun, 11 Jan 2009 18:41:19 -0600 + +r-cran-hdf5 (1.6.8-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version 3.8.0 + + -- Dirk Eddelbuettel Mon, 17 Nov 2008 19:05:07 -0600 + +r-cran-hdf5 (1.6.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 3.7.3 + + -- Dirk Eddelbuettel Mon, 16 Jun 2008 16:08:55 -0500 + +r-cran-hdf5 (1.6.6-1) unstable; urgency=low + + * New upstream release + + * debian/control: Build-Depends: updated to r-base-dev (>= 2.5.0~20070412-1) + + -- Dirk Eddelbuettel Wed, 18 Apr 2007 22:00:26 -0500 + +r-cran-hdf5 (1.6.4-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Tue, 8 Aug 2006 19:58:36 -0500 + +r-cran-hdf5 (1.6.3-1) unstable; urgency=low + + * New upstream release + + * debian/rules: Simplified to cdbs-based one-liner sourcing r-cran.mk + * debian/control: Hence Build-Depends: updated to r-base-dev (>= 2.3.1) + + * debian/control: Standards-Version: increased to 3.7.2 + + -- Dirk Eddelbuettel Thu, 29 Jun 2006 18:09:02 -0500 + +r-cran-hdf5 (1.6.2-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Wed, 5 Apr 2006 21:19:50 -0500 + +r-cran-hdf5 (1.6.1-2) unstable; urgency=low + + * Rebuilt against hdf5 1.6.5 per Rafael's request + + -- Dirk Eddelbuettel Mon, 3 Apr 2006 07:50:17 -0500 + +r-cran-hdf5 (1.6.1-1) unstable; urgency=low + + * New maintainer + * New upstream release + * Rebuilt against hdf5 1.6.4 (Closes: #328201) + * debian/control: Increased Standards-Version: to 3.6.2 + * debian/post{inst,rm}: No longer call R to update html help index + * debian/watch: Updated version to 3 + + -- Dirk Eddelbuettel Tue, 14 Mar 2006 17:44:02 -0600 + +r-cran-hdf5 (1.6.0-1) unstable; urgency=low + + * Initial Debian release. + + -- Rafael Laboissiere Tue, 31 May 2005 16:55:48 +0200 + + --- r-cran-hdf5-1.6.10.orig/debian/rules +++ r-cran-hdf5-1.6.10/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-hdf5 package +# Copyright 2003-2007 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + + + --- r-cran-hdf5-1.6.10.orig/debian/copyright +++ r-cran-hdf5-1.6.10/debian/copyright @@ -0,0 +1,27 @@ +This is the Debian GNU/Linux r-cran-hdf5 package of hdf5, an interface to +the NCSA HDF5 library. + +This package was created by Rafael Laboissiere , +and is now maintained by Dirk Eddelbuettel . +The sources were downloaded from + http://cran.us.r-project.org/src/contrib/ + +The package was renamed from its upstream name 'hdf5' to 'r-cran-hdf5' +to fit the pattern of CRAN (and non-CRAN) packages for R. + +Copyright (C) 1998 - 2008 Marcus G. Daniels + +License: GPL (v2 or later) + +On a Debian GNU/Linux system, the GPL license is included in the file +/usr/share/common-licenses/GPL. + +For reference, the upstream DESCRIPTION file is included below: + + Package: hdf5 + Version: 1.6.0 + Title: HDF5 + Author: Marcus G. Daniels mgd@santafe.edu + Maintainer: Marcus G. Daniels + Description: Interface to the NCSA HDF5 library + License: GPL Version 2 or later. --- r-cran-hdf5-1.6.10.orig/debian/control +++ r-cran-hdf5-1.6.10/debian/control @@ -0,0 +1,16 @@ +Source: r-cran-hdf5 +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7), r-base-dev (>= 3.0.0~20130330), cdbs, libhdf5-dev +Standards-Version: 3.9.4 + +Package: r-cran-hdf5 +Architecture: any +Depends: ${shlibs:Depends}, ${R:Depends} +Description: GNU R package interfacing the NCSA HDF5 library + This package provides the functions hdf5save and hdf5load which allow + saving and loading of R variables in the Hierarchical Data Format + (HDF) format. Lists, strings, vectors, matrices and + higher-dimensional arrays are supported. +