Move Debian packages to root of build directory

This commit is contained in:
Ryan Cavicchioni 2021-04-10 03:42:50 +00:00
parent 7e6249bc3c
commit 55dd8d743d
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -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