Package: open-vm-dkms
Severity: serious
Filing with severity serious as it will fail otherwise unnoticed with
the next binNMU.
The Version parsing snippet in debian/rules does not handle versions
with a + properly. This will make the dkms build fail after the next
binNMU or similar rebuild.
A Fix would be:
VERSION = $(shell dpkg-parsechangelog |\
awk '/^Version: / { print $$2 }' |\
sed -e 's|^[^+]*:[^+]*+||' -e 's|-.*$$||')
--
Bernd Zeimetz Debian GNU/Linux Developer
http://bzed.de http://www.debian.org
GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]