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

Last commit made on 2018-09-21
Get this branch:
git clone -b fixes/0.28 https://git.launchpad.net/~mythbuntu-dev/mythtv/+git/mythtv-packaging

Branch merges

Branch information

Name:
fixes/0.28
Repository:
lp:~mythbuntu-dev/mythtv/+git/mythtv-packaging

Recent commits

388b5a6... by Thomas Mashos

DEB: Update patches for 0.28

146d0eb... 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

bfcc17c... 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.

ed97040... by Thomas Mashos

DEB: Update mythplugins patch so it applies cleanly

4f6bcc5... by Thomas Mashos

DEB: Update git hash checker for new version numbering

1587422... by Thomas Mashos

DEB: Add dependencies for new grabber

8729945... by Thomas Mashos

DEB: Fix mythtv.make for all repos

846c5fd... by Thomas Mashos

DEB: Update mythtv.make to include all files

bdfb8d8... by Thomas Mashos

DEB: Remove patch for #12634

9def0db... by Thomas Mashos

DEB: Remove leftover fi from removed if statement