Commit Graph

397 Commits

Author SHA1 Message Date
Travis Cross eff41a9336 Start DBs before FS if possible
Thanks-to: Humberto Diógenes <hdiogenes@gmail.com>
2014-01-30 14:13:26 +00:00
Travis Cross e30b6ff4c7 Fix mod_cluechoo error on load
mod_cluechoo needs to be linked against ncurses or we receive an error
about undefined symbols when loading the module.  How did this ever
work?

Thanks-to: Dušan Dragić <dragic.dusan@gmail.com>

FS-5965
2014-01-26 18:03:11 +00:00
Travis Cross 0da34180ee Add util option to customize suite names
This lets us set the suite name in the changelog file to
e.g. sid-experimental.  This way we can share a single debian repo URL
for all versions, but make sure that incoming files are directed to
the correct distro.
2014-01-21 07:09:32 +00:00
Travis Cross 3d3ad20673 Build debian packages verbosely 2014-01-20 00:32:42 +00:00
Travis Cross cab4fd4f77 Add convenience option for building a small subset of modules 2014-01-17 19:51:34 +00:00
Travis Cross 51f7c9d3e7 Add option to install build-deps needed by debian/util.sh 2014-01-17 19:51:33 +00:00
Travis Cross 4a2f5e9c0c Build mod_shout on Debian
...at least until mod_vlc stabilizes.
2014-01-17 09:59:02 +00:00
Travis Cross 1146476d03 Suggest vlc-dbg for mod_vlc
This helps to reason about any core dumps that come from libvlc /
mod_vlc.
2014-01-17 08:53:28 +00:00
Travis Cross 8e5933e92e Depend on vlc-nox for mod_vlc
mod_vlc needs the plugins from vlc-nox to do anything useful.

Currently mod_vlc segfaults without the plugins.  Even after that is
fixed, however, without any plugins mod_vlc can't do its job, so we'll
set a hard dependency here.  I could probably be talked into making
this a Recommends rather than Depends.

FS-6124
2014-01-17 08:53:26 +00:00
Travis Cross c97e1a4456 Work around debian bootstrap parsing oddity 2014-01-14 23:47:55 +00:00
Travis Cross df58a75e0a Ignore src/mod/legacy in debian builds
FS-6110 --resolve
2014-01-14 22:56:16 +00:00
Travis Cross 49edc19e34 Refactor check in debian bootstrap 2014-01-14 22:56:15 +00:00
Travis Cross 7bcf5013f1 Fix dependency of freeswitch-all-dbg
Previously we were trying to rely on freeswitch-all providing
freeswitch, but that doesn't seem to work as expected.
2014-01-04 19:58:30 +00:00
Travis Cross 6968ef88fa Treat freeswitch-{sounds,music} as virtual packages only
Previously we were creating freeswitch-music, freeswitch-sounds,
freeswitch-sounds-en, and freeswitch-sounds-en-us metapackages and
also providing those names as virtual packages from the
freeswitch-{sounds,music} source packages.  This is unnecessarily
confusing and meant that freeswitch-all wasn't depending on any sounds
in actuality as it was also providing freeswitch-sounds.
2013-12-18 19:51:41 +00:00
Travis Cross 3ad333032b Fix freeswitch-all module provides/replaces/conflicts
We were generating freeswitch-mod-mod-* rather than freeswitch-mod-*.
2013-12-18 18:54:14 +00:00
Travis Cross 967673d6e2 Follow bump to opus lib version for debian packaging 2013-12-16 21:14:06 +00:00
Travis Cross b1288520bc Cleanup whitespace in debian/ 2013-12-10 03:54:05 +00:00
Travis Cross 5e344df304 Correct shlibs of freeswitch-all wrt libfreeswitch1
The freeswitch-all package provides libfreeswitch1, so any
shlibs-generated dependency should be for libfreeswitch1 rather than
freeswitch-all.

