On Wed, May 13, 2020 at 07:35:00AM +0900, Mike Hommey wrote:
> On Wed, May 13, 2020 at 12:23:55AM +0200, Francesco Poli wrote:
> > On Wed, 13 May 2020 06:35:33 +0900 Mike Hommey wrote:
> > 
> > > On Tue, May 12, 2020 at 06:37:00PM +0200, Francesco Poli wrote:
> > [...]
> > > > debian/control includes
> > > > 
> > > >   Build-Depends: [...]
> > > >                  libvpx-dev (>= 1.5.0),
> > > >                  [...]
> > > >   Build-Conflicts: [...]
> > > >                    libvpx-dev (>= 1.8.0),
> > > >                    [...]
> > > 
> > > No it doesn't. It only does if you take the backport for stable or
> > > older.
> > > 
> > > Or if this condition doesn't hold:
> > > ifneq (,$(filter testing% bullseye% unstable sid,$(DEB_DISTRIBUTION)))
> > > 
> > > (where DEB_DISTRIBUTION comes from /usr/share/dpkg/pkg-info.mk)
> > 
> > Could you please elaborate?
> > 
> > 
> > As I said, I used dget to obtain the unpacked source package.
> > In the unpacked source tree, I see a debian/control file with the above
> > mentioned content.
> 
> If I dget 
> https://snapshot.debian.org/archive/debian/20200408T025735Z/pool/main/f/firefox-esr/firefox-esr_68.7.0esr-1.dsc,
>  I get a debian/control that doesn't contain anything about libvpx. 
> debian/control.in does, but that should be irrelevant.

Something else you could try is rebuild firefox-esr 68.8.0esr-1 with
this patch applied: 
https://salsa.debian.org/mozilla-team/firefox/-/commit/87df541b27a0b012e843978a0343f2918e0f2f58

Mike

Reply via email to