splitting into modules is completed and working (hopefully also on macosx)
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@94 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
echo "Package: relational"
|
||||
echo "Version: "`./relational.py -v | cut -d. -f1`":"`./relational.py -v`+SVN`svn update | cut -d" " -f3 | tr -d "."`
|
||||
echo "Version: "`./relational_gui.py -v | cut -d. -f1`":"`./relational_gui.py -v`+SVN`svn update | cut -d" " -f3 | tr -d "."`
|
||||
echo "Architecture: all"
|
||||
echo "Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>"
|
||||
echo "Installed-Size: "`du -s --apparent-size data/ | cut -f1`
|
||||
|
Reference in New Issue
Block a user