This package is intended for 3.7 and higher.
Usage:
-Build the package to create the module-source package:
+# Build the vizzini-source package
dpkg-buildpackage -rfakeroot
-Put that source package in your public repository.
-
-To build a debian module for your kernel:
-
-dpkg -i <the source pacackage>
-
-cd <kernel_dir>
-tar xvjf /usr/src/vizzini.tar.bz2 -C ..
-export MODULE_LOC=$PWD/../modules
-fakeroot make-kpkg modules_image
-
-This will create a suitable vizzini-module package to suit your debian kernel
-package.
+# Install the vizzini-source package
+sudo dpkg --install ../vizzini-source_*_all.deb
+sudo apt-get -f install
+# Use module assistant to build and install a package containing modules for
+# your current kernel.
+sudo m-a b-i vizzini