Your message dated Mon, 23 Oct 2006 01:47:13 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#393900: fixed in libwww-myspace-perl 0.58-2
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: libwww-myspace-perl
Versoin: 0.48-2
Severity: important

Hi!

The package libwww-myspace-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:

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: libwww-myspace-perl
Source-Version: 0.58-2

We believe that the bug you reported is fixed in the latest version of
libwww-myspace-perl, which is due to be installed in the Debian FTP archive:

libwww-myspace-perl_0.58-2.diff.gz
  to pool/main/libw/libwww-myspace-perl/libwww-myspace-perl_0.58-2.diff.gz
libwww-myspace-perl_0.58-2.dsc
  to pool/main/libw/libwww-myspace-perl/libwww-myspace-perl_0.58-2.dsc
libwww-myspace-perl_0.58-2_all.deb
  to pool/main/libw/libwww-myspace-perl/libwww-myspace-perl_0.58-2_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 libwww-myspace-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, 20 Oct 2006 20:51:21 +0300
Source: libwww-myspace-perl
Binary: libwww-myspace-perl
Architecture: source all
Version: 0.58-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: Niko Tyni <[EMAIL PROTECTED]>
Description: 
 libwww-myspace-perl - Access MySpace.com profile information from Perl
Closes: 393900
Changes: 
 libwww-myspace-perl (0.58-2) unstable; urgency=medium
 .
   * Only run those tests that don't require network access. (Closes: #393900)
   * Urgency set to medium because of an RC bug fix.
   * Remove netbase and libwant-perl (#386502) from build dependencies.
   * Still keep libdatetime-format-builder-perl (#394165), libversion-perl
     and libterm-readkey-perl (#394146) in dependencies to ease
     transition to testing.
   * Version the dependencies on libspiffy-perl and libyaml-perl.
   * Synchronize Depends and Build-Depends-Indep, adding several missing
     dependencies.
Files: 
 457a55d341aed8ec6c483ac247bf8089 1349 perl optional 
libwww-myspace-perl_0.58-2.dsc
 e0f5c99e9853a5142ea8200c1042a474 3030 perl optional 
libwww-myspace-perl_0.58-2.diff.gz
 8c4267fec06b8c68b93cbf806e3d20f1 189250 perl optional 
libwww-myspace-perl_0.58-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFPH8u+NMfSd6w7DERAngSAKCuvLGGEZtXtx1lsmv0jsLF9Gz5zwCguygO
gKrMTAUGoGMpFTzvtnf1GwI=
=2omm
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to