diff --git a/platform/debian/Release b/platform/debian/Release index 116d3eaeafdb43becbc2bcc223fab5e2184575c1..7fb4d2cd9ab47a7db36db62a5fbbdea976a4655d 100644 --- a/platform/debian/Release +++ b/platform/debian/Release @@ -1,5 +1,5 @@ Archive : unstable -Version: 0.8.5 +Version: 0.9 Component : universe Origin : SFLphone Label : sflphone diff --git a/platform/debian/TODO b/platform/debian/TODO new file mode 100644 index 0000000000000000000000000000000000000000..9629dfc30d3f056cab6af72efd5493216aaf12cc --- /dev/null +++ b/platform/debian/TODO @@ -0,0 +1 @@ +Please refers to the official site: http://www.sflphone.org, rubrique Goals diff --git a/platform/debian/autopackage.sh b/platform/debian/autopackage.sh index 923f4ee24c36308abf8628b51c6f498e05ca19f1..c7fe7c37df9d6bde569c0b42a4d1ba4ee7e5c50f 100755 --- a/platform/debian/autopackage.sh +++ b/platform/debian/autopackage.sh @@ -12,7 +12,7 @@ then fi # Libraries dependencies -dependencies="libgcc1 , libsamplerate0 (>=0.1.2) , libdbus-glib-1-2 (>= 0.73), libexpat1 , libgtk2.0-0 , gnome-common , libc6 (>= 2.3.6-6) , libglib2.0-0 (>= 2.12.0) , libosip2-2, libexosip2-4, libcommoncpp2-1.6-0 , libccrtp1-1.6-0 , libiax0 , libgtkglext1" +dependencies="libgcc1 , libsamplerate0 (>=0.1.2) , libdbus-glib-1-2 (>= 0.73), libexpat1 , libgtk2.0-0 , gnome-common , libc6 (>= 2.3.6-6) , libglib2.0-0 (>= 2.12.0) , libosip2-2, libexosip2-4, libcommoncpp2-1.6-0 , libccrtp1-1.6-0 , libiax0 , libgsm1 (>=1.0.10) , libspeex1 (>=1.1.12)" # Package Infos package="sflphone" @@ -44,9 +44,16 @@ ln -sf $bindir/sflphone-gtk $sfldir$bindir/sflphone #/usr/lib mkdir -p $sfldir/usr/lib/sflphone/codecs +# dbus cp $libdir/libdbus-c++-1.so $sfldir$libdir cp $libdir/libdbus-c++-1.so.0 $sfldir$libdir cp $libdir/libdbus-c++-1.so.0.0.0 $sfldir$libdir +# iax2 +cp $libdir/libiax2.so.0.0.0 $sfldir$libdir +ln -sf $libdir/libiax2.so.0.0.0 $sfldir$libdir/libiax2.so.0 +ln -sf $libdir/libiax2.so.0.0.0 $sfldir$libdir/libiax2.so +chmod 755 $sfldir$libdir/libiax2.so.0.0.0 + #/usr/lib/sflphone/codecs cp $libdir/sflphone/codecs/libcodec_* $sfldir$libdir/sflphone/codecs/ @@ -67,7 +74,13 @@ 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 +mkdir -p $sfldir$sharedir/locale/es/LC_MESSAGES cp $sharedir/locale/es/LC_MESSAGES/sflphone.mo $sfldir$sharedir/locale/es/LC_MESSAGES +#/usr/share/doc/sflphone +mkdir -p $sfldir$sharedir/doc/sflphone +cp changelog.Debian.gz $sfldir$sharedir/doc/sflphone +cp copyright $sfldir$sharedir/doc/sflphone +cp TODO $sfldir$sharedir/doc/sflphone # DEBIAN files mkdir -p $debdir diff --git a/platform/debian/changelog.Debian.gz b/platform/debian/changelog.Debian.gz new file mode 100644 index 0000000000000000000000000000000000000000..fc7a289da4544fe21811e35170d8227c5da208af Binary files /dev/null and b/platform/debian/changelog.Debian.gz differ diff --git a/platform/debian/copyright b/platform/debian/copyright index 8da0bb92a2290009163eb209eb3bbeacb9297c16..2dd82d1ba2678dadb6aaafea1bdb54ce9d3441a9 100644 --- a/platform/debian/copyright +++ b/platform/debian/copyright @@ -1,5 +1,5 @@ This package was debianized by Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> -Fri, 21 Mar 2008 11:37:53 -0500. +Wed, 30 Apr 2008 11:37:53 -0500. It was downloaded from the git repository of SFLphone: git://sflphone.org/git/sflphone.git @@ -15,3 +15,14 @@ You are free to distribute this software under the terms of the GNU General Public License version 3. On Debian systems, the complete text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL'. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +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. + +