From cee0af195e4216dcb645120ed6f7c68e9e1d81c3 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sat, 10 Apr 2021 04:02:10 +0000 Subject: [PATCH] Running dpkg-source is not necessary --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 431d13c..79d771e 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,6 @@ deb: $(Q) sed -e 's/__VERSION__/$(DEBVERSION)/g' -e 's/__DATE__/$(DEBDATE)/g' $(DEBTMPLDIR)/changelog > $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/changelog $(Q) echo 9 > $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/compat $(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)