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