Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-daemon
Commits
52d86aaf
Commit
52d86aaf
authored
Oct 20, 2009
by
Julien Bonjean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#2181] Updated
parent
13f1cdae
Changes
15
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
1728 additions
and
115 deletions
+1728
-115
.gitignore
.gitignore
+112
-98
tools/build-system/launchpad/sflphone-common/debian/changelog.jaunty
...-system/launchpad/sflphone-common/debian/changelog.jaunty
+17
-17
tools/build-system/launchpad/sflphone-common/debian/changelog.karmic
...-system/launchpad/sflphone-common/debian/changelog.karmic
+1284
-0
tools/build-system/launchpad/sflphone-common/debian/compat
tools/build-system/launchpad/sflphone-common/debian/compat
+1
-0
tools/build-system/launchpad/sflphone-common/debian/control.jaunty
...ld-system/launchpad/sflphone-common/debian/control.jaunty
+19
-0
tools/build-system/launchpad/sflphone-common/debian/control.karmic
...ld-system/launchpad/sflphone-common/debian/control.karmic
+19
-0
tools/build-system/launchpad/sflphone-common/debian/copyright
...s/build-system/launchpad/sflphone-common/debian/copyright
+28
-0
tools/build-system/launchpad/sflphone-common/debian/cron.d
tools/build-system/launchpad/sflphone-common/debian/cron.d
+4
-0
tools/build-system/launchpad/sflphone-common/debian/dirs
tools/build-system/launchpad/sflphone-common/debian/dirs
+9
-0
tools/build-system/launchpad/sflphone-common/debian/docs
tools/build-system/launchpad/sflphone-common/debian/docs
+6
-0
tools/build-system/launchpad/sflphone-common/debian/manpages
tools/build-system/launchpad/sflphone-common/debian/manpages
+1
-0
tools/build-system/launchpad/sflphone-common/debian/postinst
tools/build-system/launchpad/sflphone-common/debian/postinst
+56
-0
tools/build-system/launchpad/sflphone-common/debian/postrm
tools/build-system/launchpad/sflphone-common/debian/postrm
+36
-0
tools/build-system/launchpad/sflphone-common/debian/preinst
tools/build-system/launchpad/sflphone-common/debian/preinst
+16
-0
tools/build-system/launchpad/sflphone-common/debian/rules
tools/build-system/launchpad/sflphone-common/debian/rules
+120
-0
No files found.
.gitignore
View file @
52d86aaf
...
...
@@ -63,40 +63,40 @@ sflphone-client-gnome/stamp-h1
/libs/pjproject-1.0.3/third_party/build/portaudio/os-auto.mak
# Makefile
sflphone-common/src/Makefile
sflphone-common/src/dbus/Makefile
sflphone-common/src/config/Makefile
sflphone-common/src/plug-in/Makefile
sflphone-common/src/plug-in/test/Makefile
sflphone-common/src/plug-in/audiorecorder/Makefile
sflphone-common/src/audio/Makefile
sflphone-common/src/audio/codecs/Makefile
sflphone-common/src/audio/codecs/ilbc/Makefile
sflphone-common/src/hooks/Makefile
sflphone-common/doc/Makefile
sflphone-common/man/Makefile
sflphone-common/po/Makefile
sflphone-common/test/Makefile
sflphone-common/ringtones/Makefile
sflphone-common/doc/doxygen/Makefile
sflphone-common/libs/Makefile
sflphone-common/libs/utilspp/Makefile
sflphone-common/libs/stund/Makefile
sflphone-common/libs/iax2/Makefile
sflphone-common/libs/utilspp/functor/Makefile
sflphone-common/libs/utilspp/singleton/Makefile
sflphone-client-gnome/Makefile
sflphone-client-gnome/src/Makefile
sflphone-client-gnome/src/config/Makefile
sflphone-client-gnome/src/dbus/Makefile
sflphone-client-gnome/src/contacts/Makefile
sflphone-client-gnome/src/contacts/addressbook/Makefile
sflphone-client-gnome/pixmaps/Makefile
sflphone-client-gnome/tests/Makefile
sflphone-client-gnome/man/Makefile
sflphone-client-gnome/src/widget/Makefile
sflphone-client-gnome/doc/Makefile
sflphone-client-gnome/po/Makefile
/
sflphone-common/src/Makefile
/
sflphone-common/src/dbus/Makefile
/
sflphone-common/src/config/Makefile
/
sflphone-common/src/plug-in/Makefile
/
sflphone-common/src/plug-in/test/Makefile
/
sflphone-common/src/plug-in/audiorecorder/Makefile
/
sflphone-common/src/audio/Makefile
/
sflphone-common/src/audio/codecs/Makefile
/
sflphone-common/src/audio/codecs/ilbc/Makefile
/
sflphone-common/src/hooks/Makefile
/
sflphone-common/doc/Makefile
/
sflphone-common/man/Makefile
/
sflphone-common/po/Makefile
/
sflphone-common/test/Makefile
/
sflphone-common/ringtones/Makefile
/
sflphone-common/doc/doxygen/Makefile
/
sflphone-common/libs/Makefile
/
sflphone-common/libs/utilspp/Makefile
/
sflphone-common/libs/stund/Makefile
/
sflphone-common/libs/iax2/Makefile
/
sflphone-common/libs/utilspp/functor/Makefile
/
sflphone-common/libs/utilspp/singleton/Makefile
/
sflphone-client-gnome/Makefile
/
sflphone-client-gnome/src/Makefile
/
sflphone-client-gnome/src/config/Makefile
/
sflphone-client-gnome/src/dbus/Makefile
/
sflphone-client-gnome/src/contacts/Makefile
/
sflphone-client-gnome/src/contacts/addressbook/Makefile
/
sflphone-client-gnome/pixmaps/Makefile
/
sflphone-client-gnome/tests/Makefile
/
sflphone-client-gnome/man/Makefile
/
sflphone-client-gnome/src/widget/Makefile
/
sflphone-client-gnome/doc/Makefile
/
sflphone-client-gnome/po/Makefile
# Ignore sflphone-client-gnome stuff
...
...
@@ -123,73 +123,87 @@ sflphone-client-gnome/po/Makefile
# Ignore sub-modules stuff
## libiax2
sflphone-common/libs/libiax2/doc/html
sflphone-common/libs/libiax2/config.*
sflphone-common/libs/libiax2/autom4te.cache
sflphone-common/libs/libiax2/src/.libs
sflphone-common/libs/libiax2/libtool
sflphone-common/libs/libiax2/ltmain.sh
sflphone-common/libs/libiax2/iax-config
sflphone-common/libs/libiax2/configure
sflphone-common/libs/libiax2/Makefile
sflphone-common/libs/libiax2/iax2-config
sflphone-common/libs/libiax2/src/Makefile
sflphone-common
/
sflphone-common/libs/libiax2/doc/html
/
sflphone-common/libs/libiax2/config.*
/
sflphone-common/libs/libiax2/autom4te.cache
/
sflphone-common/libs/libiax2/src/.libs
/
sflphone-common/libs/libiax2/libtool
/
sflphone-common/libs/libiax2/ltmain.sh
/
sflphone-common/libs/libiax2/iax-config
/
sflphone-common/libs/libiax2/configure
/
sflphone-common/libs/libiax2/Makefile
/
sflphone-common/libs/libiax2/iax2-config
/
sflphone-common/libs/libiax2/src/Makefile
/
sflphone-common
## dbus-c++
sflphone-common/libs/dbus-c++/Makefile
sflphone-common/libs/dbus-c++/autom4te.cache/requests
sflphone-common/libs/dbus-c++/config.log
sflphone-common/libs/dbus-c++/Makefile
sflphone-common/libs/dbus-c++/autom4te.cache/requests
sflphone-common/libs/dbus-c++/config.log
sflphone-common/libs/dbus-c++/config.status
sflphone-common/libs/dbus-c++/configure
sflphone-common/libs/dbus-c++/data/Makefile
sflphone-common/libs/dbus-c++/dbus-c++-1-uninstalled.pc
sflphone-common/libs/dbus-c++/dbus-c++-1.pc
sflphone-common/libs/dbus-c++/doc/Doxyfile
sflphone-common/libs/dbus-c++/doc/Makefile
sflphone-common/libs/dbus-c++/examples/Makefile
sflphone-common/libs/dbus-c++/examples/echo/.libs/
sflphone-common/libs/dbus-c++/examples/echo/Makefile
sflphone-common/libs/dbus-c++/examples/echo/echo-client-glue.h
sflphone-common/libs/dbus-c++/examples/echo/echo-client-mt
sflphone-common/libs/dbus-c++/examples/echo/echo-server
sflphone-common/libs/dbus-c++/examples/echo/echo-server-glue.h
sflphone-common/libs/dbus-c++/examples/glib/Makefile
sflphone-common/libs/dbus-c++/examples/glib/dbus-glue.h
sflphone-common/libs/dbus-c++/examples/hal/.libs/
sflphone-common/libs/dbus-c++/examples/hal/Makefile
sflphone-common/libs/dbus-c++/examples/hal/hal-listen
sflphone-common/libs/dbus-c++/examples/properties/.libs/
sflphone-common/libs/dbus-c++/examples/properties/Makefile
sflphone-common/libs/dbus-c++/examples/properties/propsgs-client
sflphone-common/libs/dbus-c++/examples/properties/propsgs-glue-adaptor.h
sflphone-common/libs/dbus-c++/examples/properties/propsgs-glue-proxy.h
sflphone-common/libs/dbus-c++/examples/properties/propsgs-server
sflphone-common/libs/dbus-c++/include/dbus-c++/config.h
sflphone-common/libs/dbus-c++/include/dbus-c++/stamp-h1
sflphone-common/libs/dbus-c++/src/.libs/
sflphone-common/libs/dbus-c++/src/Makefile
sflphone-common/libs/dbus-c++/tools/.libs/
sflphone-common/libs/dbus-c++/tools/Makefile
sflphone-common/libs/dbus-c++/tools/dbusxx-introspect
sflphone-common/libs/dbus-c++/tools/dbusxx-xml2cpp
/sflphone-common/libs/dbus-c++/Makefile
/sflphone-common/libs/dbus-c++/autom4te.cache/requests
/sflphone-common/libs/dbus-c++/config.log
/sflphone-common/libs/dbus-c++/Makefile
/sflphone-common/libs/dbus-c++/autom4te.cache/requests
/sflphone-common/libs/dbus-c++/config.log
/sflphone-common/libs/dbus-c++/config.status
/sflphone-common/libs/dbus-c++/configure
/sflphone-common/libs/dbus-c++/data/Makefile
/sflphone-common/libs/dbus-c++/dbus-c++-1-uninstalled.pc
/sflphone-common/libs/dbus-c++/dbus-c++-1.pc
/sflphone-common/libs/dbus-c++/doc/Doxyfile
/sflphone-common/libs/dbus-c++/doc/Makefile
/sflphone-common/libs/dbus-c++/examples/Makefile
/sflphone-common/libs/dbus-c++/examples/echo/.libs/
/sflphone-common/libs/dbus-c++/examples/echo/Makefile
/sflphone-common/libs/dbus-c++/examples/echo/echo-client-glue.h
/sflphone-common/libs/dbus-c++/examples/echo/echo-client-mt
/sflphone-common/libs/dbus-c++/examples/echo/echo-server
/sflphone-common/libs/dbus-c++/examples/echo/echo-server-glue.h
/sflphone-common/libs/dbus-c++/examples/glib/Makefile
/sflphone-common/libs/dbus-c++/examples/glib/dbus-glue.h
/sflphone-common/libs/dbus-c++/examples/hal/.libs/
/sflphone-common/libs/dbus-c++/examples/hal/Makefile
/sflphone-common/libs/dbus-c++/examples/hal/hal-listen
/sflphone-common/libs/dbus-c++/examples/properties/.libs/
/sflphone-common/libs/dbus-c++/examples/properties/Makefile
/sflphone-common/libs/dbus-c++/examples/properties/propsgs-client
/sflphone-common/libs/dbus-c++/examples/properties/propsgs-glue-adaptor.h
/sflphone-common/libs/dbus-c++/examples/properties/propsgs-glue-proxy.h
/sflphone-common/libs/dbus-c++/examples/properties/propsgs-server
/sflphone-common/libs/dbus-c++/include/dbus-c++/config.h
/sflphone-common/libs/dbus-c++/include/dbus-c++/stamp-h1
/sflphone-common/libs/dbus-c++/src/.libs/
/sflphone-common/libs/dbus-c++/src/Makefile
/sflphone-common/libs/dbus-c++/tools/.libs/
/sflphone-common/libs/dbus-c++/tools/Makefile
/sflphone-common/libs/dbus-c++/tools/dbusxx-introspect
/sflphone-common/libs/dbus-c++/tools/dbusxx-xml2cpp
# Ignore temp files
*~
# GNOME doc file
sflphone-client-gnome/gnome-doc-utils.make
sflphone-client-gnome/doc/de/
sflphone-client-gnome/doc/fr/
sflphone-client-gnome/doc/es/
sflphone-client-gnome/doc/it/
sflphone-client-gnome/doc/ko/
sflphone-client-gnome/doc/pl/
sflphone-client-gnome/doc/pt/
sflphone-client-gnome/doc/pt_BR/
sflphone-client-gnome/doc/ru/
sflphone-client-gnome/doc/zh_CN/
sflphone-client-gnome/doc/zh_TW/
sflphone-client-gnome/doc/zh_HK/
/sflphone-client-gnome/gnome-doc-utils.make
/sflphone-client-gnome/doc/de/
/sflphone-client-gnome/doc/fr/
/sflphone-client-gnome/doc/es/
/sflphone-client-gnome/doc/it/
/sflphone-client-gnome/doc/ko/
/sflphone-client-gnome/doc/pl/
/sflphone-client-gnome/doc/pt/
/sflphone-client-gnome/doc/pt_BR/
/sflphone-client-gnome/doc/ru/
/sflphone-client-gnome/doc/zh_CN/
/sflphone-client-gnome/doc/zh_TW/
/sflphone-client-gnome/doc/zh_HK/
# build system
/tools/build-system/launchpad/sflphone-common
!/tools/build-system/launchpad/sflphone-common/debian
/tools/build-system/launchpad/sflphone-client-gnome
!/tools/build-system/launchpad/sflphone-client-gnome/debian
/tools/build-system/launchpad/sflphone-client-kde
!/tools/build-system/launchpad/sflphone-client-kde/debian
/tools/build-system/launchpad/*.dsc
/tools/build-system/launchpad/*.changes
/tools/build-system/launchpad/*.tar.gz
/tools/build-system/launchpad/*.build
/tools/build-system/launchpad/*.upload
tools/build-system/launchpad/sflphone-c
lient-gnome
/debian/changelog
→
tools/build-system/launchpad/sflphone-c
ommon
/debian/changelog
.jaunty
View file @
52d86aaf
sflphone-c
lient-gnome (ppa~karmic
~snapshot2009101902)
karmic
; urgency=low
sflphone-c
ommon (ppa~jaunty
~snapshot2009101902)
jaunty
; urgency=low
** 0.9.6 **
...
...
@@ -63,9 +63,9 @@ sflphone-client-gnome (ppa~karmic~snapshot2009101902) karmic; urgency=low
* [#1425] Put actions in SFLPhone window class instead of ui view,
made a separate toolbar for screens.
-- SFLphone Automatic Build System <team@sflphone.org> Mon, 27 Jul 2009 09:53:
19
-0400
-- SFLphone Automatic Build System <team@sflphone.org> Mon, 27 Jul 2009 09:53:
00
-0400
sflphone-c
lient-gnome
(0.9.6~rc2-SYSVER) SYSTEM; urgency=low
sflphone-c
ommon
(0.9.6~rc2-SYSVER) SYSTEM; urgency=low
** 0.9.6~rc2 **
...
...
@@ -118,9 +118,9 @@ sflphone-client-gnome (0.9.6~rc2-SYSVER) SYSTEM; urgency=low
* common po files
* [#1753] Remove ILBC from pjproject
-- SFLphone Automatic Build System <team@sflphone.org> Fri, 17 Jul 2009 19:12:
58
-0400
-- SFLphone Automatic Build System <team@sflphone.org> Fri, 17 Jul 2009 19:12:
44
-0400
sflphone-c
lient-gnome
(0.9.6~rc1-SYSVER) SYSTEM; urgency=low
sflphone-c
ommon
(0.9.6~rc1-SYSVER) SYSTEM; urgency=low
** 0.9.6~rc1 **
...
...
@@ -226,9 +226,9 @@ sflphone-client-gnome (0.9.6~rc1-SYSVER) SYSTEM; urgency=low
* [#1317] Changed tag convention
* [#1317] Cleaned git-dch
-- SFLphone Automatic Build System <team@sflphone.org> Fri, 10 Jul 2009 15:
50:2
6 -0400
-- SFLphone Automatic Build System <team@sflphone.org> Fri, 10 Jul 2009 15:
49:5
6 -0400
sflphone-c
lient-gnome
(0.9.6~beta-SYSVER) SYSTEM; urgency=low
sflphone-c
ommon
(0.9.6~beta-SYSVER) SYSTEM; urgency=low
** 0.9.6~beta **
...
...
@@ -521,9 +521,9 @@ sflphone-client-gnome (0.9.6~beta-SYSVER) SYSTEM; urgency=low
* Config Dialog almost finished.
* Base of QT client
-- SFLphone Automatic Build System <team@sflphone.org> Tue, 23 Jun 2009 11:1
3:42
-0400
-- SFLphone Automatic Build System <team@sflphone.org> Tue, 23 Jun 2009 11:1
2:06
-0400
sflphone-c
lient-gnome
(0.9.5-SYSVER) SYSTEM; urgency=low
sflphone-c
ommon
(0.9.5-SYSVER) SYSTEM; urgency=low
** 0.9.5 release **
...
...
@@ -552,9 +552,9 @@ sflphone-client-gnome (0.9.5-SYSVER) SYSTEM; urgency=low
* [#1406] add liblog4c-dev in build-depends
* [#1409] Restore .desktop icon
-- SFLphone Automatic Build System <team@sflphone.org> Mon, 25 May 2009 11:34:4
8
-0400
-- SFLphone Automatic Build System <team@sflphone.org> Mon, 25 May 2009 11:34:4
0
-0400
sflphone-c
lient-gnome
(0.9.5-SYSVER~rc2) SYSTEM; urgency=low
sflphone-c
ommon
(0.9.5-SYSVER~rc2) SYSTEM; urgency=low
** 0.9.5 rc2 **
...
...
@@ -606,9 +606,9 @@ sflphone-client-gnome (0.9.5-SYSVER~rc2) SYSTEM; urgency=low
* Bug #1405: Fix strings as requested.
* Bug #1404: Fix strings in preferences panel.
-- SFLphone Automatic Build System <team@sflphone.org> Tue, 19 May 2009 12:08:
18
-0400
-- SFLphone Automatic Build System <team@sflphone.org> Tue, 19 May 2009 12:08:
03
-0400
sflphone-c
lient-gnome
(0.9.5-0ubuntu1~rc1) SYSTEM; urgency=low
sflphone-c
ommon
(0.9.5-0ubuntu1~rc1) SYSTEM; urgency=low
[ SFLphone Project ]
* [#1262] Updated changelogs for version 0.9.5-0ubuntu1 Snapshot 2009-
...
...
@@ -635,9 +635,9 @@ sflphone-client-gnome (0.9.5-0ubuntu1~rc1) SYSTEM; urgency=low
[ Sflphone Project ]
-- Sflphone Project <sflphone@mtl.savoirfairelinux.net> Tue, 05 May 2009 19:16:
13
-0400
-- Sflphone Project <sflphone@mtl.savoirfairelinux.net> Tue, 05 May 2009 19:16:
09
-0400
sflphone-c
lient-gnome
(0.9.5-0ubuntu1~beta) SYSTEM; urgency=low
sflphone-c
ommon
(0.9.5-0ubuntu1~beta) SYSTEM; urgency=low
[ Julien Bonjean ]
* Updated Eclipse stuff
...
...
@@ -857,9 +857,9 @@ sflphone-client-gnome (0.9.5-0ubuntu1~beta) SYSTEM; urgency=low
[ Sflphone Project ]
-- Sflphone Project <sflphone@mtl.savoirfairelinux.net> Mon, 27 Apr 2009 17:00
:03
-0400
-- Sflphone Project <sflphone@mtl.savoirfairelinux.net> Mon, 27 Apr 2009 1
6:5
7:00 -0400
sflphone-c
lient-gnome
(0.9.4-0ubuntu2) SYSTEM; urgency=low
sflphone-c
ommon
(0.9.4-0ubuntu2) SYSTEM; urgency=low
[ Alexandre Savard ]
* Restore speex and GSM detection
...
...
tools/build-system/launchpad/sflphone-common/debian/changelog.karmic
0 → 100644
View file @
52d86aaf
This diff is collapsed.
Click to expand it.
tools/build-system/launchpad/sflphone-common/debian/compat
0 → 100644
View file @
52d86aaf
5
tools/build-system/launchpad/sflphone-common/debian/control.jaunty
0 → 100644
View file @
52d86aaf
Source: sflphone-common
Maintainer: SavoirFaireLinux Inc <julien.bonjean@savoirfairelinux.com>
Section: gnome
Priority: optional
Build-Depends: debhelper, libgcc1 , autoconf, automake, libpulse-dev, libsamplerate0-dev, libcommoncpp2-dev, libccrtp-dev, libgsm1-dev, libspeex-dev, libtool, libdbus-1-dev, libasound2-dev, libspeexdsp-dev, uuid-dev, libexpat1-dev, libzrtpcpp-dev, libssl-dev
Standards-Version: 3.7.3
Package: sflphone-common
Priority: optional
Architecture: any
Depends: libsamplerate0, libexpat1 , libc6, libcommoncpp2-1.6-0, libgsm1, libspeex1, libdbus-1-3, libasound2, libpulse0, libccrtp1-1.6-1, libspeexdsp1, libzrtpcpp-1.3-0, libssl0.9.8
Replaces: sflphone
Conflicts: sflphone
Homepage: http://www.sflphone.org
Description: SIP and IAX2 compatible softphone - Core
SFLphone is meant to be a robust enterprise-class desktop phone.
SFLphone is released under the GNU General Public License.
SFLphone is being developed by the global community, and maintained by
Savoir-faire Linux, a Montreal, Quebec, Canada-based Linux consulting company.
tools/build-system/launchpad/sflphone-c
lient-gnome
/debian/control
→
tools/build-system/launchpad/sflphone-c
ommon
/debian/control
.karmic
View file @
52d86aaf
Source: sflphone-c
lient-gnome
Source: sflphone-c
ommon
Maintainer: SavoirFaireLinux Inc <julien.bonjean@savoirfairelinux.com>
Section: gnome
Priority: optional
Build-Depends: debhelper, libgcc1, autoconf, automake, lib
tool, libgtk2.0-dev, libdbus-glib-
1-dev, lib
notify
-dev, lib
ebook1.2-dev, check, liblog4c-dev, libgnome
ui-dev,
gnome-doc-utils, rarian-compat
Build-Depends: debhelper, libgcc1
, autoconf, automake, lib
pulse-dev, libsamplerate0-dev, libcommoncpp2-dev, libccrtp-dev, libgsm
1-dev, lib
speex
-dev, lib
tool, libdbus-1-dev, libasound2-dev, libspeexdsp-dev, u
ui
d
-dev,
libexpat1-dev, libzrtpcpp-dev, libssl-dev
Standards-Version: 3.7.3
Package: sflphone-c
lient-gnome
Package: sflphone-c
ommon
Priority: optional
Architecture: any
Depends:
sflphone-common (=${source:Version}), libdbus-glib-1-2, libgtk2.0
-0, lib
c6
, lib
glib2.0-0
, libdbus-
glib-
1-
2
, lib
notify1, librsvg2-common, liblog4c3, libebook1.2-9, libgnomeui-0
Depends:
libsamplerate0, libexpat1 , libc6, libccgnu2-1.7
-0, lib
gsm1
, lib
speex1
, libdbus-1-
3
, lib
asound2, libpulse0, libccrtp1-1.7-0, libspeexdsp1, libzrtpcpp-1.4-0, libssl0.9.8
Replaces: sflphone
Conflicts: sflphone
Homepage: http://www.sflphone.org
Description: GNOME client for SFLphone
Provide a GNOME client for SFLphone.
Description: SIP and IAX2 compatible softphone - Core
SFLphone is meant to be a robust enterprise-class desktop phone.
SFLphone is released under the GNU General Public License.
SFLphone is being developed by the global community, and maintained by
...
...
tools/build-system/launchpad/sflphone-common/debian/copyright
0 → 100644
View file @
52d86aaf
This package was debianized by Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> on
Fri, 3 Apr 2009 09:47:53 -0500.
It was downloaded from the git repository of SFLphone: git://sflphone.org/git/sflphone.git
Upstream Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Copyright:
Savoir-Faire Linux Inc.
License:
This software is copyright (c) 2004-2009 Savoir-Faire Linux inc.
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., 51 Franklyn St, Fifth Floor, Boston, MA 02110-1301, USA.
tools/build-system/launchpad/sflphone-common/debian/cron.d
0 → 100644
View file @
52d86aaf
#
#
Regular
cron
jobs
for
the
sflphone
package
#
0
4
*
*
*
root
sflphone_maintenance
tools/build-system/launchpad/sflphone-common/debian/dirs
0 → 100644
View file @
52d86aaf
usr/bin
usr/lib
usr/lib/sflphone
usr/share/applications
usr/share/dbus-1/services
usr/share/sflphone/ringtones
usr/share/locale
usr/share/doc
usr/share/man
tools/build-system/launchpad/sflphone-common/debian/docs
0 → 100644
View file @
52d86aaf
NEWS
README
TODO
ChangeLog
AUTHORS
tools/build-system/launchpad/sflphone-common/debian/manpages
0 → 100644
View file @
52d86aaf
debian/sflphone-common/usr/share/man/man1/sflphoned.1
tools/build-system/launchpad/sflphone-common/debian/postinst
0 → 100644
View file @
52d86aaf
#!/bin/bash
# postinst script for sflphone-common
#
# see: dh_installdeb(1)
# Script to copy and move, if exists, configuration file sflphonedrc and history in the XDG directory
# Freedesktop specifications: http://standards.freedesktop.org/basedir-spec/latest/
set
-e
INST_CONFIG
=
"
$HOME
/.sflphone/sflphonedrc"
;
INST_DATA
=
"
$HOME
/.sflphone/history"
;
INST_CACHE
=
"
$HOME
/.sflphone/sfl.pid"
;
NEW_INST_CONFIG
=
NEW_INST_DATA
=
NEW_INST_CACHE
=
# Set the XDG CONFIG directory to the default one or to the path set in the environment variable
if
[
-z
$XDG_CONFIG_HOME
]
;
then
NEW_INST_CONFIG
=
$HOME
"/.config/sflphone/"
;
# This is the standard path
else
NEW_INST_CONFIG
=
$XDG_CONFIG_HOME
;
fi
;
# Set the XDG DATA directory to the default one or to the path set in the environment variable
if
[
-z
$XDG_DATA_HOME
]
;
then
NEW_INST_DATA
=
$HOME
"/.local/share/sflphone/"
;
# This is the standard path
else
NEW_INST_DATA
=
$XDG_DATA_HOME
;
fi
;
# Move the configuration file
if
[
-f
$INST_CONFIG
]
;
then
echo
"Moving the configuration file into
$NEW_INST_CONFIG
directory"
;
if
[
!
-d
$NEW_INST_CONFIG
]
;
then
mkdir
$NEW_INST_CONFIG
;
fi
mv
$INST_CONFIG
$NEW_INST_CONFIG
;
fi
# Move the history
if
[
-f
$INST_DATA
]
;
then
echo
"Moving the history file into
$NEW_INST_DATA
directory"
;
if
[
!
-d
$NEW_INST_DATA
]
;
then
mkdir
$NEW_INST_DATA
;
fi
mv
$INST_DATA
$NEW_INST_DATA
;
fi
# Remove the directory
# rmdir $HOME"/.sflphone";
echo
"You may remove the
$HOME
/.sflphone, the application won't use it anymore, but the XDG directories instead. Thank you."
;
exit
0
tools/build-system/launchpad/sflphone-common/debian/postrm
0 → 100644
View file @
52d86aaf
#!/bin/sh
# postrm script for sflphone
#
# see: dh_installdeb(1)
set
-e
# summary of how this script can be called:
# * <postrm> `remove'
# * <postrm> `purge'
# * <old-postrm> `upgrade' <new-version>
# * <new-postrm> `failed-upgrade' <old-version>
# * <new-postrm> `abort-install'
# * <new-postrm> `abort-install' <old-version>
# * <new-postrm> `abort-upgrade' <old-version>
# * <disappearer's-postrm> `disappear' <overwriter>
# <overwriter-version>
# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package
if
[
"
$1
"
=
"purge"
]
then
# remove the user config file
rm
-f
$HOME
/.sflphone/sflphonedrc
fi
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
exit
0
tools/build-system/launchpad/sflphone-common/debian/preinst
0 → 100644
View file @
52d86aaf
#!/bin/sh
# postrm script for sflphone
#
# see: dh_installdeb(1)
set
-e
package
=
sflphone
case
"
$1
"
in
install
|
upgrade
)
# Clear the old dbus-c++ and iax2 if presents
;;
esac
exit
0
tools/build-system/launchpad/sflphone-common/debian/rules
0 → 100755
View file @
52d86aaf
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export
DH_OPTIONS
package
=
sflphone-common
CXX
=
g++-4.0
CFLAGS
=
-Wall
-g
DEB_INSTALL_MANPAGES_sflphone_common
=
sflphoned.1
configure
:
configure-stamp
configure-stamp
:
dh_testdir
# Add here commands to configure the package.
./autogen.sh
./configure
--prefix
=
/usr
cd
libs/pjproject
;
./autogen.sh
;
./configure
--prefix
=
/usr
touch
configure-stamp
#Architecture
build
:
build-arch build-indep
build-arch
:
build-arch-stamp
build-arch-stamp
:
configure-stamp
# Add here commands to compile the arch part of the package.
cd
libs/pjproject;
$(MAKE)
dep;
$(MAKE)
clean;
$(MAKE)
$(MAKE)
touch
$@
build-indep
:
build-indep-stamp
build-indep-stamp
:
configure-stamp
# Add here commands to compile the indep part of the package.
#$(MAKE) doc
touch
$@
clean
:
dh_testdir
dh_testroot
rm
-f
build-arch-stamp build-indep-stamp configure-stamp
# Add here commands to clean up after the build process.
[
!
-f
Makefile
]
||
$(MAKE)
distclean
ifneq
"$(wildcard /usr/share/misc/config.sub)" ""
cp
-f
/usr/share/misc/config.sub
config.sub
endif
ifneq
"$(wildcard /usr/share/misc/config.guess)" ""
cp
-f
/usr/share/misc/config.guess
config.guess
endif
dh_clean
install
:
install-indep install-arch
install-indep
:
dh_testdir
dh_testroot
dh_clean
-k
-i
dh_installdirs
-i
# Add here commands to install the package into debian/sflphone.
install-arch
:
dh_testdir
dh_testroot
dh_clean
-k
-s
dh_installdirs
-s
# Add here commands to install the arch part of the package into
# debian/tmp.
$(MAKE)
DESTDIR
=
$(CURDIR)
/debian/
$(package)
install
cd
libs/pjproject
;
$(MAKE)
prefix
=
$(CURDIR)
/debian/
$(package)
/usr
install
rm
-rf
$(CURDIR)
/debian/
$(package)
/usr/include
dh_install
-s
# Must not depend on anything. This is to be called by
# binary-arch/binary-indep
# in another 'make' thread.