i mixed up the version string, so that deb packages built with the patch will be overwritten with the stock deb package. here's a fixed patch:
sudo apt-get install build-essential sudo apt-get build-dep network-manager-openvpn apt-get source network-manager-openvpn dpkg-source -x network-manager-openvpn_0.8~a~git.20091008t123607.7c184a9-0ubuntu1.dsc patch -p0 < fragmentation_options.patch cd network-manager-openvpn-0.8~a~git.20091008t123607.7c184a9 fakeroot debian/rules binary ** Patch added: "fragmentation_options.patch" http://launchpadlibrarian.net/38765070/fragmentation_options.patch -- fields to set MTU and MSS missing https://bugs.launchpad.net/bugs/112248 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
