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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: west-chamber
Section: admin
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: autoconf,
automake,
bzip2,
debhelper (>= 11),
dh-exec (>= 0.3),
dkms,
libtool,
libxtables-dev (>= 1.4.3),
pkg-config
Standards-Version: 4.5.0
Homepage: http://code.google.com/p/scholarzhang/
Package: west-chamber-common
Architecture: any
Depends: xtables-addons-common, ${misc:Depends}, ${shlibs:Depends}
Suggests: ipset
Description: iptable extension for bypassing content filtering firewall
West-chamber is an iptable extension named after the famous Chinese ancient
fiction - Romance of the West Chamber. It is based on the idea of
T. Ptacek's paper in 1998 which allows users go through some
content-filtered firewall without 3rd-party proxies.
.
This package contains the extension for iptables. It needs corresponding
kernel modules to work properly.
Package: west-chamber-source
Architecture: all
Depends: bzip2,
debhelper (>= 8),
libxtables-dev (>= 1.4.3),
make,
pkg-config,
xtables-addons-source (>= 3.13),
${misc:Depends}
Recommends: module-assistant
Description: iptable extension for bypassing content filtering firewall (module source)
West-chamber is an iptable extension named after the famous Chinese ancient
fiction - Romance of the West Chamber. It is based on the idea of
T. Ptacek's paper in 1998 which allows users go through some
content-filtered firewall without 3rd-party proxies.
.
This package provides the source code for the west-chamber kernel modules.
The west-chamber-common package is also required in order to make use of these
modules. Kernel source or headers are required to compile these modules.
Package: west-chamber-dkms
Architecture: all
Depends: bzip2,
dkms,
libxtables-dev (>= 1.4.3),
make,
xtables-addons-dkms (>= 3.13),
${misc:Depends}
Recommends: linux-headers, west-chamber-common
Description: iptable extension for bypassing content filtering firewall (dkms)
West-chamber is an iptable extension named after the famous Chinese ancient
fiction - Romance of the West Chamber. It is based on the idea of
T. Ptacek's paper in 1998 which allows users go through some
content-filtered firewall without 3rd-party proxies.
.
The dkms package will automatically compile the driver for your current
kernel version.
|