Your message dated Fri, 23 Sep 2011 13:06:05 +0000
with message-id <[email protected]>
and subject line Bug#638265: fixed in r-base 2.13.2~20110922-1
has caused the Debian Bug report #638265,
regarding r-base: runs testsuite as root during build
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.)
--
638265: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638265
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: r-base
Version: 2.13.1-1
Severity: wishlist
Tags: patch
Hi,
While looking into Bug#630129, I started to wonder why r-base
runs tests during the install target instead of the build target.
Changing it to use the build target seems to work fine. While at
it, this patch adds support for DEB_BUILD_OPTIONS=nocheck. :)
What do you think?
---
debian/changelog | 11 ++++++++++-
debian/rules | 9 ++++++---
2 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9f264249..13253e02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+r-base (2.13.1-1.1) local; urgency=low
+
+ * debian/rules: Run tests in build target, not the install target (since
+ they do not require root privileges).
+ * debian/rules: Do not run tests when DEB_BUILD_OPTIONS contains
+ "nocheck".
+
+ -- Jonathan Nieder <[email protected]> Wed, 17 Aug 2011 16:57:27 -0500
+
r-base (2.13.1-1) unstable; urgency=low
* New upstream release
@@ -2639,4 +2648,4 @@ r-base (0.61.0-1) unstable; urgency=low
* Initial release
-- Douglas Bates <[email protected]> Tue, 23 Dec 1997 10:01:21 -0600
-
\ No newline at end of file
+
diff --git a/debian/rules b/debian/rules
index ef84bb29..9f11a2dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -180,7 +180,10 @@ denmark:
## binary-arch and binary-indep, and those on their builds
build: build-arch
-build-arch: make-arch
+build-arch: make-arch
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+build-arch: check
+endif
build-indep: make-indep
@@ -346,7 +349,7 @@ clean:
install: install-arch install-indep
-install-arch: make-arch check install-arch-stamp
+install-arch: build-arch install-arch-stamp
install-arch-stamp:
@echo "*** install-arch ***"
dh_testdir
@@ -596,7 +599,7 @@ binary-indep: build-indep install-indep
dh_builddeb -i
# Build architecture-dependent files here.
-binary-arch: build-arch check install-arch
+binary-arch: build-arch install-arch
@echo "*** binary-arch ***"
dh_testdir -a
dh_testroot -a
--
1.7.6
--- End Message ---
--- Begin Message ---
Source: r-base
Source-Version: 2.13.2~20110922-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.13.2~20110922-1_i386.deb
to main/r/r-base/r-base-core-dbg_2.13.2~20110922-1_i386.deb
r-base-core_2.13.2~20110922-1_i386.deb
to main/r/r-base/r-base-core_2.13.2~20110922-1_i386.deb
r-base-dev_2.13.2~20110922-1_all.deb
to main/r/r-base/r-base-dev_2.13.2~20110922-1_all.deb
r-base-html_2.13.2~20110922-1_all.deb
to main/r/r-base/r-base-html_2.13.2~20110922-1_all.deb
r-base_2.13.2~20110922-1.diff.gz
to main/r/r-base/r-base_2.13.2~20110922-1.diff.gz
r-base_2.13.2~20110922-1.dsc
to main/r/r-base/r-base_2.13.2~20110922-1.dsc
r-base_2.13.2~20110922-1_all.deb
to main/r/r-base/r-base_2.13.2~20110922-1_all.deb
r-base_2.13.2~20110922.orig.tar.gz
to main/r/r-base/r-base_2.13.2~20110922.orig.tar.gz
r-doc-html_2.13.2~20110922-1_all.deb
to main/r/r-base/r-doc-html_2.13.2~20110922-1_all.deb
r-doc-info_2.13.2~20110922-1_all.deb
to main/r/r-base/r-doc-info_2.13.2~20110922-1_all.deb
r-doc-pdf_2.13.2~20110922-1_all.deb
to main/r/r-base/r-doc-pdf_2.13.2~20110922-1_all.deb
r-mathlib_2.13.2~20110922-1_i386.deb
to main/r/r-base/r-mathlib_2.13.2~20110922-1_i386.deb
r-recommended_2.13.2~20110922-1_all.deb
to main/r/r-base/r-recommended_2.13.2~20110922-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: Fri, 23 Sep 2011 07:23:10 -0500
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.13.2~20110922-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: 638265
Changes:
r-base (2.13.2~20110922-1) unstable; urgency=low
.
[ Dirk Eddelbuettel ]
.
* First rc build (r57046) of R 2.13.2 expected for Sep 30
.
* 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
.
* Applied patch by Jonathan Nieder re 'make check' (Closes: #638265)
.
[ Jonathan Nieder ]
.
* debian/rules: Run tests in build target, not the install target (since
they do not require root privileges).
.
* debian/rules: Do not run tests when DEB_BUILD_OPTIONS contains
"nocheck".
Checksums-Sha1:
2bfdeb451430d1d915783faa6e4c8aa919a79292 1805 r-base_2.13.2~20110922-1.dsc
99c6bf6ac04dffa9ce65aebe41277e8aef80ffe5 22157118
r-base_2.13.2~20110922.orig.tar.gz
2fad96161a9831219b0e7a00c28a2213c9b3fa15 71224 r-base_2.13.2~20110922-1.diff.gz
63fddd222a02ec3af6175e6cde54cab1c8ba66f0 14956502
r-base-core_2.13.2~20110922-1_i386.deb
5b9e298bcc22fad4346c0d78593f7a01d53e2989 607390
r-mathlib_2.13.2~20110922-1_i386.deb
096294b8f61b51416ec28e260a0238f0a1b85c4a 2758698
r-base-core-dbg_2.13.2~20110922-1_i386.deb
2ecb5ae0b365287f50e1acc18ef8c4110cbcb060 35470 r-base_2.13.2~20110922-1_all.deb
b416dbed0d5ed5ed22a4b8a68a54d4e53b9709e1 3502
r-base-dev_2.13.2~20110922-1_all.deb
a35a81b45b97ffead445e5c7eab23f933fa173a2 87218
r-base-html_2.13.2~20110922-1_all.deb
b2813106c5f100f0a628c01f78e0ba6bb221021e 8217330
r-doc-pdf_2.13.2~20110922-1_all.deb
af0e3b2003c5d8e9c0ad54b0ac275440f12c1091 620878
r-doc-html_2.13.2~20110922-1_all.deb
2c2c884379aba8e1b51c17ff3ad4c3044f214d90 531450
r-doc-info_2.13.2~20110922-1_all.deb
3bd06fd0b5349f45ba1f20aa0971362029930838 2686
r-recommended_2.13.2~20110922-1_all.deb
Checksums-Sha256:
cd19921acd30ac9d96a03efaf3eaaf1c677c4d498fccba8c9130f090010c1db0 1805
r-base_2.13.2~20110922-1.dsc
1e01c407b029bd7585c0adbd3e9b5a9f8fe80bd1d3561bf9d37855a1c427048a 22157118
r-base_2.13.2~20110922.orig.tar.gz
bc0610d31d0f54c8b7b1a7662a60fc3d97714a9847751331c88a118a99ee8e12 71224
r-base_2.13.2~20110922-1.diff.gz
4ae04f8ff6624906cea5633ac396779cdf173f961939bc7e7fd4fac2538ba308 14956502
r-base-core_2.13.2~20110922-1_i386.deb
8f596c9aaf164ec94ae5aaa93498a6ea31a988f4e5057c43f596754617f6396f 607390
r-mathlib_2.13.2~20110922-1_i386.deb
5784e7962de9d21a6de7e0fdd10e5862ff03fea2e66a97bcabf6e927ae327452 2758698
r-base-core-dbg_2.13.2~20110922-1_i386.deb
e37bc190319f9215f71c6920fdd9c80d773c57a8c4a6f1db6ca895e0cb1d4591 35470
r-base_2.13.2~20110922-1_all.deb
ce306531370fdf6a35bdd6ec50e9f58e5820ae4887d6f4fec87ed6bb92fa4ff6 3502
r-base-dev_2.13.2~20110922-1_all.deb
a3e54f5ee0156f0f51ae70b403d24070e539504d32fa245cc4071e1033e4c1bc 87218
r-base-html_2.13.2~20110922-1_all.deb
bd55c1a93b143b14f498df7073be47ff284b91a2c56f480541313f97702fb84c 8217330
r-doc-pdf_2.13.2~20110922-1_all.deb
47716a2d934be69489a72b91b8dea39bbc302acb134319148a484190654e7441 620878
r-doc-html_2.13.2~20110922-1_all.deb
a46ed3a1131d5b96445fcaef92a915e4eb8c714038f21a7e4e2e123d5164b079 531450
r-doc-info_2.13.2~20110922-1_all.deb
39f3feade565ff6d328e9c52b109cb13a3d67e5b99f5fedde5406c9687a00607 2686
r-recommended_2.13.2~20110922-1_all.deb
Files:
87b1955539f851775debeb308a28c1a2 1805 gnu-r optional
r-base_2.13.2~20110922-1.dsc
d95a190b788ac97897ef3b64b6fa6afa 22157118 gnu-r optional
r-base_2.13.2~20110922.orig.tar.gz
f893d6583367467a68d360d2f6dda741 71224 gnu-r optional
r-base_2.13.2~20110922-1.diff.gz
0d00ce15dd9bdc0de2528d3719a2cbbb 14956502 gnu-r optional
r-base-core_2.13.2~20110922-1_i386.deb
53154703b72461f615011b99219258e4 607390 gnu-r optional
r-mathlib_2.13.2~20110922-1_i386.deb
8f3cf030bc51af4eb78b75314314d7ac 2758698 debug extra
r-base-core-dbg_2.13.2~20110922-1_i386.deb
fbd3bbc34b6dcc1c1cb60d6debda6e58 35470 gnu-r optional
r-base_2.13.2~20110922-1_all.deb
3da81dc954254984fdfc0379911912af 3502 gnu-r optional
r-base-dev_2.13.2~20110922-1_all.deb
ee3c50f397e236e01065ee313d583fac 87218 doc extra
r-base-html_2.13.2~20110922-1_all.deb
d963f0a233b8e566a959e00359735e65 8217330 doc optional
r-doc-pdf_2.13.2~20110922-1_all.deb
bc2d50bef1556c57ca43cd7ea4c60bcb 620878 doc optional
r-doc-html_2.13.2~20110922-1_all.deb
d3de78731af1326f4890e507b255e014 531450 doc optional
r-doc-info_2.13.2~20110922-1_all.deb
c8ee3dd08915be50a9c11ef3d63565b5 2686 gnu-r optional
r-recommended_2.13.2~20110922-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQFOfHyoCZSR95Gw07cRAoERAJ4xdKsEMOSwf8McSZTa01fBSPjloQCeOLys
+ydDHcvlkaLabe4u78mUR+c=
=kApc
-----END PGP SIGNATURE-----
--- End Message ---