added deb deployment

This commit is contained in:
jeena 2013-03-27 00:00:55 +01:00
parent 746f3f4a89
commit 5e306e0dd8
13 changed files with 11636 additions and 15 deletions

17
Linux/deploy/debian/rules Executable file
View file

@ -0,0 +1,17 @@
#!/usr/bin/make -f
# -*- makefile -*-
DEB_PYTHON_SYSTEM := pysupport
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
install/bungloo::
mkdir -p debian/bungloo/usr/share/applications/
cp bungloo.desktop debian/bungloo/usr/share/applications/
mkdir -p debian/bungloo/usr/share/pixmaps/
cp bungloo/images/bungloo.xpm debian/bungloo/usr/share/pixmaps/
clean::
rm -rf build build-stamp configure-stamp build/ MANIFEST
dh_clean