Andreas Beckmann <[email protected]> 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 ([email protected]) <http://www.eyrie.org/~eagle/>
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]