debian/0000755000000000000000000000000012156101717007167 5ustar debian/compat0000644000000000000000000000000212156100754010365 0ustar 9 debian/source/0000755000000000000000000000000012156100754010467 5ustar debian/source/format0000644000000000000000000000001412156100754011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000034512156101710011034 0ustar r-cran-gbm (2.1-1) unstable; urgency=low * Initial release (Closes: #710278) * This package is based on an automatically generated package by cran2deb -- Pablo Oliveira Tue, 28 May 2013 21:47:41 +0200 debian/control0000644000000000000000000000236412156101036010571 0ustar Source: r-cran-gbm Section: gnu-r Priority: optional Maintainer: Debian Science Maintainers Uploaders: Pablo Oliveira Build-Depends: r-base-dev, r-cran-survival, r-cran-lattice, xvfb, xauth, xfonts-base, r-base-core, debhelper (>> 4.1.0), cdbs, dpkg-dev (>= 1.16.1) Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/debian-science/packages/r-cran-gbm.git Vcs-Browser: http://git.debian.org/?p=debian-science/packages/r-cran-gbm.git Package: r-cran-gbm Architecture: any Depends: ${R:Depends}, r-cran-survival, r-cran-lattice, ${shlibs:Depends} Description: GNU R package "Generalized Boosted Regression Models" This package implements extensions to Freund and Schapire's AdaBoost algorithm and Friedman's gradient boosting machine. Includes regression methods for least squares, absolute loss, t-distribution loss, quantile regression, logistic, multinomial logistic, Poisson, Cox proportional hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss, and Learning to Rank measures (LambdaMart). . Author: Greg Ridgeway . Maintainer: Harry Southworth . URL: http://code.google.com/p/gradientboostedmodels/ debian/watch0000644000000000000000000000013712156100754010221 0ustar # watch control file for uscan version=3 http://cran.r-project.org/src/contrib/gbm_(.+).tar.gz debian/rules0000755000000000000000000000051612156100754010251 0ustar #!/usr/bin/make -f # Compile gbm library with the read-only relocation link flag include /usr/share/dpkg/buildflags.mk space := space += makeFlags := "LDFLAGS=$(subst $(space),\$(space),$(LDFLAGS))" # Do not install upstream LICENSE file export DH_ALWAYS_EXCLUDE=LICENSE debRreposname := cran include /usr/share/R/debian/r-cran.mk debian/copyright0000644000000000000000000000225412156101717011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gbm Upstream-Contact: Harry Southworth Source: http://cran.r-project.org/web/packages/gbm/ Files: * Copyright: 2003 Greg Ridgeway License: GPL-2+ Files: debian/* Copyright: 2013 Pablo Oliveira License: GPL-2+ License: GPL-2+ 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. . Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'.