Move Debian packages to root of build directory
This commit is contained in:
parent
7e6249bc3c
commit
55dd8d743d
5
Makefile
5
Makefile
@ -60,6 +60,11 @@ deb:
|
|||||||
$(Q) cp $(DEBTMPLDIR)/control $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/control
|
$(Q) cp $(DEBTMPLDIR)/control $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/control
|
||||||
$(Q) dpkg-source -b $(DEBBUILDDIR)/$(DEBORIGSRCDIR)
|
$(Q) dpkg-source -b $(DEBBUILDDIR)/$(DEBORIGSRCDIR)
|
||||||
$(Q) cd $(DEBBUILDDIR)/$(DEBORIGSRCDIR) && dpkg-buildpackage -us -uc
|
$(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:
|
deb-clean:
|
||||||
$(Q) rm -rf $(CURDIR)/build/deb
|
$(Q) rm -rf $(CURDIR)/build/deb
|
||||||
|
Loading…
Reference in New Issue
Block a user