Your message dated Wed, 22 Feb 2012 15:33:37 +0000
with message-id <[email protected]>
and subject line Bug#659163: fixed in r-base 2.14.2~20120222-1
has caused the Debian Bug report #659163,
regarding r-base-dev: Please enable using ${R:depends} substvar in r-cran.mk
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
659163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659163
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: r-base-dev
Severity: wishlist
Tags: patch
Hi,
as discussed on the mailing list starting at
http://lists.debian.org/debian-med/2012/02/msg00074.html
I'm providing hereby the patch which would be quite helpful for all R
packages maintained by the Debian Med team and several of Debian Science
team.
Remark: The patch is totally non-invasive to any existing package. It
just appends the R version which was used to build the package to
debian/$(package).substvars. If you do not use ${R:Depends} in your
debian/control file the patch has no effect at all and I can not see
any chance to break any existing package. I have tested the patch
with one arch=all and one arch=any package.
Thanks for considering the patch
Andreas.
diff -ubrN r-base-2.14.1.orig/debian/r-cran.mk r-base-2.14.1/debian/r-cran.mk
--- r-base-2.14.1.orig/debian/r-cran.mk 2012-02-08 21:30:52.000000000 +0100
+++ r-base-2.14.1/debian/r-cran.mk 2012-02-08 21:23:23.000000000 +0100
@@ -61,6 +61,9 @@
## create the target directory
dh_installdirs $(debRdir)
##
+ ## create R:Depends substvar containing used R version
+ echo "R:Depends=r-base-core (>= $(shell R --version | head -n1
| perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/$(package).substvars
+ ##
## call R to install the sources we're looking at
## use this inside xvfb-run if this wrapper is installed
if test -f /usr/bin/xvfb-run; then \
-- System Information:
Debian Release: 6.0.4
Architecture: i386 (i686)
Kernel: Linux 2.6.36-xenU-4814-i386 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Source: r-base
Source-Version: 2.14.2~20120222-1
We believe that the bug you reported is fixed in the latest version of
r-base, which is due to be installed in the Debian FTP archive:
r-base-core-dbg_2.14.2~20120222-1_i386.deb
to main/r/r-base/r-base-core-dbg_2.14.2~20120222-1_i386.deb
r-base-core_2.14.2~20120222-1_i386.deb
to main/r/r-base/r-base-core_2.14.2~20120222-1_i386.deb
r-base-dev_2.14.2~20120222-1_all.deb
to main/r/r-base/r-base-dev_2.14.2~20120222-1_all.deb
r-base-html_2.14.2~20120222-1_all.deb
to main/r/r-base/r-base-html_2.14.2~20120222-1_all.deb
r-base_2.14.2~20120222-1.diff.gz
to main/r/r-base/r-base_2.14.2~20120222-1.diff.gz
r-base_2.14.2~20120222-1.dsc
to main/r/r-base/r-base_2.14.2~20120222-1.dsc
r-base_2.14.2~20120222-1_all.deb
to main/r/r-base/r-base_2.14.2~20120222-1_all.deb
r-base_2.14.2~20120222.orig.tar.gz
to main/r/r-base/r-base_2.14.2~20120222.orig.tar.gz
r-doc-html_2.14.2~20120222-1_all.deb
to main/r/r-base/r-doc-html_2.14.2~20120222-1_all.deb
r-doc-info_2.14.2~20120222-1_all.deb
to main/r/r-base/r-doc-info_2.14.2~20120222-1_all.deb
r-doc-pdf_2.14.2~20120222-1_all.deb
to main/r/r-base/r-doc-pdf_2.14.2~20120222-1_all.deb
r-mathlib_2.14.2~20120222-1_i386.deb
to main/r/r-base/r-mathlib_2.14.2~20120222-1_i386.deb
r-recommended_2.14.2~20120222-1_all.deb
to main/r/r-base/r-recommended_2.14.2~20120222-1_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dirk Eddelbuettel <[email protected]> (supplier of updated r-base package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 22 Feb 2012 08:51:46 -0600
Source: r-base
Binary: r-base r-base-core r-base-dev r-mathlib r-base-html r-doc-pdf
r-doc-html r-doc-info r-recommended r-base-core-dbg
Architecture: source i386 all
Version: 2.14.2~20120222-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel <[email protected]>
Changed-By: Dirk Eddelbuettel <[email protected]>
Description:
r-base - GNU R statistical computation and graphics system
r-base-core - GNU R core of statistical computation and graphics system
r-base-core-dbg - GNU R debug symbols for statistical comp. language and
environmen
r-base-dev - GNU R installation of auxiliary GNU R packages
r-base-html - GNU R html docs for statistical computing system functions
r-doc-html - GNU R html manuals for statistical computing system
r-doc-info - GNU R info manuals statistical computing system
r-doc-pdf - GNU R pdf manuals for statistical computing system
r-mathlib - GNU R standalone mathematics library
r-recommended - GNU R collection of recommended packages [metapackage]
Closes: 652456 659163
Changes:
r-base (2.14.2~20120222-1) unstable; urgency=low
.
* Initial rc build (r58449) of R 2.14.2 expected for Feb 29
.
* R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
1.0.5 version pass as lintian does not like the embedded library
.
* debian/r-cran.mk: Include simple-patchsys.mk only if quilt not used
as requested by Andreas Tille (Closes: #652456)
.
* debian/r-cran.mk: Support "R:Depends" expansion in debian/substvars
as requested by Andreas Tille and Charles Plessy (Closes: #659163)
Checksums-Sha1:
41c551c43d3f5c634a9f1bc3d03debbfef7a0cde 2145 r-base_2.14.2~20120222-1.dsc
1725912737f3ce041b207cb18431df894a7eba5c 23917901
r-base_2.14.2~20120222.orig.tar.gz
a277879e714169f51a07becad97946b5ba2330f1 72166 r-base_2.14.2~20120222-1.diff.gz
1c5ca4e6b1dc49a3864a2206a130d39fbc521695 20006030
r-base-core_2.14.2~20120222-1_i386.deb
8b6ead295bec044f955cc7b42cf32f6d03c52d7a 622974
r-mathlib_2.14.2~20120222-1_i386.deb
10ea9435d27d27bf2ed46251be1c2e91c9c4d944 2857644
r-base-core-dbg_2.14.2~20120222-1_i386.deb
cda7368d7151a297cc47eb9ae939dcdcf450f195 35960 r-base_2.14.2~20120222-1_all.deb
3d6de236fdda06489f50b348282bbba1e25dd6c7 3908
r-base-dev_2.14.2~20120222-1_all.deb
6cda8f150e2808e196853b36334d13493552973a 88972
r-base-html_2.14.2~20120222-1_all.deb
d7b18b4c4a414ec020e26f204c92539ecc2835cc 36008
r-doc-pdf_2.14.2~20120222-1_all.deb
5f2ee5ea500614be1ac9b532eb81ff7391e5ef3c 632720
r-doc-html_2.14.2~20120222-1_all.deb
0bf6afc75b6c3f19a17b2e095196795b3317b043 541984
r-doc-info_2.14.2~20120222-1_all.deb
ed43b8b27a8ee802e1871d16e45a2a5c650151f0 2688
r-recommended_2.14.2~20120222-1_all.deb
Checksums-Sha256:
25b943b737525c3f1037a679acd8da743ea29809e5dda870e0959080534095e5 2145
r-base_2.14.2~20120222-1.dsc
74bbff73c13ba760e2cb30b97d4aecf7af28d68f45734226af86149d12164a8d 23917901
r-base_2.14.2~20120222.orig.tar.gz
340b9b727e7fca581f55fc8c7359b48b1fd4d9ab5fc6a991e29de1e02d7dda2f 72166
r-base_2.14.2~20120222-1.diff.gz
6580a346b28f4abddf2a537f2fe917e5e064159daa1a07f88c49175a99164c28 20006030
r-base-core_2.14.2~20120222-1_i386.deb
e25f07594c226c65904d2aa3e31ceb18e62269d18e71a57c527bf6afdc3deff0 622974
r-mathlib_2.14.2~20120222-1_i386.deb
15261d777cf404f857fe42ab680774240a484d958c1de1ebd261b816f2b70525 2857644
r-base-core-dbg_2.14.2~20120222-1_i386.deb
06374827237d4a5d25c82df3c6d50055a1353fe07d13f00174a1dad2a81c55fa 35960
r-base_2.14.2~20120222-1_all.deb
f954855664c22c00ad363f637b1df315d1b1b83a9b0439b0d23a4e75cc3bbf0b 3908
r-base-dev_2.14.2~20120222-1_all.deb
dcc2a44ce1ea0f9ec3eadaca8a285ce4d2d16e32eafb00d73dc639e90daa2c61 88972
r-base-html_2.14.2~20120222-1_all.deb
124929c1eff49ee19d44b229a46dbcedcacd4395941a5261e25c2b2fed373c33 36008
r-doc-pdf_2.14.2~20120222-1_all.deb
9dd32475d4dc238bd3c31da53585d7bfedc8d26e1b6dfdd2810e581678996e91 632720
r-doc-html_2.14.2~20120222-1_all.deb
83c51a5eec9fa35dddc257c9aa6a263206e3b309b2e9141ca42af1654d83b193 541984
r-doc-info_2.14.2~20120222-1_all.deb
821d5c8c7780f87b86062c31bdf27345737b43f7faa4ad06f724756b0123fded 2688
r-recommended_2.14.2~20120222-1_all.deb
Files:
257b345edd791f63b628fc5929a3c6eb 2145 gnu-r optional
r-base_2.14.2~20120222-1.dsc
099613fd69eb4fb8147264ab79be965e 23917901 gnu-r optional
r-base_2.14.2~20120222.orig.tar.gz
b9ac6f576326c8506138d517bd3b4260 72166 gnu-r optional
r-base_2.14.2~20120222-1.diff.gz
a5aae1b17a1c6a92f38f77dd246f1840 20006030 gnu-r optional
r-base-core_2.14.2~20120222-1_i386.deb
2fa05c487835a7e36d36493bc751e45a 622974 gnu-r optional
r-mathlib_2.14.2~20120222-1_i386.deb
6aff148dceedc416bd422d0679912d25 2857644 debug extra
r-base-core-dbg_2.14.2~20120222-1_i386.deb
3afe05f32f591e68067795ce1cc260f2 35960 gnu-r optional
r-base_2.14.2~20120222-1_all.deb
cd9b4b4aacd40438efbb5c3cd44f90ca 3908 gnu-r optional
r-base-dev_2.14.2~20120222-1_all.deb
8514f860771f763b32283e175e3a1839 88972 doc extra
r-base-html_2.14.2~20120222-1_all.deb
64036e92a85e1d03809eea14e88a911a 36008 doc optional
r-doc-pdf_2.14.2~20120222-1_all.deb
b14adec33a7fbf15481028d447bce687 632720 doc optional
r-doc-html_2.14.2~20120222-1_all.deb
0c3a50b964f17f4d9a4a783d634cfbef 541984 doc optional
r-doc-info_2.14.2~20120222-1_all.deb
c36983de9e94cc8a98621e20c2c187b5 2688 gnu-r optional
r-recommended_2.14.2~20120222-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQFPRQO3CZSR95Gw07cRAu4NAJ95NdmU9M7zectBspgGUu7h5Tf5qACeOnc3
ukPzTrAA6qkYXLdbGc9XDLk=
=k3G8
-----END PGP SIGNATURE-----
--- End Message ---