On Fri, Jul 17, 2020 at 08:41:47PM +0300, Boian Bonev wrote:
> Hi Mark,
>
> > The documentation is here:
> > https://git.devuan.org/devuan/documentation/src/branch/master/maintainers/PackagingGuide.md
> >
> > You will need to follow that. Out package builder uses git
> > buildpackage and your
> > repo doesn't build with that ATM.
>
> I have been following exactly that.
Well it describes how to set up pbuilder chroots and git-buildpackage.
> Have tried on ascii and chimaera hosts - on ascii the build fails
> because scons requires newer Python while on chimaera "dpkg-source -b
> ." exits with 127 without particular reason for that:
You need to build for unstable (ceres):
- apt install git-buildpackage pbuilder cowbuilder
- gbp buildpackage --git-pbuilder --git-dist=ceres create --mirror
http://pkgmaster.devuan.org/merged
- set up debian/gbp.conf
- tag the upstream release
- gbp buildpackage --git-pbuilder --git-dist=ceres
Hope that helps.
Mark