[SCM] libva/master: Fix FTBS by updating ignore-debian.upstream.patch * Remove debian.upstream, and associated unused stanzas from Makefile.am and Makefile.in

Nicholas D Steeves nsteeves at gmail.com
Sun Jul 17 22:36:06 UTC 2016


On 17 July 2016 at 18:02, Nicholas D Steeves <nsteeves at gmail.com> wrote:
> On 17 July 2016 at 04:52, Sebastian Ramacher <sramacher at debian.org> wrote:
>> On 2016-07-17 01:46:30, sten-guest at users.alioth.debian.org wrote:
>>>
>>> + DEB_BUILDDIR = debian.build
>>> +-
>>> +-deb:
>>> +-    @[ -d debian ] || ln -s debian.upstream debian
>>> +-    dpkg-buildpackage -rfakeroot -uc -us
>>> +-
>>> +-deb.upstream: dist
>>> +-    -mkdir -p $(DEB_BUILDDIR)
>>> +-    cd $(DEB_BUILDDIR)                              && \
>>> +-    rm -rf $(PACKAGE)-$(VERSION)                    && \
>>> +-    tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz        && \
>>> +-    cd $(PACKAGE)-$(VERSION)                        && \
>>> +-    $(MAKE) deb -f Makefile.am
>>
>> That's not used anyway. I'd leave it in.
>
> I wasn't sure what the minimum necessary modifications were to prevent
> these targets from being made by "make all"
>
>>> +-SUBDIRS = va dummy_drv_video pkgconfig test debian.upstream doc
>>> ++SUBDIRS = va dummy_drv_video pkgconfig test doc
>
> Is removing the SUBDIR sufficient?

Well, it builds...  I pushed the changes.  Simple patches are always
preferable, right?! ;-)

Cheers,
Nicholas



More information about the pkg-multimedia-maintainers mailing list