From c753468542a3e1405fc8e316d078fb7ae9757d67 Mon Sep 17 00:00:00 2001 From: Sean V Kelley Date: Wed, 1 Feb 2017 10:10:35 -0800 Subject: debian: Remove legacy packaging debian control files are maintained by packagers Yes there is a "convenience" factor to roll your own debian package, but this is not maintained by us and represents a fork from debian packagers. As with the bit rot of libva.spec, remove this. fixes #18 Signed-off-by: Sean V Kelley --- Makefile.am | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index be1ce9e..2eced8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,24 +24,10 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} AUTOMAKE_OPTIONS = foreign -SUBDIRS = va dummy_drv_video pkgconfig debian.upstream doc +SUBDIRS = va dummy_drv_video pkgconfig doc # Extra clean files so that maintainer-clean removes *everything* MAINTAINERCLEANFILES = \ aclocal.m4 compile config.guess config.sub \ configure depcomp install-sh ltmain.sh \ Makefile.in missing - -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 -- cgit v1.2.1