--- polspline-1.1.5.orig/debian/watch +++ polspline-1.1.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/polspline_([-\d\.]*)\.tar.gz --- polspline-1.1.5.orig/debian/changelog +++ polspline-1.1.5/debian/changelog @@ -0,0 +1,114 @@ +polspline (1.1.5-5) unstable; urgency=low + + * debian/rules: Globally setting -O2 + + -- Dirk Eddelbuettel Mon, 07 May 2012 18:51:43 -0500 + +polspline (1.1.5-4) unstable; urgency=low + + * debian/rules: Also lower opt. to -O2 on amd64 and kfreebsd-amd64 + + -- Dirk Eddelbuettel Mon, 07 May 2012 11:25:09 -0500 + +polspline (1.1.5-3) unstable; urgency=low + + * debian/rules: On ia64, lower optimization to -O2 to avoid ICE for gcc + (Closes: #650754) + + * debian/control: Set Build-Depends: to current R version + * debian/control: Change Depends to ${R:Depends} + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Mon, 30 Apr 2012 08:14:28 -0500 + +polspline (1.1.5-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:17:20 -0500 + +polspline (1.1.5-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, 25 Nov 2010 10:34:59 -0600 + +polspline (1.1.4-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 20:04:38 -0600 + +polspline (1.1.4-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Sat, 22 Aug 2009 20:28:00 -0500 + +polspline (1.1.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 Thu, 25 Jun 2009 14:11:59 -0500 + +polspline (1.1.2-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Tue, 27 Jan 2009 17:27:03 -0600 + +polspline (1.1.1-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Wed, 19 Nov 2008 19:51:31 -0600 + +polspline (1.1.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 3.8.0 + + -- Dirk Eddelbuettel Mon, 17 Nov 2008 19:07:33 -0600 + +polspline (1.0.15-2) unstable; urgency=low + + * Rebuilding under the current R version + * debian/control: Updated (Build-)Depends accordingly + + -- Dirk Eddelbuettel Mon, 21 Apr 2008 08:51:32 -0500 + +polspline (1.0.15-1+b1) unstable; urgency=low + + * Rebuilding to aid the gfortran transition, no source or packaging change + + -- Dirk Eddelbuettel Mon, 10 Mar 2008 20:30:49 -0500 + +polspline (1.0.15-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Sun, 02 Dec 2007 10:49:15 -0600 + +polspline (1.0.14-1) unstable; urgency=low + + * Initial Debian release + + -- Dirk Eddelbuettel Tue, 16 Oct 2007 21:41:52 -0500 --- polspline-1.1.5.orig/debian/rules +++ polspline-1.1.5/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-polspline package +# Copyright 2004-2012 by Dirk Eddelbuettel + +## Debian Bug Report #650754: gcc ICE on ia64, so lowering optimization +## And both amd64 and kfreebsd-amd64 suffer the same fate +## Doingit conditionally is more trouble that it is worth +makeFlags="CFLAGS+=-O2 CFLAGS+=-g" + +include /usr/share/R/debian/r-cran.mk + --- polspline-1.1.5.orig/debian/copyright +++ polspline-1.1.5/debian/copyright @@ -0,0 +1,35 @@ +This is the Debian GNU/Linux r-cran-adapt package of polspline, a +package for GNU R that provides polynomial spline fitting +functions. Polspline was written by Charles Kooperberg. + +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 'polspline' to +'r-cran-polspline' to fit the pattern of CRAN (and non-CRAN) packages for +R. + +Copyright (C) 1993 - 2008 Charles Kooperberg +Portions Copyright (C) 1997 - 2002 Martin O'Connor +Portions Copyright (C) 1978 James Bunch + +License: GPL (>= 2) + +On a Debian GNU/Linux system, the GPL (v2) license is included in the file +/usr/share/common-licenses/GPL-2. + +For reference, the upstream DESCRIPTION [indented two spaces] +file is included below: + + Package: polspline + Version: 1.0.14 + Date: 2007-09-28 + Title: Polynomial spline routines + Author: Charles Kooperberg + Maintainer: Charles Kooperberg + Description: Routines for the polynomial spline fitting routines + hazard regression, hazard estimation with flexible tails, logspline, + lspec, polyclass, and polymars, by C. Kooperberg and co-authors + License: GPL version 2 or newer + --- polspline-1.1.5.orig/debian/control +++ polspline-1.1.5/debian/control @@ -0,0 +1,15 @@ +Source: polspline +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.15.0), cdbs +Standards-Version: 3.9.3 + +Package: r-cran-polspline +Architecture: any +Depends: ${shlibs:Depends}, ${R:Depends} +Description: GNU R package providing polynomial spline fitting + This package provides functions for polynomial spline fitting + routines hazard regression, hazard estimation with flexible tails, + logspline, lspec, polyclass, and polymars. +