--- misc3d-0.8-4.orig/debian/watch +++ misc3d-0.8-4/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/misc3d_([-0-9\.]*).tar.gz --- misc3d-0.8-4.orig/debian/changelog +++ misc3d-0.8-4/debian/changelog @@ -0,0 +1,152 @@ +misc3d (0.8-4-1) unstable; urgency=low + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + + * (Re-)building with R 3.0.0 + + * New upstream release + + -- Dirk Eddelbuettel Fri, 05 Apr 2013 21:08:00 -0500 + +misc3d (0.8-3-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + * debian/control: Change Depends to ${R:Depends} + + -- Dirk Eddelbuettel Wed, 08 Aug 2012 17:11:13 -0500 + +misc3d (0.8-2-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 Mon, 06 Feb 2012 00:31:37 -0600 + +misc3d (0.8-1-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Fri, 20 May 2011 14:18:29 -0500 + +misc3d (0.8-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 Mon, 16 May 2011 17:09:19 -0500 + +misc3d (0.7-1-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, 24 Sep 2010 13:28:21 -0500 + +misc3d (0.7-0-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:41:10 -0600 + +misc3d (0.7-0-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Sat, 18 Jul 2009 16:37:25 -0500 + +misc3d (0.6-3-1) unstable; urgency=low + + * New upstream release + + * debian/control: Changed Section: to new section 'gnu-r' + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version 3.8.2 + + -- Dirk Eddelbuettel Wed, 17 Jun 2009 19:24:30 -0500 + +misc3d (0.6-1-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Wed, 28 May 2008 13:46:17 -0500 + +misc3d (0.5-2-1) unstable; urgency=low + + * New upstream release + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Tue, 06 May 2008 20:56:21 -0500 + +misc3d (0.4-1-1) unstable; urgency=low + + * New upstream release + + * Built with R 2.6.0, so setting (Build-)Depends: to + 'r-base-(core|dev) >= 2.6.0' to prevent move to testing before R 2.6.0 + + -- Dirk Eddelbuettel Mon, 22 Oct 2007 20:10:43 -0500 + +misc3d (0.4-0-1) unstable; urgency=low + + * New upstream release + + * debian/control: Standards-Version: increased to 3.7.2 + + * debian/control: Changed Architecture: to all + + -- Dirk Eddelbuettel Tue, 6 Jun 2006 17:25:13 -0500 + +misc3d (0.3-1-5) unstable; urgency=low + + * debian/control: Removed unnecessary Build-Depends: on libgl-mesa-dev + and libglu-mesa-dev as GL is provided directly via the r-cran-rgl + package (Closes: #365237) + + * 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) + + -- Dirk Eddelbuettel Fri, 28 Apr 2006 19:53:13 -0500 + +misc3d (0.3-1-4) unstable; urgency=low + + * debian/post{inst,rm}: No longer call R to update html help index + * debian/watch: Updated to Version: 3 + + -- Dirk Eddelbuettel Mon, 10 Apr 2006 19:49:17 -0500 + +misc3d (0.3-1-3) unstable; urgency=low + + * DESCRIPTION: Set LazyLoad: no to avoid pulling in r-cran-rgl which + requires an X11 server (Closes: #361871) + + -- Dirk Eddelbuettel Mon, 10 Apr 2006 19:35:14 -0500 + +misc3d (0.3-1-2) unstable; urgency=low + + * debian/control: Removed xlibs-dev from Build-Depends: + * debian/control: Upgraded Standards-Version: to 3.6.2 + + -- Dirk Eddelbuettel Sun, 8 Jan 2006 19:52:11 -0600 + +misc3d (0.3-1-1) unstable; urgency=low + + * Initial Debian Release + + -- Dirk Eddelbuettel Sat, 4 Jun 2005 11:33:36 -0500 + + --- misc3d-0.8-4.orig/debian/rules +++ misc3d-0.8-4/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-misc3d package +# Copyright 2002-2006 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + --- misc3d-0.8-4.orig/debian/copyright +++ misc3d-0.8-4/debian/copyright @@ -0,0 +1,30 @@ +This is the Debian GNU/Linux r-cran-misc3d package of misc3d, a collection +of miscellaneous 3d plots, which was written by Dai Feng and Luke Tierney. + +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 'misc3d' to 'r-cran-misc3d' +to highlight the fact that is it a CRAN package for R. + +Copyright (C) 2005 - 2008 Dai Feng and Luke Tierney + +License: GPL + +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: misc3d + Title: Miscellaneous 3D Plots + Version: 0.3-1 + Author: Dai Feng and Luke Tierney + Maintainer: Luke Tierney + Depends: rgl + Suggests: tkrplot + Description: A collection of miscellaneous 3d plots, including rgl-based + isosurfaces. + License: GPL + Packaged: Sat Jun 4 07:05:38 2005; luke --- misc3d-0.8-4.orig/debian/control +++ misc3d-0.8-4/debian/control @@ -0,0 +1,31 @@ +Source: misc3d +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.0.0), cdbs +Standards-Version: 3.9.4 + +Package: r-cran-misc3d +Architecture: all +Depends: ${shlibs:Depends}, ${R:Depends}, r-cran-rgl +Suggests: r-cran-tkrplot +Description: GNU R collection of 3d plot functions and rgl-based isosurfaces + This CRAN package provides a collection of miscellaneous 3d plots, including + rgl-based isosurfaces: + . + contour3d Uses rgl to render isosurfaces, or three-dimensional + contours, computed by the marching cubes algorithm. + . + image3d Crude 3d analog of image() using rgl to plot points on a + three dimensional grid representing values in a three + dimensional array. Assumes high values are inside and + uses alpha blending to make outside points more + transparent. + . + lines3d Draws connected line segments in an rgl window. + . + parametric3d Plots a two-parameter surface in three dimensions in + rgl. Based on Mathematica's Param3D + . + slices3d Uses tkrplot to create an interactive slice view of three or + four dimensional volume data, such as MRI data.