Your message dated Mon, 23 Oct 2006 01:47:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#393898: fixed in libmath-randomorg-perl 0.03-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libmath-randomorg-perl
Versoin: 0.03-2
Severity: important
Tags: patch
Hi!
The package libmath-randomorg-perl requires network access during build,
so the build fails when the network access is not available (or the
referenced website is down).
Accessing the network during build is bad for these reasons:
- It's a privacy concern: without being asked, some information about
the system is being sent to a remote host;
- It should be possible to autobuild the package on a buildd with no
network access.
- The test has a high probability to fail lateron because of the
referenced host (temporarily) disappearing.
Attached is a patch to fix it. Please consider.
Thijs
diff -u libmath-randomorg-perl-0.03/debian/changelog libmath-randomorg-perl-0.03/debian/changelog
--- libmath-randomorg-perl-0.03/debian/changelog
+++ libmath-randomorg-perl-0.03/debian/changelog
@@ -1,3 +1,10 @@
+libmath-randomorg-perl (0.03-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Do not run tests which require network access during build.
+
+ -- Thijs Kinkhorst <[EMAIL PROTECTED]> Wed, 18 Oct 2006 12:17:49 +0200
+
libmath-randomorg-perl (0.03-2) unstable; urgency=low
* New Maintainer: Debian Perl Group.
diff -u libmath-randomorg-perl-0.03/debian/rules libmath-randomorg-perl-0.03/debian/rules
--- libmath-randomorg-perl-0.03/debian/rules
+++ libmath-randomorg-perl-0.03/debian/rules
@@ -45,7 +45,8 @@
dh_clean -k
# Add commands to install the package into debian/$PACKAGE_NAME here
- $(MAKE) test
+ # Do not run tests; they require network access during build.
+ #$(MAKE) test
$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
# As this is a architecture independent package, we are not
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: libmath-randomorg-perl
Source-Version: 0.03-3
We believe that the bug you reported is fixed in the latest version of
libmath-randomorg-perl, which is due to be installed in the Debian FTP archive:
libmath-randomorg-perl_0.03-3.diff.gz
to pool/main/libm/libmath-randomorg-perl/libmath-randomorg-perl_0.03-3.diff.gz
libmath-randomorg-perl_0.03-3.dsc
to pool/main/libm/libmath-randomorg-perl/libmath-randomorg-perl_0.03-3.dsc
libmath-randomorg-perl_0.03-3_all.deb
to pool/main/libm/libmath-randomorg-perl/libmath-randomorg-perl_0.03-3_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.
Niko Tyni <[EMAIL PROTECTED]> (supplier of updated libmath-randomorg-perl
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.7
Date: Sat, 21 Oct 2006 14:18:33 +0300
Source: libmath-randomorg-perl
Binary: libmath-randomorg-perl
Architecture: source all
Version: 0.03-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: Niko Tyni <[EMAIL PROTECTED]>
Description:
libmath-randomorg-perl - Retrieve random numbers and data from random.org
Closes: 393898
Changes:
libmath-randomorg-perl (0.03-3) unstable; urgency=medium
.
* Disable 'make test', as it requires network access.
Thanks to Thijs Kinkhorst. (Closes: #393898)
* Urgency set to 'medium' because of an RC bug fix.
* Remove libwww-perl and netbase from Build-Depends-Indep.
* Add libwww-perl to Depends.
Files:
3b3f70f182238046fa662dfdedab2f8c 884 perl optional
libmath-randomorg-perl_0.03-3.dsc
ba69bf904a090f08357595d1f09ef4e4 2366 perl optional
libmath-randomorg-perl_0.03-3.diff.gz
95d827f1902c75e88ad63f56f391c854 8492 perl optional
libmath-randomorg-perl_0.03-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFPIAi+NMfSd6w7DERAtvuAJ4iGLbun/WvX1UHeTbuyEqxR7/pRACgg4jU
HNYV0u0zA8xIjhH64s5kx9M=
=vL/V
-----END PGP SIGNATURE-----
--- End Message ---