mirror_spl-debian/debian
2013-08-24 17:12:58 +08:00
..
source Set extend-diff-ignore='.*' in the debian/source/options file to 2011-03-21 13:43:14 -05:00
changelog Update changelog 2013-08-24 17:12:58 +08:00
compat Various small improvements to d/control d/compat 2013-05-31 03:13:22 +08:00
control Recommend spl-moudles first 2013-07-13 03:35:36 +08:00
control.in Recommend spl-moudles first 2013-07-13 03:35:36 +08:00
control.modules.in Add kernel package dependency 2013-07-13 03:35:06 +08:00
copyright Add license info for scripts/kmodtool 2013-07-15 01:46:57 +08:00
dkms Add dkms kernel source exception for Proxmox 2.0 2012-04-09 09:33:22 -05:00
README.Source Add README.Source for binary module package generation 2013-07-14 04:14:14 +08:00
rules Allow setting KVERS 2013-07-14 02:38:05 +08:00
spl-dkms.install Remove COPYING file from distribution. 2011-05-05 18:59:38 -05:00
spl-dkms.lintian-overrides Add lintian overrides 2013-07-04 15:42:44 +08:00
spl-dkms.postinst Use /usr/bin/printf directly 2013-05-31 03:41:45 +08:00
spl-modules-_KVERS_-di.dirs.in Remove redundant ARCH 2013-07-13 03:26:50 +08:00
spl-modules-_KVERS_-di.install.in Remove redundant ARCH 2013-07-13 03:26:50 +08:00
spl-modules-_KVERS_.dirs.in Remove redundant ARCH 2013-07-13 03:26:50 +08:00
spl-modules-_KVERS_.install.in Remove redundant ARCH 2013-07-13 03:26:50 +08:00
spl-modules-_KVERS_.postinst.in Add essential maintainer scripts 2013-07-13 03:48:21 +08:00
spl-modules-_KVERS_.postrm.in Add essential maintainer scripts 2013-07-13 03:48:21 +08:00
spl.install Fix the way we handle /etc/hostid 2013-03-02 22:49:05 +01:00
watch Fix debian/watch (another time) 2013-04-02 01:36:42 +02:00

spl-linux for Debian

Using DKMS is the recommended way of installing this kernel
module, however if you do have the need of building deb/udeb
packages containing the binary kernel module, here is the way.
Be careful when proceed with this way, as your attention is 
required when kernel ABI get changed on target system that this
module needs to be rebuilt and it needs to replace the originally
installed package with this newly built one on target system.

You may first install all required build dependency on a machine
that runs the very same kernel as on your target system, then
execute following command at the top level directory of the
decompressed debian source package. Do not install the generated 
package with kernels that have different configuration, which is
not supported and likely to break things.

  * deb packages:
    fakeroot debian/rules override_dh_binary-modules
  * udeb packages:
    fakeroot debian/rules override_dh_binary-modules-udeb

 -- Aron Xu <aron@debian.org>  Sun, 14 July 2013 04:00:12 +0800