mirror_spl-debian/debian
2017-07-17 14:18:30 +08: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 Update changelog for new upstream release 2017-07-17 14:18:30 +08:00
compat Various small improvements to d/control d/compat 2013-05-31 03:13:22 +08:00
control Rasie dkms version to >> 2.2.1.0 2016-10-21 14:18:07 +08:00
control.in Rasie dkms version to >> 2.2.1.0 2016-10-21 14:18:07 +08:00
control.modules.in control: bump standards version to 3.9.8 2016-09-18 01:14:27 +08:00
copyright Add license names to entries missing it. 2016-04-21 12:15:04 +02: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
README.Source Add README.Source for binary module package generation 2013-07-14 04:14:14 +08:00
rules Simplify rules by merging Ubuntu one 2016-09-28 02:16:33 +08:00
spl-dkms.install Add file and libc-dev to Depends of spl-dkms 2014-02-09 00:01:58 +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 Install man pages for spl 2016-09-28 04:55:55 +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 (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