]> git.decadent.org.uk Git - exar-uart-driver.git/commitdiff
Update the debian instructions.
authorTim 'mithro' Ansell <mithro@mithis.com>
Thu, 2 Jul 2015 04:29:18 +0000 (14:29 +1000)
committerTim 'mithro' Ansell <mithro@mithis.com>
Thu, 2 Jul 2015 04:29:18 +0000 (14:29 +1000)
README.Debian

index f1c76a7c2e940a83d969aa1272702da660540ea8..359a742b83546756f341d81767c4254b24942992 100644 (file)
@@ -6,22 +6,15 @@ The original exar drivers were made for kernel 3.6 and lower.
 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