File: README.Debian

package info (click to toggle)
xtables-addons 3.30-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,588 kB
  • sloc: ansic: 11,712; sh: 5,151; perl: 643; makefile: 153; python: 15
file content (35 lines) | stat: -rw-r--r-- 1,527 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Starting from version 1.41 ipset is provided by package 'ipset'

 -- Dmitry Smirnov <onlyjob@member.fsf.org>  Sat, 04 Feb 2012 14:46:01 +1100

Conflicts with previous versions
--------------------------------

Please note that you will need to remove all versions of xtables-addons-modules-*
prior to 1.15 before installing 1.15.

If you don't do that, you will get conflicts with xtables-addons-common package.

xtables-addons for Debian
-------------------------

The Debian xtables-addons source package provides three packages:

 1) xtables-addons-common, which provides the userspace libraries and tools;
 2) xtables-addons-source, which provides the source for the kernel modules;
 3) xtables-addons-dkms, which uses dkms(8) automatically to build the kernel
    modules for the running kernel when installed.

The xtables-addons-source package can be used in several ways,

 - Using the make-kpkg(1) command provided by the kernel-package Debian
   package. This will produce a corresponding xtables-addons-modules package for
   the Debian kernel-image package that you are using. This is "the Debian
   way". See the "modules_image" section of the make-kpkg(1) man page.

 - Changing to the /usr/src/modules/xtables-addons/ directory and building as
   the README file instructs using "make; make install". This will build
   and install a module specific to the system you are building on and is
   not under control of the packaging system.

 -- Pierre Chifflier <pollux@debian.org>  Wed, 06 May 2009 23:01:23 +0200