diff --git a/.gitignore b/.gitignore
index a80993a56d6799c99f1445a3ec3e03d687ac4450..2cc26a700279f4d94da66367e58bbcc01be93670 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,7 +64,7 @@ doc/*.html
 /libs/dbus/ltmain.sh
 /libs/dbus/missing
 /src/dbus/org.sflphone.SFLphone.service
-
+/libs/sipUpdate
 
 # Ignore sflphone-gtk stuff
 /sflphone-gtk/config.*
diff --git a/INSTALL b/INSTALL
index e3819dedb696c608ef43fdbbc85eb2b08dfa4db2..23e5f25d0e5f85798dcfb368ecb2f04f59777f61 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
 Installation Instructions
 *************************
 
-Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008 Free
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
 Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
diff --git a/platform/debian/SFLautopackage.sh b/platform/debian/autopackage.sh
similarity index 83%
rename from platform/debian/SFLautopackage.sh
rename to platform/debian/autopackage.sh
index 5ab8c5397b96edc033f6c38e6ae88747139a7710..6fedd7edb24b9b18e0641d5b354c0f5163174c4c 100755
--- a/platform/debian/SFLautopackage.sh
+++ b/platform/debian/autopackage.sh
@@ -2,7 +2,7 @@
 
 # @author: Emmanuel Milou - emmanuel.milou@savoirfairelinux.com
 # Build a binary debian package of sflphone
-# Pre: make install of the all repository
+# Pre requisite: make install of the all repository
 
 if [ $1 = "-h" ]
 then
@@ -24,7 +24,7 @@ essential="no"
 arch="$2"
 homepage="http://www.sflphone.org"
 maintainer="SavoirFaireLinux Inc <emmanuel.milou@savoirfairelinux.com>"
-desc="SFLphone - Answer the call\n SFLphone is meant to be a robust enterprise-class desktop phone. It is design with a hundred-calls-a-day receptionist in mind. It can work for you, too.\n .\n SFLphone is released under the GNU General Public License.\n .\n SFLphone is being developed by the global community, and maintained by Savoir-faire Linux, a Montreal, Quebec, Canada-based Linux consulting company."
+desc="SFLphone - SIP and IAX2 compatible softphone\n SFLphone is meant to be a robust enterprise-class desktop phone. It is design with a hundred-calls-a-day receptionist in mind. It can work for you, too.\n .\n SFLphone is released under the GNU General Public License.\n .\n SFLphone is being developed by the global community, and maintained by Savoir-faire Linux, a Montreal, Quebec, Canada-based Linux consulting company."
 
 # Get the needed stuff
 
@@ -66,6 +66,7 @@ cp $sharedir/sflphone/ringtones/* $sfldir$sharedir/sflphone/ringtones
 #/usr/share/locale/fr/LC_MESSAGES
 mkdir -p $sfldir$sharedir/locale/fr/LC_MESSAGES
 cp $sharedir/locale/fr/LC_MESSAGES/sflphone.mo	$sfldir$sharedir/locale/fr/LC_MESSAGES
+cp $sharedir/locale/es/LC_MESSAGES/sflphone.mo	$sfldir$sharedir/locale/es/LC_MESSAGES
 
 # DEBIAN files
 mkdir -p $debdir 
diff --git a/platform/debian/SFLupdate.sh b/platform/debian/update.sh
similarity index 100%
rename from platform/debian/SFLupdate.sh
rename to platform/debian/update.sh
diff --git a/platform/debian/upload_to_rep.sh b/platform/debian/upload.sh
similarity index 100%
rename from platform/debian/upload_to_rep.sh
rename to platform/debian/upload.sh