making debian package generation more clear
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@91 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
13
debscript/gencontrol.sh
Executable file
13
debscript/gencontrol.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
echo "Version: "`../relational.py -v | cut -d. -f1`":"`../relational.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`
|
||||
echo "Depends: python-qt4 (>= 4.0.1-5), python (>= 2.3), debhelper (>= 5.0.38), python-central (>= 0.5.6), ttf-dejavu-core (>= 2.25-3)"
|
||||
echo "Recommends: libqt4-webkit (>= 4.4.3-1)"
|
||||
echo "Section: devel"
|
||||
echo "Priority: optional"
|
||||
echo "Homepage: http://galileo.dmi.unict.it/wiki/relational/"
|
||||
echo "Description: Python implementation of Relational algebra."
|
||||
echo " This program provides a GUI to execute relational algebra queries."
|
||||
echo " It is meant to be used for educational purposes."
|
Reference in New Issue
Block a user