summaryrefslogtreecommitdiff
path: root/GenDeb.sh
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-02-14 17:15:16 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-02-14 17:15:16 +0000
commit1f16b39012eb2086f9a49d56884c5c31889b4142 (patch)
treeb5ef985f9277b098ef5c5f3cf1563501cbb74901 /GenDeb.sh
parent4f6c1dad35e575588b73524692d973dec06447c3 (diff)
downloadMana-1f16b39012eb2086f9a49d56884c5c31889b4142.tar.gz
Mana-1f16b39012eb2086f9a49d56884c5c31889b4142.tar.bz2
Mana-1f16b39012eb2086f9a49d56884c5c31889b4142.tar.xz
Mana-1f16b39012eb2086f9a49d56884c5c31889b4142.zip
Updated GenDeb Script for libxml2
Diffstat (limited to 'GenDeb.sh')
-rwxr-xr-xGenDeb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/GenDeb.sh b/GenDeb.sh
index 14b2a1f5..9aaa1f83 100755
--- a/GenDeb.sh
+++ b/GenDeb.sh
@@ -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)' >>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 'Suggests: Nothing' >>DEBIAN/control;
echo 'Installed-Size: 1200' >>DEBIAN/control;
echo 'Maintainer: Ferreira Yohann <bertram@cegetel.net>' >>DEBIAN/control;
@@ -139,7 +139,7 @@ echo "Cleaning ...";
rm -rf Debian;
echo "You Debian Package is normally ready :"
echo "His name is : manaworld_"$TMW_VERSION"_i386.deb";
-echo "Don't forget you need libsdldebian1.2, lisdl-mixer1.2, libsdl-image1.2 and libguichan to install manaworld.";
+echo "Don't forget you need libsdldebian1.2, lisdl-mixer1.2, libsdl-image1.2, libxml2 and libguichan to install manaworld.";
echo "You can find libguichan in http://guichan.darkbits.org/downloads.shtml";
echo "End of Debian Creation...";