From: Petter Reinholdtsen Date: Mon, 21 Jan 2013 15:49:59 +0000 (+0000) Subject: Document how to build the source for those without debian skills. X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/a3a5b7f1f700f7835870c0c7ea306522aef1d1f3?ds=sidebyside Document how to build the source for those without debian skills. --- diff --git a/blog/data/2013-01-21-hw-autoinstall.txt b/blog/data/2013-01-21-hw-autoinstall.txt index 936c3dbcfe..a420013738 100644 --- a/blog/data/2013-01-21-hw-autoinstall.txt +++ b/blog/data/2013-01-21-hw-autoinstall.txt @@ -60,3 +60,10 @@ changed to use other formats instead or in addition to the current method. I've dropped the use of discover for this mapping, as the modalias approach is more flexible and easier to use on Linux as long as the Linux kernel expose its modalias strings directly.

+ +

Update 2013-01-21 16:50: Due to popular demand, +here is the command required to check out and build the source: Use +'svn checkout +svn://svn.debian.org/debian-edu/trunk/src/hw-support-handler/; cd +hw-support-handler; debuild'. If you lack debuild, install the +devscripts package.