[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#390386: neutrino: empty package on several architectures [sudo and $(PWD)]



Package: neutrino
Version: 0.8.4-6
Severity: grave
Justification: renders package unusable
Tags: patch

Hi,

as seen on packages.debian.org [1], your package is empty on alpha,
mips and mipsel. These are the architectures whose buildds use sudo
instead of fakeroot.

The problem is that debian/rules is installing files into $(PWD)/debian,
but $(PWD) is unset when building with sudo. A proposed fix is to
use $(CURDIR), which is set by make, instead of $(PWD), which is set
by the shell and filtered out by sudo.

[1] http://packages.debian.org/unstable/gnome/neutrino

Cheers,
-- 
Niko Tyni               ntyni@iki.fi



Reply to: