Anthony Minessale
918c68accf
-rp is not an ok default option it should not be used in normal circumstances it forces an unsafe environment with realtime threads on single cpu systems. Real time mode will enable by default on systems with enough cpus
9 years ago
Travis Cross
50625e36ee
Build mod_verto for debian packaging
...
We still need to add special handling for the perl bits.
9 years ago
Travis Cross
779a2f4ad5
Add dependency on libperl-dev for mod_verto
9 years ago
Travis Cross
990847638c
Pull mod_verto from debian packaging temporarily
...
`make install` on mod_verto needs to be reworked a bit for packaging
builds.
9 years ago
Travis Cross
7b974def21
Add back mod_perl to debian build
...
The build issues blocking its return appear to have been resolved.
9 years ago
Travis Cross
062b7f16c2
Add mod_rtc and mod_verto
9 years ago
Travis Cross
4d5153cdd2
Fix ordering in control-modules
9 years ago
Travis Cross
4ccdc1def3
Override config on cowbuilder update
...
This allows new settings, e.g. new mirrors, to propagate into the
chroot images.
9 years ago
Travis Cross
afb4a20090
Retry for longer on failed cowbuilder operations
...
There's really nothing to do but retry.
9 years ago
Travis Cross
8a4a8f6fb8
Retry the cowbuilder create operation on failure
...
Sometimes while the debian repositories are updating there are
sporadic signature failures. It's annoying to have these break the
build, and the only thing to do is to retry, so we'll retry here
automatically. We were already retrying on the update operation that
can fail in a similar manner.
9 years ago
Travis Cross
92843d0b75
Add mod_graylog2 to debian packaging
9 years ago
Travis Cross
ab3e95569c
Drop mod_java from jessie build
...
Right now mod_java fails to build on sid and jessie. We have a
possible solution, but we'll just disable the build of the module
while we test and verify.
9 years ago
Travis Cross
15766d349d
Drop mod_ldap from sid/jessie build
...
Ken noticed a build error. We need to use the system ldap library
anyway, so we'll just drop mod_ldap here until we make that change.
9 years ago
Michael Jerris
d6fe10979d
remove opezap from tree, it has been replaced by freetdm
9 years ago
Travis Cross
cd650f6055
Use system ldns library
...
This library is used only by mod_enum and is available on most
platforms. The version in our tree has many code quality problems
that are generating noise when doing static analysis. Suffice it to
say we want rid of it as our responsibility.
FS-353
9 years ago
Travis Cross
f408dae2af
Drop pinned memcached file download from debian
9 years ago
Travis Cross
a60fa6703e
Depend on system libmemcached-dev on Debian
9 years ago
Travis Cross
8f3ee29c23
Reenable mod_v8 in debian package builds
...
The relevant v8 build issues are believed to be worked out at this
point.
9 years ago
Travis Cross
03b08e778e
Add mod_basic to debian/
9 years ago
Travis Cross
f9d065cda3
Use system libyaml for mod_yaml
...
FS-353
9 years ago
Travis Cross
b54ba38255
Follow mod_spidermonkey deprecation in debian/
...
It wasn't supported, and we weren't building it by default as it was.
9 years ago
Travis Cross
8099af6564
Cleanup whitespace in debian/
9 years ago
Travis Cross
9caae64f37
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
9 years ago
Travis Cross
f148aa9c3b
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.
9 years ago
Travis Cross
7a77d2f3fe
Generate modules_.conf earlier in bootstrap
9 years ago
Travis Cross
9268f24031
Refactor generation of debian/modules_.conf
9 years ago
Travis Cross
75481f6398
Refactor out file merge function
9 years ago
Travis Cross
e525dc38ba
Follow update of soundtouch version
9 years ago
Travis Cross
0af078b6a9
Avoid building mod_java on sid for now
...
We're getting dependency errors that seem to be an upstream issue.
9 years ago
Travis Cross
aa2380a04c
Install perl module files needed by mod_perl
...
FS-5892 --resolve
9 years ago
Travis Cross
8ea0bc73a9
Limit version of packages we replace
9 years ago
Travis Cross
37648ced3e
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.
9 years ago
Travis Cross
968ac08305
Add mod_format_cdr to Debian packaging
9 years ago
Travis Cross
5fd0255523
Force preference on ssmtp if no MTA is installed
...
FS-5872 --resolve
9 years ago
Marc Olivier Chouinard
dffe48aaec
Fix bootstrap from the removal of mod_html5 in previous commit and cleanup some other reference to it
10 years ago
Ken Rice
a84610b3b0
update opus tarball rev
10 years ago
Travis Cross
050a975d19
Add dependency from mod_rayo to mod_ssml
10 years ago
Travis Cross
03dcbde8b4
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
10 years ago
Travis Cross
b35869da62
debian: Handle mod_managed .dll more idiomatically
10 years ago
Travis Cross
d0a9574fa9
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>
10 years ago
Travis Cross
fa174ec3d8
Fix spacing
10 years ago
Travis Cross
87360a384d
Tweak such that control-modules.gen matches
10 years ago
Travis Cross
dfd647de22
Add mod_ssml to Debian packaging
10 years ago
Travis Cross
40b08d7f89
Add mod_rayo to debian packaging
10 years ago
Travis Cross
90683e3332
Check for config before starting
...
...so we can tell people what to do and where to look.
10 years ago
Travis Cross
1784663d35
Use --with-storagedir in Debian build
10 years ago
Travis Cross
d40f59e795
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.
10 years ago
Travis Cross
9ae26ff50d
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.
10 years ago
Travis Cross
26d5a6eb33
Remove redundant orig file purifying step
...
We kill these files with .gitattributes.
10 years ago
Travis Cross
0a50536aa8
Add generic mechanism for building non-DFSG packages
10 years ago