Package: libapt-front
Version: 0.3.2
Severity: serious

Hi,

Your package is failing to build with the following error:
touch download-stamp
/bin/sh: wget: command not found
/bin/sh: wget: command not found
/bin/sh: wget: command not found
/bin/sh: wget: command not found
mkdir -p data/state/lists/
mkdir -p data/etc
mkdir -p data/state
mkdir -p data/cache
mkdir -p data/debtags
zcat download/dpkg-status.gz > data/dpkg-status
zcat: download/dpkg-status.gz: No such file or directory
make[2]: *** [data-stamp] Error 1

This looks like a missing build dependency.

Also, it's generaly not a good idea to download things, since
that would be using something external to main. It would be best
if you put that testdate into your package instead of downloading
it.  This would also make sure that there aren't any regressions
over time because it downloads something else.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to