From b7e7a7915a7e635242d7ac3027a65d4228189201 Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Mon, 21 Apr 2008 16:24:08 -0400 Subject: [PATCH] fix some stuff --- .gitignore | 2 +- INSTALL | 2 +- platform/debian/{SFLautopackage.sh => autopackage.sh} | 5 +++-- platform/debian/{SFLupdate.sh => update.sh} | 0 platform/debian/{upload_to_rep.sh => upload.sh} | 0 5 files changed, 5 insertions(+), 4 deletions(-) rename platform/debian/{SFLautopackage.sh => autopackage.sh} (83%) rename platform/debian/{SFLupdate.sh => update.sh} (100%) rename platform/debian/{upload_to_rep.sh => upload.sh} (100%) diff --git a/.gitignore b/.gitignore index a80993a56d..2cc26a7002 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 e3819dedb6..23e5f25d0e 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 5ab8c5397b..6fedd7edb2 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 -- GitLab