28 Feb
2007
28 Feb
'07
12:31 p.m.
Hi, I do not use apt-build, I have done it "manually": apt-get source iptables cd iptables-1.3.6.0debian1 cd iptables patch -p1 < ../../cttproxy-2.6.18-2.0.6/iptables/iptables-1.3-cttproxy.diff cd ../linux patch -p1 < ../../cttproxy-2.6.18-2.0.6/patch_tree/02-tproxy.patch # ignore all errors, all needed files will be created ... cd .. dch -n "Added TPROXY stuff" dpkg-buildpackage -b -rfakeroot Done...