[tproxy] Patching iptables via apt-build

Michal Pokrywka mpokrywka at hoga.pl
Wed Feb 28 13:31:55 CET 2007


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...


More information about the tproxy mailing list