Comment 7 for bug 599983

Revision history for this message
Eduard Hasenleithner (eduard-hasenleithner) wrote :

I noticed, that when changing in /etc/dkms/template-dkms-mkdeb/debian/postinst

CVERSION=`dpkg-query -W -f='${Version}' $PACKAGE_NAME | awk -F "-" '{print $1}' | cut -d\: -f2`
  to
CVERSION=`dpkg-query -W -f='${Version}' $PACKAGE_NAME`

the resulting package does work for me.