Skip to content
Snippets Groups Projects
Commit 4cf4cff2 authored by Seblu's avatar Seblu
Browse files

make deb doesn't sign package

parent 2504df5b
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ dsc: cleanbuild $(NAME)-$(VERSION).tar.gz
deb: cleanbuild $(NAME)-$(VERSION).tar.gz
mkdir $(BUILD_DIR)
tar xfC $(NAME)-$(VERSION).tar.gz $(BUILD_DIR)
cd $(BUILD_DIR)/$(NAME)-$(VERSION) && dpkg-buildpackage --source-option=-I
cd $(BUILD_DIR)/$(NAME)-$(VERSION) && dpkg-buildpackage --source-option=-I -us -uc
buildd: dsc
chmod 644 $(BUILD_DIR)/$(NAME)_*.dsc $(BUILD_DIR)/$(NAME)_*.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment