Hi
I'm trying to rebuild this version under Ubuntu 16.04, but after running pdebuild I get following errors:
dpkg-source: error: source package has two conflicting values - nsgminer and bfgminer
dpkg-buildpackage: error: dpkg-source --before-build nsgminer-nsgminer-v0.9.3 gave error exit status 2
I've followed instructions from README-Debian - installed the Pbuilder package, created a base tarball and applied the patch "patch -p1 < debian/patches/nsgminer-bitforce.diff". But unfortunately got above error in result when trying to build, unfortunately I'm not familiar with this build system. Does anyone know how to fix it? . From what I can see those build instructions from README-Debian are somewhat outdated - the original patch instruction was: "patch -p1 < debian/patches/bfgminer-bitforce.diff " however this file is not in the package so I used "patch -p1 < debian/patches/nsgminer-bitforce.diff". Maybe there are some other steps missing and/or outdated that I need to perform in order to compile?