This repository has been archived on 2022-05-05. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
userausfall/make.d/deb.mk

6 lines
153 B
Makefile
Raw Normal View History

PHONY: dist-deb
dist-deb:
dpkg-buildpackage --no-sign
mkdir -p "$(DIR_BUILD)/deb"
mv ../*.deb ../*.changes ../*.buildinfo ../*.git ../*.dsc build/deb