Updated deb package builder script

git-svn-id: svn://ultimatepp.org/upp/trunk@1628 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
bytefield 2009-10-13 14:47:32 +00:00
parent 64c886c5a9
commit a006b77e3f

View file

@ -380,7 +380,7 @@ Priority: optional
EOF
echo "Architecture: $architecture" >> $tmp/DEBIAN/control
cat >> $tmp/DEBIAN/control << EOF
Depends: gcc-4.1 | gcc-4.3, g++-4.1 | g++-4.3, libc6-dev (>= 2.3.6), libstdc++6-4.1-dev (>= 3.4.6) | libstdc++6-4.3-dev , libx11-dev (>= 1.0.0), libxft-dev (>= 2.1.8), zlib1g-dev (>= 1.2.3), libpng12-dev (>= 1.2.8), libfontconfig1-dev (>= 2.3.2), libxrender-dev (>= 0.9.0), libfreetype6-dev (>= 2.1.10), libexpat1-dev (>= 1.95.8), libxau-dev (>= 1.0.0), libxdmcp-dev (>= 1.0.0), libgtk2.0-dev (>= 2.8.17), libglib2.0-dev (>= 2.10.2)
Depends: g++, libx11-dev (>= 1.0.0), libxft-dev (>= 2.1.8), libpng12-dev (>= 1.2.8), libexpat1-dev (>= 1.95.8), libgtk2.0-dev (>= 2.8.17)
EOF
echo "Installed-Size: $size" >> $tmp/DEBIAN/control
echo "Maintainer: $MAINTAINER <$EMAIL>" >> $tmp/DEBIAN/control