> > > On 22/08/16 17:18, debbie10t wrote: >> >> >> On 22/08/16 16:55, debbie10t wrote: >>> Hi, >>> >>> I have built openvpn on debain8 using the build-system >>> but I do not know what to do with the resulting *bin.tar.bz2 >>> >>> Is this a case of learning how to create a .deb file ? >>> >>> Any pointers appreciated, thanks. >> >> Just found this: >> https://github.com/mattock/openvpn-build.git >> >> Regards >> > Unfortunately, I guess mattock has not had time to finish this. > > Any pointers welcome, thanks >
Hi, The official Debian/Ubuntu packages are built with this: <https://github.com/mattock/sbuild_wrapper> Openvpn-build is aimed at cross-compiling with mingw_w64 (e.g. for Windows on Linux) and is not suitable for generating Debian packages. If you just want to generate a custom OpenVPN package easily, then fpm might be easier: <https://github.com/jordansissel/fpm> -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock ------------------------------------------------------------------------------ _______________________________________________ Openvpn-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-users
