[Pkg-shadow-devel] Automatic building of the package with Quilt Power

Christian Perrier bubulle@debian.org
Wed, 29 Jun 2005 09:37:11 +0200


> What's the content of this *strange* ftp.pld-linux.org dir? 

Created by wget...

> What's your wget version (1.9.1 here)? 

Version: 1.10-2

You're late, again..:-)

> 
> Could you try to edit /usr/share/quilt/quilt.debbuild.mk to add a 
> "set -x;" after the second @ in the $(UP_TAR):: target so that it becomes
> verbose? You could also remove the said @. In other words,
> -        @if test -e $(UP_TAR) ; then \
> +        set -x;if test -e $(UP_TAR) ; then \
> 
> It tells me:
> + test -e shadow-4.0.3.tar.gz
> + test xhttp://ftp.pld-linux.org/software/shadow/ = x
> + wget http://ftp.pld-linux.org/software/shadow//shadow-4.0.3.tar.gz
> 
> What happens if you manually do the following in a clean dir?
> $ wget http://ftp.pld-linux.org/software/shadow/shadow-4.0.3.tar.gz
> Do you get the tarball, or a directory created?

A directory. To be sure to get the tarfile, you must use "wget -nd"

*that* was the problem.

My .wgetrc has "dirstruct=on"....

What you should use is the "-nd" switch to wget