Author: Paul_R
Date: 2008-09-22 09:30:36 +0200 (Mon, 22 Sep 2008)
New Revision: 1942

Modified:
   software_suite_v2/tuxware/installers/unix/trunk/build.sh
Log:
* Added dependency "python-dev" for the debian package.
* Removed a temporary file


Modified: software_suite_v2/tuxware/installers/unix/trunk/build.sh
===================================================================
--- software_suite_v2/tuxware/installers/unix/trunk/build.sh    2008-09-22 
06:57:08 UTC (rev 1941)
+++ software_suite_v2/tuxware/installers/unix/trunk/build.sh    2008-09-22 
07:30:36 UTC (rev 1942)
@@ -192,7 +192,7 @@
 
 createControlFileDeb () {
     DEFAULTS_DEPS="libc6(>=2.3), python, libasound2, python-ctypes, 
libstdc++5, \
-python-xml, libportaudio2, openjdk-6-jre"
+python-xml, libportaudio2, openjdk-6-jre, python-dev"
     echo -- Creating the control file
     echo "Package: Tuxsetup" >$CONTROL
     echo "Priority: extra" |tee -a $CONTROL >/dev/null
@@ -295,6 +295,7 @@
     for i in `cat filelist`; do
         rm -rf $i
     done
+    rm filelist
 }
 
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to