From: Konstantin Stepanov Date: Sun, 19 Dec 2010 22:39:32 +0000 (+0200) Subject: Makefile: debclean & deb targets X-Git-Tag: v1.3.0~3 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=88ec28893433ea473a591e75869a2276a603b1cc;p=dbuscron Makefile: debclean & deb targets --- diff --git a/Makefile b/Makefile index 2421ef3..0df6442 100644 --- a/Makefile +++ b/Makefile @@ -30,5 +30,13 @@ uninstall: clean: find ./dbuscron -name "*.py[co]" | xargs rm -f -.PHONY: all install uninstall clean +debclean: + debclean + rm -rf ./debian/patches ./debian/dbuscron + rm -rf ./.pc + +deb: debclean + debuild binary-indep + +.PHONY: all install uninstall clean debclean deb