Comment 106 for bug 259168

Revision history for this message
Jeremy Cantrell (jmcantrell) wrote :

To build your own version of network-manager-pptp with this patch:

    apt-get source network-manager-pptp
    apt-get install autotools-dev fakeroot dh-make build-essential
    apt-get build-dep network-manager-pptp
    cd network-manager-pptp-0.7*
    patch -p0 </path/to/my/patch/file
    dpkg-buildpackage -rfakeroot -uc -b

Assuming all went well, the deb should be in the parent directory.
I've attached a patch with the corrected paths so patch will recognize it.