Package: ndiswrapper-dkms Version: 1.57-1 Severity: serious Tags: patch Hi,
the module fails to build with dkms, because BUILT_MODULE_NAME is not defined in the dkms.conf, here is a patch: diff -Naur ndiswrapper-1.57.orig/debian/ndiswrapper-dkms.dkms.in ndiswrapper-1.57/debian/ndiswrapper-dkms.dkms.in --- ndiswrapper-1.57.orig/debian/ndiswrapper-dkms.dkms.in 2012-03-05 16:49:17.000000000 +0100 +++ ndiswrapper-1.57/debian/ndiswrapper-dkms.dkms.in 2013-03-28 10:32:28.520623214 +0100 @@ -1,4 +1,5 @@ PACKAGE_NAME="ndiswrapper" PACKAGE_VERSION="@VERSION@" +BUILT_MODULE_NAME[0]="$PACKAGE_NAME" DEST_MODULE_LOCATION[0]="/updates" AUTOINSTALL="yes" -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org