On 17 July 2016 at 18:02, Nicholas D Steeves <[email protected]> wrote: > On 17 July 2016 at 04:52, Sebastian Ramacher <[email protected]> wrote: >> On 2016-07-17 01:46:30, [email protected] 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 _______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
