From eed3f85bc2d26ebc061bea8b802ed1c95abf49fd Mon Sep 17 00:00:00 2001 From: Kevin Dorner Date: Fri, 26 Aug 2022 05:26:15 +0200 Subject: [PATCH] Add no-check-builddeps to dpkg-buildpackage and use long cli flags --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cc9b48b..0d085b2 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ uninstall: rm -rf $(DESTDIR)/srv/deploy/install/$(PKG_NAME) package: - dpkg-buildpackage -us -uc + dpkg-buildpackage --unsigned-source --unsigned-changes --no-check-builddeps package-check: @if [ "$(DEB_CHANGELOG_VERSION)" != "$(PKG_FULL_VERSION)" ]; then \ @@ -53,4 +53,4 @@ package-check: fi -.PHONY: create-builddir fetch-sources patch-version clean install uninstall package package-check \ No newline at end of file +.PHONY: create-builddir fetch-sources patch-version clean install uninstall package package-check