mirror_spl-debian/debian
2018-09-19 04:13:14 +00:00
..
source Set extend-diff-ignore='.*' in the debian/source/options file to 2011-03-21 13:43:14 -05:00
tests Added extra autopkgtest script check.sh from the Ubuntu package. 2016-09-18 08:55:30 +02:00
changelog dch: close a bug and refresh timestamp. 2018-09-19 04:13:14 +00:00
compat Various small improvements to d/control d/compat 2013-05-31 03:13:22 +08:00
control Refresh control. 2018-09-18 09:39:43 +00:00
control.in control.in: Really append myself to Uploaders. 2018-09-18 09:19:14 +00:00
control.modules.in control: Use a canonical URI for Vcs-Git 2018-09-18 09:16:03 +00:00
copyright copyright: Use HTTPs Format URI in copyright 2018-09-18 09:17:58 +00:00
dkms Restore the compatibility to dkms < 2.2.0.3-3 (Closes: #838706) 2016-10-21 14:11:39 +08:00
gbp.conf Added d/gbp.conf to enforce the use of pristine-tar. 2016-09-18 08:35:51 +02:00
linux_compat Bump linux_compat to 4.18 . 2018-09-18 09:39:14 +00:00
README.Source Add README.Source for binary module package generation 2013-07-14 04:14:14 +08:00
rules Fix debian-rules-sets-dpkg-architecture-variable. 2018-09-18 09:42:39 +00:00
spl-dkms.install Reduce dependency on spl, and move documentation (Closes: #894608) 2018-04-11 14:56:41 +08:00
spl-dkms.lintian-overrides Move command-with-path-in-maintainer-script override to spl 2016-09-28 05:09:11 +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 Deal with /etc/hostid in postinst of spl package 2016-09-28 02:16:32 +08:00
spl-modules-_KVERS_.postrm.in Add essential maintainer scripts 2013-07-13 03:48:21 +08:00
spl.install Reduce dependency on spl, and move documentation (Closes: #894608) 2018-04-11 14:56:41 +08:00
spl.lintian-overrides Move command-with-path-in-maintainer-script override to spl 2016-09-28 05:09:11 +08:00
spl.postinst Handle the case /etc/hostid is being wrongly marked as conffile 2016-09-28 04:47:41 +08:00
spl.postrm Handle the case /etc/hostid is being wrongly marked as conffile 2016-09-28 04:47:41 +08:00
spl.preinst Handle the case /etc/hostid is being wrongly marked as conffile 2016-09-28 04:47:41 +08:00
watch Fix debian-watch-uses-insecure-uri. 2018-09-18 09:45:14 +00: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