Codebase list gtools / 1ede366
Import Debian changes 2.1.0-2 gtools (2.1.0-2) unstable; urgency=low * debian/control: Added 'Replaces: r-cran-gregmisc' Dirk Eddelbuettel 5 years ago
3 changed file(s) with 14 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 gtools (2.1.0-2) unstable; urgency=low
1
2 * debian/control: Added 'Replaces: r-cran-gregmisc'
3
4 -- Dirk Eddelbuettel <edd@debian.org> Sat, 3 Sep 2005 21:08:51 -0500
5
06 gtools (2.1.0-1) unstable; urgency=low
17
28 * Initial Debian release [ but this package used to be part of the
1010 Description: GNU R package with R programming tools by Greg Warnes et al
1111 This package of R programming tools was written by Gregory Warnes
1212 with code contributions by Ben Bolker and Thomas Lumley.
13
13 .
14 This package used to be part of the gregmisc bundle packaged for Debian
15 as r-cran-gregmisc.
16 Replaces: r-cran-gregmisc (<= 2.0.7-1)
55 include /usr/share/cdbs/1/rules/debhelper.mk
66 include /usr/share/cdbs/1/class/langcore.mk
77
8 ## We need the CRAN (upstream) name -- special case for Bundle
9 # package name, also forced lower case
10 ##cranName := $(shell grep Package: DESCRIPTION | cut -f2 -d" ")
11 cranName := $(shell grep Bundle: DESCRIPTION | cut -f2 -d" ")
12 cranNameLC := $(shell echo $(cranName) | tr "[A-Z]" "[a-z]" )
8 ## We need the CRAN (upstream) name
9 cranName := $(shell grep Package: DESCRIPTION | cut -f2 -d" ")
10 ## and we need to build a Debian Policy-conformant lower-case package name
11 cranNameLC := $(shell echo $(cranName) | tr "[A-Z]" "[a-z]" | tr "." "-" )
1312 ## which we can use to build the package directory
1413 package := r-cran-$(cranNameLC)
1514 ## which we use for the to-be-installed-in directory