~mythbuntu-dev/mythtv/+git/mythtv-packaging:fixes/29

Last commit made on 2020-01-17
Get this branch:
git clone -b fixes/29 https://git.launchpad.net/~mythbuntu-dev/mythtv/+git/mythtv-packaging

Branch merges

Branch information

Recent commits

0f1ea43... by Bill Meek <email address hidden>

Prevent "input variables exceeded 1000" warning in PHP.

Fixes #13255.

Signed-off-by: David Hampton <email address hidden>
(cherry picked from commit cc57f0289cc39a3171dafb7be17422c28b318653)

fc2cfd1... by Thomas Mashos <email address hidden>

DEB: Add back libhdhomerun-dev

ba9a69b... by Stuart Auchterlonie <email address hidden>

Copy generated version info into EXPORTED_VERSION

(cherry picked from commit 555ecdd5cfb414a7af0accacd671853544ba13b4)

913e911... by Thomas Mashos

Merge pull request #75 from MythTV/Test-recipes-29

DEB: Copy control.in and changelog for launchpad recipes. Correct ver…

ef03940... by Thomas Mashos

DEB: Copy control.in and changelog for launchpad recipes. Correct version number

80e3b7b... by Thomas Mashos

DEB: Install mythexternrecorder

f63657c... by Thomas Mashos

DEB: Fix patches for 29

4745718... by Mike Bibbings

mythtv-backend does not stop when running mythtv-setup.
This is due to RUNNING=$(status mythtv-backend | grep running) failing.
Replace with RUNNING=$(ps -A | grep mythbackend) which works on all systems.
Tested on Ubuntu 16.04 LTS and Debian Stretch

7dbe026... by H Buus

Debian/Ubuntu: Install Droid fonts instead of symlinking.

The packaging/deb scripts create symlinks to Droid fonts that are no
longer available on Debian or Ubuntu. However, mythtv already has the
Droid fonts and installs them when mythtv is built from source.
This commit changes the debian/ubuntu packaging to install mythtv's
droid fonts instead of relying on fonts that were deprecated two years
ago and replaced by dejavu fonts that don't look right.

1b9d765... by Thomas Mashos

DEB: Refresh quilt patches