Re: wheezy-backports: Unable to satisfy the build-depends fo…

Top Page

Reply to this message
Author: Christian Marillat
Date:  
To: dmo-discussion
Subject: Re: wheezy-backports: Unable to satisfy the build-depends for mythtv
On 15 nov. 2015 16:21, Nick Morrott <knowledgejunkie@???> wrote:

[Ooops reply sent in private]

> It's for rebuilding the mythtv source (via debuild, rather than a
> dedicated build chroot) to test patches on this specific machine,
> which is tied to using Wheezy. I'm curious how you satisfy the missing
> deps automatically when (re)building automatically for
> wheezy-backports in a dedicated chroot?


You must not use the diff file from unstable but instead the existing
diff from wheezy-backports.

Here is how to backport the latest tarball from unstable :

,----
| tar xzf mythtv-dmo_0.27.5+fixes20151104.orig.tar.gz
| cd mythtv-0.27.5+fixes20151104
| zcat ../mythtv-dmo_0.27.5-dmo1+bp1.diff.gz|patch -p1
| dch -v 0.27.5+fixes20151104-dmo1+bp1

`----

The source is now ready to build packages.

Christian