diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-02-19 17:31:40 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-02-19 17:31:40 +0000 |
commit | 041f934a4276f21bf13e21fbcb26f638ec73090a (patch) | |
tree | 3129846b0124447f0fc2fb1ed282500b9ad6203a /GenDeb.sh | |
parent | 2293b36ff26fb74b10d51463b129558513574daa (diff) | |
download | mana-041f934a4276f21bf13e21fbcb26f638ec73090a.tar.gz mana-041f934a4276f21bf13e21fbcb26f638ec73090a.tar.bz2 mana-041f934a4276f21bf13e21fbcb26f638ec73090a.tar.xz mana-041f934a4276f21bf13e21fbcb26f638ec73090a.zip |
Updated Debian Maker Script to take libphysfs-1.0-0 into account.
Diffstat (limited to 'GenDeb.sh')
-rwxr-xr-x | GenDeb.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -102,7 +102,7 @@ echo 'Version: '$TMW_VERSION >>DEBIAN/control; echo 'Section: bin' >>DEBIAN/control; echo 'Priority: optional' >>DEBIAN/control; echo 'Architecture: i386' >>DEBIAN/control; -echo 'Depends: libsdl1.2debian (>= 1.2.7), libsdl-image1.2 (>= 1.2.3), libsdl-mixer1.2 (>= 1.2.5), libguichan (>= 0.2.0), libxml2 (>= 2.4.19)' >>DEBIAN/control; +echo 'Depends: libsdl1.2debian (>= 1.2.7), libsdl-image1.2 (>= 1.2.3), libsdl-mixer1.2 (>= 1.2.5), libguichan (>= 0.2.0), libxml2 (>= 2.4.19), libphysfs-1.0-0 (>= 1.0.0-1)' >>DEBIAN/control; echo 'Suggests: Nothing' >>DEBIAN/control; echo 'Installed-Size: 1200' >>DEBIAN/control; echo 'Maintainer: Ferreira Yohann <bertram@cegetel.net>' >>DEBIAN/control; @@ -111,7 +111,7 @@ echo ' It has its own universe, and and its own character management system, whi echo ' give you the opportunity to play in a 2D heroic-fantasy world forever.' >>DEBIAN/control; echo ' .' >>DEBIAN/control; echo ' You will find the not officially supported dependencies of this package on the website. Install them before trying to install this one.' >>DEBIAN/control; -echo ' You need : libsdldebian1.2-all, libsdl-image1.2, and libsdl-mixer1.2 given by any Debian mirrors...' >>DEBIAN/control; +echo ' You need : libsdldebian1.2-all, libsdl-image1.2, libsdl-mixer1.2, and libphysfs-1.0-0 given by any Debian mirrors...' >>DEBIAN/control; echo ' You also need : libguichan which can be found on : http://guichan.darkbits.org/downloads.shtml' >>DEBIAN/control echo ' Look at the website for further informations...' >>DEBIAN/control; echo ' .' >>DEBIAN/control; @@ -139,7 +139,7 @@ echo "Cleaning ..."; rm -rf Debian; echo "Your Debian Package is normally ready :" echo "Its name is : manaworld_"$TMW_VERSION"_i386.deb"; -echo "Don't forget you need libsdldebian1.2, lisdl-mixer1.2, libsdl-image1.2, libxml2 and libguichan to install manaworld."; +echo "Don't forget you need libsdldebian1.2, lisdl-mixer1.2, libsdl-image1.2, libxml2, libphysfs-1.0-0 and libguichan to install manaworld."; echo "You can find libguichan in http://guichan.darkbits.org/downloads.shtml"; echo "End of Debian Creation..."; |