Added ttf-dejavu-core dep in debian package, because it contains some needed chars such as union, intersection and so on
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@79 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
parent
4c510df460
commit
907d95268b
2
Makefile
2
Makefile
@ -81,7 +81,7 @@ debian:
|
||||
echo "Architecture: all" >> data/DEBIAN/control
|
||||
echo "Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>" >> data/DEBIAN/control
|
||||
echo "Installed-Size: "`du -s --apparent-size data/ | cut -f1` >> data/DEBIAN/control
|
||||
echo "Depends: python-qt4 (>= 4.0.1-5), python (>= 2.3)" >> data/DEBIAN/control
|
||||
echo "Depends: python-qt4 (>= 4.0.1-5), python (>= 2.3), ttf-dejavu-core (>= 2.25-3)" >> data/DEBIAN/control
|
||||
echo "Recommends: libqt4-webkit (>= 4.4.3-1)" >> data/DEBIAN/control
|
||||
echo "Section: devel" >> data/DEBIAN/control
|
||||
echo "Priority: optional" >> data/DEBIAN/control
|
||||
|
Loading…
Reference in New Issue
Block a user