Because dh_shlibdeps / dpkg-shlibdeps searches for shlibs files in
debian/*/DEBIAN/ it was sometimes using freeswitch-all rather than
libfreeswitch1 to satisfy dependencies for freeswitch.so.1.

FS-6029 --resolve
2013-12-09 09:25:02 +00:00
Travis Cross cff204e823 Improve upgrade path to freeswitch-all
That is to say, declare all appropriate Provides/Conflicts/Replaces
for freeswitch-all and freeswitch-all-dbg by enumerating the binary
packages that we're going to produce during the build.

Conflicts is more appropriate than Breaks here as both packages will
continue to provide the same files on an ongoing basis and we would
like to force the removal of the other package.
2013-12-08 15:15:08 +00:00
Travis Cross 376eb4333b Generate modules_.conf earlier in bootstrap 2013-11-20 01:28:20 +00:00
Travis Cross f03145575f Refactor generation of debian/modules_.conf 2013-11-20 01:28:18 +00:00
Travis Cross a13c5005be Refactor out file merge function 2013-11-19 21:22:07 +00:00
Travis Cross 5c066e06b3 Follow update of soundtouch version 2013-11-15 18:45:32 +00:00
Travis Cross 7bbb0c62c9 Avoid building mod_java on sid for now
We're getting dependency errors that seem to be an upstream issue.
2013-11-09 01:13:13 +00:00
Travis Cross 44680b31d9 Install perl module files needed by mod_perl
FS-5892 --resolve
2013-10-19 19:55:13 +00:00
Travis Cross c4b2d79159 Limit version of packages we replace 2013-10-18 20:16:10 +00:00
Travis Cross f075d25819 Add freeswitch-all debian package
This package bundles all modules and extras into a single DEB.  This
can have some advantages in terms of convenience and speed of apt
operations.
2013-10-18 19:53:15 +00:00
Marc Olivier Chouinard f8abd0cc1d Fix bootstrap from the removal of mod_html5 in previous commit and cleanup some other reference to it 2013-10-16 19:49:55 +00:00
Travis Cross d820e981ca Force preference on ssmtp if no MTA is installed
FS-5872 --resolve
2013-10-12 18:00:12 +00:00
Ken Rice 4c5be954f2 update opus tarball rev 2013-09-10 12:16:19 -05:00
Travis Cross ecbe66a229 Add dependency from mod_rayo to mod_ssml 2013-09-10 15:34:34 +00:00
Travis Cross 15290bc4f2 debian: Add additional module files for mod_spidermonkey
Note that we don't actually support building mod_spidermonkey for
Debian at the moment.

FS-4552
2013-07-26 22:30:45 +00:00
Travis Cross f1ae5211b2 debian: Handle mod_managed .dll more idiomatically 2013-07-26 21:57:20 +00:00
Travis Cross fee21f8ad9 debian: Include the .dll file for mod_managed
Note that we don't actually support building mod_managed at this time
for Debian.

FS-5317 --resolve

Thanks-to: Artur Kraev <ravenox@gmail.com>
2013-07-26 21:49:38 +00:00
Travis Cross 842c5ea877 Fix spacing 2013-07-03 16:07:31 +00:00
Travis Cross 4efa173475 Tweak such that control-modules.gen matches 2013-07-03 04:29:08 +00:00
Travis Cross b48ffd056c Add mod_ssml to Debian packaging 2013-07-03 04:29:07 +00:00
Travis Cross 5e2c513e43 Add mod_rayo to debian packaging 2013-07-03 04:29:05 +00:00
Travis Cross 94b3081b02 Check for config before starting
...so we can tell people what to do and where to look.
2013-06-16 14:25:50 +00:00
Travis Cross 860aa5cc78 debian: Update -meta-all to grab mod_b64 2013-06-07 00:53:24 +00:00
Travis Cross 73352918be Add mod_b64 to debian packaging
Base64 in high definition!
2013-06-07 00:51:36 +00:00
Travis Cross 324d65b616 Add mod_translate to debian packaging 2013-06-06 19:15:23 +00:00
Travis Cross af8488826f Add mod_say_pl to debian build 2013-06-06 18:56:54 +00:00
Travis Cross 0a3921f08b Use --with-storagedir in Debian build 2013-06-06 17:34:44 +00:00
Travis Cross 4c1e626b60 Set mod_voicemail to depend on mail-transport-agent
Without this dependency we might not end up with sendmail installed
which would be unnecessarily surprising when using mod_voicemail.
2013-06-03 09:29:32 +00:00
Travis Cross 3a651f12da Have modules depend on a particular version of libfreeswitch1
At this point we never want someone running a module against a
different version of FS than the module was built for.  It's also
conceivable that you could want to use the modules with libfreeswitch1
even if you weren't running FS itself.
2013-06-03 06:14:58 +00:00
Travis Cross efe76ee448 Remove redundant orig file purifying step
We kill these files with .gitattributes.
2013-05-31 20:40:11 +00:00
Travis Cross dc7aba55c8 Add generic mechanism for building non-DFSG packages 2013-05-31 20:40:11 +00:00
Travis Cross 94d44f8a9d debian: Update -meta-all to grab all packages
We now build unimrcp, portaudio, portaudio-stream, skypopen, and
dahdi-codec, so they should be included in meta-all.  Also refactor a
bit so we install all lang and mod_say packages as well.
2013-05-31 20:40:11 +00:00
Travis Cross 31cc04e29b Fix typo 2013-05-31 20:40:11 +00:00