Re: Downloading of test data

2011-08-14 Thread Antonio Valentino
Il 14/08/2011 01:13, Ben Finney ha scritto: Antonio Valentino antonio.valent...@tiscali.it writes: The dataset needed for automatic testing in a satellite image. It is part of a sample/demo dataset provided by the European Space Agency. Please show us the URL to inform the discussion

Re: Downloading of test data

2011-08-14 Thread Charles Plessy
Le Sun, Aug 14, 2011 at 10:26:04AM +0200, Antonio Valentino a écrit : Uhm, how much is it important to test the package at build time? Dear Antonio, I have experience distributing a completely broken package for weeks or monthes without anybody noticing, so I would recommend to run the

Re: Downloading of test data

2011-08-14 Thread Ben Finney
Antonio Valentino antonio.valent...@tiscali.it writes: the url of the product to be downloaded for test is http://earth.esa.int/services/sample_products/meris/LRC/L2/MER_LRC_2PTGMV2620_104318_0104X000_0_0_0001.N1.gz Thanks. Uhm, how much is it important to test the package

Re: Downloading of test data

2011-08-14 Thread Paul Wise
On Sun, Aug 14, 2011 at 11:35 AM, Ben Finney ben+deb...@benfinney.id.au wrote: Don't be. That's not a reason to avoid distributing it in Debian, if it's useful overall to Debian recipients to do so. The question remains about getting a free-software license to do so, but you're aware of

Downloading of test data

2011-08-13 Thread Antonio Valentino
Hi mentors, I have a package (pyepr) that provides a small python extension written in cython. The upstream source includes a test suite that needs some data to be downloaded from the internet (398K) using wget. Note that data are only used for testing, they are not installed. My question is: is

Re: Downloading of test data

2011-08-13 Thread David Paleino
On Sat, 13 Aug 2011 13:09:57 +0200, Antonio Valentino wrote: My question is: is it sane to download data at package build time? It's not possible, buildds don't have network access. Kindly, David -- . ''`. Debian developer | http://wiki.debian.org/DavidPaleino : :' : Linuxer #334216

Re: Downloading of test data

2011-08-13 Thread Antonio Valentino
Il 13/08/2011 13:24, David Paleino ha scritto: On Sat, 13 Aug 2011 13:09:57 +0200, Antonio Valentino wrote: My question is: is it sane to download data at package build time? It's not possible, buildds don't have network access. Kindly, David OK, thanks David -- Antonio Valentino

Re: Downloading of test data

2011-08-13 Thread Asheesh Laroia
Excerpts from Antonio Valentino's message of Sat Aug 13 07:09:57 -0400 2011: Hi mentors, I have a package (pyepr) that provides a small python extension written in cython. The upstream source includes a test suite that needs some data to be downloaded from the internet (398K) using wget.

Re: Downloading of test data

2011-08-13 Thread Ben Finney
Antonio Valentino antonio.valent...@tiscali.it writes: The upstream source includes a test suite that needs some data to be downloaded from the internet (398K) using wget. Note that data are only used for testing, they are not installed. Downloading data to run automated code tests? That

Re: Downloading of test data

2011-08-13 Thread Gergely Nagy
Asheesh Laroia li...@asheesh.org writes: Excerpts from Antonio Valentino's message of Sat Aug 13 07:09:57 -0400 2011: Hi mentors, I have a package (pyepr) that provides a small python extension written in cython. The upstream source includes a test suite that needs some data to be

Re: Downloading of test data

2011-08-13 Thread Antonio Valentino
Hi guys, thank you for all your answers Il 13/08/2011 13:09, Antonio Valentino ha scritto: Hi mentors, I have a package (pyepr) that provides a small python extension written in cython. The upstream source includes a test suite that needs some data to be downloaded from the internet (398K)