--- r-cran-gss-2.1-7.orig/debian/changelog +++ r-cran-gss-2.1-7/debian/changelog @@ -0,0 +1,114 @@ +r-cran-gss (2.1-7-2build1) artful; urgency=medium + + * No-change rebuild to pick up r-api-3.4 + + -- Graham Inggs Wed, 27 Sep 2017 09:18:37 +0000 + +r-cran-gss (2.1-7-2) unstable; urgency=medium + + * Rebuilt under R 3.4.0 to update registration for .C() and .Fortran() + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Sat, 03 Jun 2017 17:30:23 -0500 + +r-cran-gss (2.1-7-1) unstable; urgency=medium + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Mon, 13 Mar 2017 14:08:16 -0500 + +r-cran-gss (2.1-6-1) unstable; urgency=medium + + * New upstream release + + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Wed, 31 Aug 2016 06:59:33 -0500 + +r-cran-gss (2.1-5-2) unstable; urgency=medium + + * debian/compat: Created (Closes: #828117) + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Sat, 25 Jun 2016 07:15:26 -0500 + +r-cran-gss (2.1-5-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Wed, 08 Jul 2015 06:37:58 -0500 + +r-cran-gss (2.1-4-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Sat, 06 Dec 2014 13:11:29 -0600 + +r-cran-gss (2.1-3-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Mon, 21 Jul 2014 06:24:42 -0500 + +r-cran-gss (2.1-2-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Tue, 10 Jun 2014 19:45:02 -0500 + +r-cran-gss (2.1-1-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Wed, 28 May 2014 22:06:23 -0500 + +r-cran-gss (2.1-0-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Fri, 06 Dec 2013 22:46:02 -0600 + +r-cran-gss (2.0-16-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Sun, 17 Nov 2013 19:24:21 -0600 + +r-cran-gss (2.0-15-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Fri, 11 Oct 2013 16:18:37 -0500 + +r-cran-gss (2.0-14-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Sun, 19 May 2013 08:59:37 -0500 + +r-cran-gss (2.0-13-1) unstable; urgency=low + + * Initial Debian release (Closes: #706541) + + -- Dirk Eddelbuettel Wed, 01 May 2013 06:47:03 -0500 + + --- r-cran-gss-2.1-7.orig/debian/compat +++ r-cran-gss-2.1-7/debian/compat @@ -0,0 +1 @@ +7 --- r-cran-gss-2.1-7.orig/debian/control +++ r-cran-gss-2.1-7/debian/control @@ -0,0 +1,13 @@ +Source: r-cran-gss +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.4.0), cdbs +Standards-Version: 3.9.8 + +Package: r-cran-gss +Architecture: any +Depends: ${shlibs:Depends}, ${shlibs:Misc}, ${R:Depends} +Description: GNU R package for multivariate estimation using smoothing splines + This package provides a structural multivariate function estimation + using smoothing splines. --- r-cran-gss-2.1-7.orig/debian/copyright +++ r-cran-gss-2.1-7/debian/copyright @@ -0,0 +1,38 @@ +This is the Debian GNU/Linux r-cran-gss package of gss, an R +package which provides multivariate function estimation using +multivariate smoothing splines; gss was written by Chong Gu. + +This package was created by Dirk Eddelbuettel . + +The sources were downloaded from the main CRAN site + http://cran.r-project.org/src/contrib/ +and are also available from all CRAN mirrors as e.g. + http://cran.us.r-project.org/src/contrib/ + +The package was renamed from its upstream name 'gss' to 'r-cran-gss' +to fit the pattern of CRAN (and non-CRAN) Debian R packages. + +Copyright (C) 1999 - 2013 Chong Gu + +License: GPL (>= 2) + +On a Debian GNU/Linux system, the GPL license (v2) is included in the +file /usr/share/common-licenses/GPL-2. + +For reference, the upstream DESCRIPTION file is included below: + + Package: gss + Version: 2.0-13 + Date: 2013-03-08 + Title: General Smoothing Splines + Author: Chong Gu + Maintainer: Chong Gu + Depends: R (>= 2.14.0) + Description: A comprehensive package for structural multivariate + function estimation using smoothing splines. + License: GPL (>= 2) + Packaged: 2013-03-08 21:04:54 UTC; chong + NeedsCompilation: yes + Repository: CRAN + Date/Publication: 2013-03-09 05:45:07 + --- r-cran-gss-2.1-7.orig/debian/r-cran-gss.lintian-overrides +++ r-cran-gss-2.1-7/debian/r-cran-gss.lintian-overrides @@ -0,0 +1 @@ +r-cran-gss: executable-not-elf-or-script usr/lib/R/site-library/gss/INDEX --- r-cran-gss-2.1-7.orig/debian/rules +++ r-cran-gss-2.1-7/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-gss package +# Copyright 2003-2013 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk --- r-cran-gss-2.1-7.orig/debian/watch +++ r-cran-gss-2.1-7/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/gss_([-\d\.]*)\.tar.gz