From 55dd8d743ddc195c9f793abd6e786caf398706f2 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sat, 10 Apr 2021 03:42:50 +0000 Subject: [PATCH] Move Debian packages to root of build directory --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 000291a..768af24 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,11 @@ deb: $(Q) cp $(DEBTMPLDIR)/control $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/control $(Q) dpkg-source -b $(DEBBUILDDIR)/$(DEBORIGSRCDIR) $(Q) cd $(DEBBUILDDIR)/$(DEBORIGSRCDIR) && dpkg-buildpackage -us -uc + $(Q) mv $(DEBBUILDDIR)/*.dsc $(BUILDDIR) + $(Q) mv $(DEBBUILDDIR)/*.changes $(BUILDDIR) + $(Q) mv $(DEBBUILDDIR)/*.buildinfo $(BUILDDIR) + $(Q) mv $(DEBBUILDDIR)/*.deb $(BUILDDIR) + $(Q) mv $(DEBBUILDDIR)/*.tar.* $(BUILDDIR) deb-clean: $(Q) rm -rf $(CURDIR)/build/deb