Andreas Beckmann <deb...@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 (r...@debian.org) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org