:: [devuan-dev] bug#490: bug#490: gpsd…
Top Page
Delete this message
Reply to this message
Author: Mark Hindley
Date:  
To: Boian Bonev
CC: 490
Subject: [devuan-dev] bug#490: bug#490: gpsd: Current version of gpsd does not install /etc/init.d/gpsd and fails to start
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