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

Last commit made on 2013-04-30
Get this branch:
git clone -b fixes/0.25 https://git.launchpad.net/~mythbuntu-dev/mythtv/+git/mythtv-packaging

Branch merges

Branch information

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

Recent commits

c7d15c8... by Mario Limonciello

deb: don't allow the scripts to run without a debian/ directory

19023c6... by Mario Limonciello

deb: set the kill timeout on the upstart job to 10 seconds to be safer on shutdown.

50cfea5... by Karl Dietz <email address hidden>

deb: let upstart handle the backend process correctly

When shutting down the signal got send to the shell that was used in
starting the backend. As the shell immediately ends the kill after
kill timeout part of the shutdown process never happened.

This bug was exposed by the long shutdown times in master.
Inspiration for the fix to the upstart job by bill6502 on irc.
Fix for the upstart job by Thomas Mashos.

119e653... by Mario Limonciello

Revert "deb: install README's for fonts in mythtv-doc"

That was intended for master.

This reverts commit 63f56ad47865f7fdd88984d71b3b8382aee8384e.

63f56ad... by Mario Limonciello

deb: install README's for fonts in mythtv-doc

d374a32... by Mario Limonciello

deb: store changelog in deb/debian/changelog.in not deb/debian/changelog

ab4fe40... by Mario Limonciello

deb: update changelog to quantal released package

59173c4... by Mario Limonciello

deb: switch libtiff5-dev and libtiff4-dev order to fix FTBFS on quantal

3dfaf50... by Mario Limonciello

deb: let libtiff5-dev resolve build dependencies too.

Fixes FTBFS on Quantal.

f227011... by Mario Limonciello

deb: Remove extra dpkg-parsechangelog call that was mistakenly added.

Thanks Philipp Matthias Hahn.