From a006b77e3f51c57f952b3ec1c19f3dae4d1d1bcf Mon Sep 17 00:00:00 2001 From: bytefield Date: Tue, 13 Oct 2009 14:47:32 +0000 Subject: [PATCH] Updated deb package builder script git-svn-id: svn://ultimatepp.org/upp/trunk@1628 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/Scripts/uppdeb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppbox/Scripts/uppdeb b/uppbox/Scripts/uppdeb index 138f92144..54ef36120 100755 --- a/uppbox/Scripts/uppdeb +++ b/uppbox/Scripts/uppdeb @@ -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