Add no-check-builddeps to dpkg-buildpackage and use long cli flags
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
3ae4c3548e
commit
eed3f85bc2
4
Makefile
4
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
|
||||
.PHONY: create-builddir fetch-sources patch-version clean install uninstall package package-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user