This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-segmented.
commit 8d31c90495ace6f804e6696303f0ef618085680e Author: Andreas Tille <[email protected]> Date: Wed Feb 12 15:58:38 2014 +0000 Inject r-cran-segmented as precondition for some other R package in DebiChem --- debian/README.test | 7 +++++++ debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 24 ++++++++++++++++++++++++ debian/copyright | 30 ++++++++++++++++++++++++++++++ debian/rules | 3 +++ debian/source/format | 1 + debian/upstream | 12 ++++++++++++ debian/watch | 2 ++ 9 files changed, 85 insertions(+) diff --git a/debian/README.test b/debian/README.test new file mode 100644 index 0000000..71b690d --- /dev/null +++ b/debian/README.test @@ -0,0 +1,7 @@ +Notes on how this package can be tested. +──────────────────────────────────────── + +This package can be tested by loading it into R with the command +‘library(segmented)’ in order to confirm its integrity. + + -- Andreas Tille <[email protected]> Wed, 12 Feb 2014 16:47:31 +0100 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..453830d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +r-cran-segmented (0.3-0.0-3) UNRELEASED; urgency=low + + * Initial release (Closes: #??). + + -- Andreas Tille <[email protected]> Wed, 12 Feb 2014 16:47:31 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6991494 --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: r-cran-segmented +Section: gnu-r +Priority: optional +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Andreas Tille <[email protected]> +Build-Depends: debhelper (>= 9.0), + cdbs, + r-base-dev +Standards-Version: 3.9.5 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-segmented/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-segmented/trunk/ +Homepage: http://cran.r-project.org/web/packages/segmented/ + +Package: r-cran-segmented +Architecture: all +Depends: ${misc:Depends}, + ${R:Depends} +Description: GNU R segmented relationships in regression models + This GNU R package provides segmented relationships in regression + models with breakpoints/changepoints estimation. + . + Given a (generalized) linear model, segmented ‘updates’ the model by + adding one or more segmented relationships. Several variables with + multiple breakpoints are allowed. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..f04d958 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,30 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: segmented +Upstream-Contact: Vito M. R. Muggeo <[email protected]> +Source: http://cran.r-project.org/web/packages/segmented/ + +Files: * +Copyright: 2012-2013 Vito M. R. Muggeo <[email protected]> +License: GPLv2+ + +Files: debian/* +Copyright: 2014 Andreas Tille <[email protected]> +License: GPLv2+ + +License: GPLv2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + . + On Debian systems, the complete text of the GNU General Public + License can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2fbba2d --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/R/debian/r-cran.mk diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/upstream b/debian/upstream new file mode 100644 index 0000000..1826904 --- /dev/null +++ b/debian/upstream @@ -0,0 +1,12 @@ +Reference: + Author: Vito M.R. Muggeo + Title: Estimating regression models with unknown break-points + Journal: Statistics in Medicine + Year: 2003 + Volume: 22 + Number: 19 + Pages: 3055--3071 + DOI: 10.1002/sim.1545 + PMID: 12973787 + URL: http://onlinelibrary.wiley.com/doi/10.1002/sim.1545/abstract + eprint: http://onlinelibrary.wiley.com/doi/10.1002/sim.1545/pdf diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..9de4709 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/segmented_([-\d.]*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-segmented.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
