[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: backport python-astropy for jessie?



Hi Leo,

On 25.01.2017 19:16, Leo P. Singer wrote:
>> On Jan 25, 2017, at 11:34 AM, Ole Streicher <olebole@debian.org> wrote:
> I was trying to use the mini-dinstall method described here:
> 
> https://wiki.ubuntu.com/PbuilderHowto
> 
> But I get errors from dput:
> ...
> 
> I'm not sure what to try next.

The simplest way is to use dpkg-scanpackages from dpkg-dev, directly in
/var/cache/pbuilder/result/:

$ cd /var/cache/pbuilder/result/
$ dpkg-scanpackages ./ > Packages

then put

BUILDRESULT=/var/cache/pbuilder/result
OTHERMIRROR="deb [trusted=yes] file://${BUILDRESULT} ./"
BINDMOUNTS="${BUILDRESULT}"

into the pbuilderrc, and do a "sudo cowbuilder --update --configfile
~/.pbuilderrc" (or pbuilder, depending on what you use). The configfile
is needed if you change only your personal pbuilderrc.

Remove the OTHERMIRROR once you don't need it anymore...

For the other methods, better ask on debian-mentors; I have no
experiencec with them.

Cheers

Ole



Reply to: