From 698feb6a3f9cc0f9eb1c3c1f227128339b3d0afe Mon Sep 17 00:00:00 2001 From: Konstantin Stepanov Date: Fri, 24 Dec 2010 16:53:02 +0200 Subject: [PATCH] Makefile: debuild and publish targets --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dcea973..d89bfca 100644 --- a/Makefile +++ b/Makefile @@ -52,5 +52,13 @@ build: debclean tarball: git archive --format=tar v$(B) | gzip -9 > ../dbuscron_$(B:.0=).orig.tar.gz -.PHONY: install uninstall clean debclean deb build compile +debuild: tarball + debuild + +publish: debuild + scp ../dbuscron_$(B:.0=)*.tar.gz drop.maemo.org:/var/www/extras-devel/incoming-builder/fremantle + scp ../dbuscron_$(B:.0=)*.changes drop.maemo.org:/var/www/extras-devel/incoming-builder/fremantle + scp ../dbuscron_$(B:.0=)*.dsc drop.maemo.org:/var/www/extras-devel/incoming-builder/fremantle + +.PHONY: install uninstall clean debclean deb build compile tarball debuild publish -- 1.7.9.5