Fixed a conflict in 'ChangeLog'

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-04-29 15:59:17 -04:00
2 changed files with 6 additions and 0 deletions

View File

@@ -24049,6 +24049,8 @@
* Changed the behavior of the logo display in rdairplay(1) so as to * Changed the behavior of the logo display in rdairplay(1) so as to
show the default Rivendell logo when the 'Logo Image' control in show the default Rivendell logo when the 'Logo Image' control in
rdadmin(1) is not set to a valid graphical image file. rdadmin(1) is not set to a valid graphical image file.
* Added default skins for rdairplay(1) and rdpanel(1) to the
'rivendell' DEB package.
2023-04-29 Fred Gleason <fredg@paravelsystems.com> 2023-04-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug where a pending hard start with a non-zero grace time * Fixed a bug where a pending hard start with a non-zero grace time
was not cleared properly during a log chain event. was not cleared properly during a log chain event.

4
debian/rules.src vendored
View File

@@ -132,6 +132,10 @@ binary:
cp conf/rivendell-env.sh debian/rivendell/usr/share/rivendell cp conf/rivendell-env.sh debian/rivendell/usr/share/rivendell
mkdir -p debian/rivendell/usr/share/rivendell/logos mkdir -p debian/rivendell/usr/share/rivendell/logos
cp icons/webget_logo.png debian/rivendell/usr/share/rivendell/logos/ cp icons/webget_logo.png debian/rivendell/usr/share/rivendell/logos/
mkdir -p debian/rivendell/usr/share/pixmaps/rivendell
cp icons/rdairplay_skin.png debian/rivendell/usr/share/pixmaps/rivendell/
cp icons/rdpanel_skin.png debian/rivendell/usr/share/pixmaps/rivendell/
cp icons/rdairplay_logo.png debian/rivendell/usr/share/pixmaps/rivendell/
mkdir -p debian/rivendell/usr/share/doc/rivendell/logos mkdir -p debian/rivendell/usr/share/doc/rivendell/logos
cp AUTHORS debian/rivendell/usr/share/doc/rivendell/ cp AUTHORS debian/rivendell/usr/share/doc/rivendell/
cp NEWS debian/rivendell/usr/share/doc/rivendell/ cp NEWS debian/rivendell/usr/share/doc/rivendell/