[r-cran-gam] 05/20: Imported Debian patch 1.08-1

Andreas Tille tille at debian.org
Fri Dec 16 14:32:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-gam.

commit 193d87f5a8ac28ec6a398173f4fb63134b70e3f4
Merge: e52bf9e a622f76
Author: Chris Lawrence <lawrencc at debian.org>
Date:   Wed Apr 24 19:53:58 2013 -0400

    Imported Debian patch 1.08-1

 DESCRIPTION                |  15 +--
 MD5                        |  30 +++---
 R/gam.exact.R              |   2 +-
 R/gam.wlist.R              |   1 +
 R/{onLoad.R => onAttach.R} |   2 +-
 R/predict.gam.R            |   8 +-
 debian/changelog           |   6 ++
 debian/control             |   2 +-
 debian/rules               |  12 +++
 inst/ratfor/backfit.r      | 235 ++++++++++++++++++++++++++++++++++++++++++++
 inst/ratfor/backlo.r       | 170 ++++++++++++++++++++++++++++++++
 inst/ratfor/linear.r       |  78 +++++++--------
 inst/ratfor/lo.r           | 187 +++++++++++++++++++++++++++++++++++
 inst/ratfor/splsm.r        | 239 +++++++++++++++++++++++++++++++++++++++++++++
 man/predict.gam.Rd         |   2 +-
 src/Makevars.win           |   2 +-
 src/backfit.f              |  10 +-
 src/backlo.f               |  12 +--
 src/linear.f               |  82 ++++++++--------
 src/lo.f                   |  12 +--
 src/splsm.f                |  14 +--
 21 files changed, 989 insertions(+), 132 deletions(-)

diff --cc debian/changelog
index cebcb4c,0000000..4c64120
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,17 -1,0 +1,23 @@@
++r-cran-gam (1.08-1) unstable; urgency=low
++
++  * New upstream release.
++
++ -- Chris Lawrence <lawrencc at debian.org>  Wed, 24 Apr 2013 19:53:58 -0400
++
 +r-cran-gam (1.06.2-2) unstable; urgency=low
 +
 +  * Rebuild for R 3.0.0.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Sun, 31 Mar 2013 20:29:05 -0400
 +
 +r-cran-gam (1.06.2-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Thu, 29 Mar 2012 14:29:37 -0400
 +
 +r-cran-gam (1.04-1) unstable; urgency=low
 +
 +  * Initial Debian Release.  (Closes: #610159)
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Sat, 15 Jan 2011 12:55:57 -0600
diff --cc debian/control
index 954dd4f,0000000..8807fbc
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,16 -1,0 +1,16 @@@
 +Source: r-cran-gam
 +Section: gnu-r
 +Priority: optional
 +Maintainer: Chris Lawrence <lawrencc at debian.org>
- Build-Depends: debhelper (>> 7), cdbs, r-base-dev (>= 3.0)
++Build-Depends: debhelper (>> 9), cdbs, r-base-dev (>= 3.0), dpkg-dev (>= 1.16.1~)
 +Standards-Version: 3.9.3
 +Homepage: http://cran.r-project.org/package=gam
 +
 +Package: r-cran-gam
 +Architecture: any
 +Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}
 +Description: Generalized Additive Models for R
 + Functions for fitting and working with generalized additive models,
 + as described in chapter 7 of “Statistical Models in S” (Chambers and
 + Hastie (eds), 1991), and “Generalized Additive Models” (Hastie and
 + Tibshirani, 1990).
diff --cc debian/rules
index 45844db,0000000..036288f
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,5 -1,0 +1,17 @@@
 +#!/usr/bin/make -f
 +# 							-*- makefile -*-
 +# debian/rules file for the Debian/GNU Linux r-cran-gam package
 +
++DPKG_EXPORT_BUILDFLAGS = 1
++include /usr/share/dpkg/buildflags.mk
++
++PKG_CFLAGS=$(CFLAGS)
++PKG_CXXFLAGS=$(CXXFLAGS)
++PKG_CPPFLAGS=$(CPPFLAGS)
++PKG_FFLAGS=$(FFLAGS)
++
++export PKG_CFLAGS PKG_CXXFLAGS PKG_CPPFLAGS PKG_FFLAGS
++
++makeFlags="LDFLAGS=$(LDFLAGS)"
++
 +include /usr/share/R/debian/r-cran.mk

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-gam.git



More information about the debian-science-commits mailing list