Your message dated Fri, 27 Oct 2006 00:17:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#393899: fixed in libpoe-component-client-http-perl 0.65-1.1
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: libpoe-component-client-http-perl
Versoin: 0.65-1
Severity: important
Tags: patch
Hi!
The package libpoe-component-client-http-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 libpoe-component-client-http-perl-0.65/debian/changelog libpoe-component-client-http-perl-0.65/debian/changelog
--- libpoe-component-client-http-perl-0.65/debian/changelog
+++ libpoe-component-client-http-perl-0.65/debian/changelog
@@ -1,3 +1,10 @@
+libpoe-component-client-http-perl (0.65-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Do not run tests that require network access during build.
+
+ -- Thijs Kinkhorst <[EMAIL PROTECTED]> Wed, 18 Oct 2006 12:15:28 +0200
+
libpoe-component-client-http-perl (0.65-1) unstable; urgency=low
* New upstream release.
diff -u libpoe-component-client-http-perl-0.65/debian/rules libpoe-component-client-http-perl-0.65/debian/rules
--- libpoe-component-client-http-perl-0.65/debian/rules
+++ libpoe-component-client-http-perl-0.65/debian/rules
@@ -17,7 +17,9 @@
# Add here commands to compile the package.
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE) OPTIMIZE="-O2 -Wall"
- $(MAKE) test
+ # do not run tests; the only test requires network access
+ # during build
+ #$(MAKE) test
touch build-stamp
clean:
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: libpoe-component-client-http-perl
Source-Version: 0.65-1.1
We believe that the bug you reported is fixed in the latest version of
libpoe-component-client-http-perl, which is due to be installed in the Debian
FTP archive:
libpoe-component-client-http-perl_0.65-1.1.diff.gz
to
pool/main/libp/libpoe-component-client-http-perl/libpoe-component-client-http-perl_0.65-1.1.diff.gz
libpoe-component-client-http-perl_0.65-1.1.dsc
to
pool/main/libp/libpoe-component-client-http-perl/libpoe-component-client-http-perl_0.65-1.1.dsc
libpoe-component-client-http-perl_0.65-1.1_all.deb
to
pool/main/libp/libpoe-component-client-http-perl/libpoe-component-client-http-perl_0.65-1.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.
Michael Ablassmeier <[EMAIL PROTECTED]> (supplier of updated
libpoe-component-client-http-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: Fri, 27 Oct 2006 09:14:54 +0200
Source: libpoe-component-client-http-perl
Binary: libpoe-component-client-http-perl
Architecture: source all
Version: 0.65-1.1
Distribution: unstable
Urgency: medium
Maintainer: Steve Kowalik <[EMAIL PROTECTED]>
Changed-By: Michael Ablassmeier <[EMAIL PROTECTED]>
Description:
libpoe-component-client-http-perl - a HTTP user-agent component
Closes: 393899
Changes:
libpoe-component-client-http-perl (0.65-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Do not run tests as they require network access which is not
acceptable. Upload based on patch by Thijs Kinkhorst, thanks.
Closes: #393899
Files:
14c9f33a5264c01514566a6aebf4a7fb 760 perl optional
libpoe-component-client-http-perl_0.65-1.1.dsc
3a7e16ededb724a250052534ddc9c2c2 2736 perl optional
libpoe-component-client-http-perl_0.65-1.1.diff.gz
9ca0915f2d867c505783966db80feb56 30912 perl optional
libpoe-component-client-http-perl_0.65-1.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFQbKNEFV7g4B8rCURAllhAJ9jasZF30YOuqeP2eOLPJ184M8ZAwCfaheC
9m8IS6WQxBEclASzyW61/OQ=
=s4JA
-----END PGP SIGNATURE-----
--- End Message ---