diff --git a/debian/autopackage.sh b/debian/autopackage.sh index 4b399495c9f16ebc87b6275bd8b735fc46b0836b..4d6248ca2dd49d3256469f817de477754a8b04d8 100755 --- a/debian/autopackage.sh +++ b/debian/autopackage.sh @@ -24,7 +24,7 @@ essential="no" arch="$2" homepage="http://www.sflphone.org" maintainer="SavoirFaireLinux Inc <emmanuel.milou@savoirfairelinux.com>" -desc="SIP and IAX2 compatible softphone\n SFLphone is meant to be a robust enterprise-class desktop phone.\n 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="SIP and IAX2 compatible softphone\n SFLphone is meant to be a robust enterprise-class desktop phone.\n SFLphone is released under the GNU General Public License.\n SFLphone is being developed by the global community, and maintained by\n Savoir-faire Linux, a Montreal, Quebec, Canada-based Linux consulting company." # Get the needed stuff @@ -39,7 +39,9 @@ debdir="$sfldir/DEBIAN" #/usr/bin mkdir -p $sfldir$bindir cp $bindir/sflphoned $sfldir$bindir +strip $sfldir$bindir/sflphoned cp $bindir/sflphone-gtk $sfldir$bindir +strip $sfldir$bindir/sflphone-gtk ln -sf $sfldir$bindir/sflphone-gtk $sfldir$bindir/sflphone #/usr/lib @@ -47,6 +49,7 @@ mkdir -p $sfldir/usr/lib/sflphone/codecs #/usr/lib/sflphone/codecs cp $libdir/sflphone/codecs/libcodec_* $sfldir$libdir/sflphone/codecs/ +strip $sfldir$libdir/sflphone/codecs/* #/usr/share/applications mkdir -p $sfldir$sharedir/applications diff --git a/debian/changelog.Debian.gz b/debian/changelog.Debian.gz index 48c7f8ed2affc7ff6715fef9ee77707fdcba2556..85ff7527a199962a09c8d939b69620baed9f488d 100644 Binary files a/debian/changelog.Debian.gz and b/debian/changelog.Debian.gz differ diff --git a/debian/copyright b/debian/copyright index 2dd82d1ba2678dadb6aaafea1bdb54ce9d3441a9..efd56141dfef36837c3e00e1681a1345eb6ef038 100644 --- a/debian/copyright +++ b/debian/copyright @@ -23,6 +23,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +Foundation, Inc., 51 Franklyn St, Fifth Floor, Boston, MA 02110-1301, USA.