From 389b3787577049863c6cc8de70581491548aec40 Mon Sep 17 00:00:00 2001 From: Daniel Francis Date: Fri, 12 Jul 2013 14:42:27 +0000 Subject: Setup initial debian package generator Signed-off-by: Daniel Francis --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index e1df81c..ac29dcf 100644 --- a/Makefile +++ b/Makefile @@ -22,4 +22,6 @@ xo_bundle: python makescripts/xobuild.py dist_tarball: python setup.py build - python makescripts/desktopbuild.py \ No newline at end of file + python makescripts/desktopbuild.py +debian: dist_tarball + python makescripts/debianpackage.py -- cgit v0.9.1