[pkg-nvidia-devel] Bug#589949: Bug#589949: nvidia-kernel-source: wrong name of .changes file
Russ Allbery
rra at debian.org
Mon Jul 26 22:25:48 UTC 2010
Andreas Beckmann <debian at abeckmann.de> writes:
> Russ, there is the following line in [debian/module/]debian/genchanges:
> chfile="${KPKG_DEST_DIR}/${PREFIX}${VERSION}_${MODVERS}_${ARCH}.changes"
> but the variable PREFIX is not set anywhere, so the package name is
> "empty". Where did you intend to get this value from?
PREFIX is set earlier in that script:
PREFIX=`grep Package: debian/control.module | cut -d' ' -f 2 | cut -d\# -f 1`
The problem is that it's not called control.module. It's called
control.template. Whoops.
Fixed in Subversion for nvidia-graphics-drivers and will be fixed in the
next upload. Sorry about that. The fix will need to be replicated to the
other legacy drivers packages as well.
--
Russ Allbery (rra at debian.org) <http://www.eyrie.org/~eagle/>
More information about the Pkg-nvidia-devel
mailing list