mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
Updated deb package builder script
git-svn-id: svn://ultimatepp.org/upp/trunk@1628 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
64c886c5a9
commit
a006b77e3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue