Codebase list r-cran-gbm / 3bd0e8e
Convert to dh-r Andreas Tille 7 years ago
3 changed file(s) with 10 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
33 * New upstream version
44 * cme fix dpkg-control
55 * debhelper 10
6 * Convert to dh-r
67
78 -- Andreas Tille <tille@debian.org> Tue, 29 Nov 2016 16:13:38 +0100
89
1010 xfonts-base,
1111 r-base-core,
1212 debhelper (>= 10),
13 cdbs
13 dh-r
1414 Standards-Version: 3.9.8
1515 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-gbm.git
1616 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-gbm.git
1818 Package: r-cran-gbm
1919 Architecture: any
2020 Depends: ${R:Depends},
21 r-cran-survival,
22 r-cran-lattice,
21 ${misc:Depends},
2322 ${shlibs:Depends}
23 Recommends: ${R:Recommends}
24 Suggests: ${R:Suggests}
2425 Description: GNU R package "Generalized Boosted Regression Models"
2526 This package implements extensions to Freund and Schapire's AdaBoost algorithm
2627 and Friedman's gradient boosting machine. Includes regression methods for least
00 #!/usr/bin/make -f
11
2 # Compile gbm library with the read-only relocation link flag
3 include /usr/share/dpkg/buildflags.mk
4 space :=
5 space +=
6 makeFlags := "LDFLAGS=$(subst $(space),\$(space),$(LDFLAGS))"
2 %:
3 dh $@ --buildsystem R
74
8 # Do not install upstream LICENSE file
9 export DH_ALWAYS_EXCLUDE=LICENSE
10
11 debRreposname := cran
12 include /usr/share/R/debian/r-cran.mk
5 override_dh_install:
6 dh_install
7 find debian -name LICENSE --delete