From: Stefan Bund Date: Fri, 22 Jan 2010 23:30:20 +0000 (+0100) Subject: Add (optional) debian package dependencies target X-Git-Url: http://g0dil.de/git?p=zope-bootstrap.git;a=commitdiff_plain;h=160948393050ee34e9d547d320aef506130021ac Add (optional) debian package dependencies target --- diff --git a/Makefile.master b/Makefile.master index dd36484..40ec206 100644 --- a/Makefile.master +++ b/Makefile.master @@ -17,6 +17,9 @@ PASTER = $(BASEDIR)/$(PYTHON_DIR)/bin/paster default: update-nonet +debdepends: + aptitude install build-essential zlibc + .PHONY: python-unpack python-build python setuptools eggs pil-unpack pil-build pil buildout \ bootstrap update update-nonet shell init otherinit