mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 08:40:12 +01:00
2022-01-07 Fred Gleason <fredg@paravelsystems.com>
* Merged the 'rivendell-pypad' DEB package into the 'rivendell' DEB package. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
15
debian/control.src
vendored
15
debian/control.src
vendored
@@ -7,7 +7,8 @@ Standards-Version: 4.4.1
|
||||
|
||||
Package: rivendell
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, mariadb-client, libqt5sql5-mysql, apache2, curl, rsyslog, rivendell-pypad (= @VERSION@-1)
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, mariadb-client, libqt5sql5-mysql, apache2, curl, rsyslog, python3, python3-pycurl, python3-mysqldb, python3-serial, python3-requests
|
||||
Replaces: rivendell-pypad
|
||||
Description: Radio Broadcast Automation System
|
||||
Rivendell is a complete radio broadcast automation solution, with
|
||||
facilities for the acquisition, management, scheduling and playout of
|
||||
@@ -63,9 +64,9 @@ Depends: ${misc:Depends}, rivendell (= @VERSION@-1)
|
||||
Description: The WebGet audio fetcher service for Rivendell
|
||||
This package contains the WebGet audio fetching tool for Rivendell.
|
||||
|
||||
Package: rivendell-pypad
|
||||
Architecture: all
|
||||
Depends: python3, python3-pycurl, python3-mysqldb, python3-serial, python3-requests
|
||||
Description: PyPAD Program Associated Data script system for Rivendell
|
||||
This package contains Rivendell's PyPAD scripting system for transmitting
|
||||
Program Associated Data (PAD) using Python scripts.
|
||||
#Package: rivendell-pypad
|
||||
#Architecture: all
|
||||
#Depends: python3, python3-pycurl, python3-mysqldb, python3-serial, python3-requests
|
||||
#Description: PyPAD Program Associated Data script system for Rivendell
|
||||
# This package contains Rivendell's PyPAD scripting system for transmitting
|
||||
# Program Associated Data (PAD) using Python scripts.
|
||||
|
||||
9
debian/rules.src
vendored
9
debian/rules.src
vendored
@@ -95,15 +95,6 @@ binary:
|
||||
mkdir -p debian/rivendell/usr/share/rivendell
|
||||
cp conf/rd.conf-sample debian/rivendell/usr/share/rivendell/
|
||||
|
||||
#
|
||||
# rivendell-pypad
|
||||
#
|
||||
mkdir -p debian/rivendell-pypad/usr/lib/rivendell/pypad
|
||||
mv debian/tmp/usr/lib/rivendell/pypad/* debian/rivendell-pypad/usr/lib/rivendell/pypad/
|
||||
mkdir -p debian/rivendell-pypad/usr/lib/python3/dist-packages/__pycache__
|
||||
mv debian/tmp/usr/lib/python3/dist-packages/pypad.py debian/rivendell-pypad/usr/lib/python3/dist-packages/
|
||||
mv debian/tmp/usr/lib/python3/dist-packages/__pycache__/* debian/rivendell-pypad/usr/lib/python3/dist-packages/__pycache__/
|
||||
|
||||
|
||||
#
|
||||
# rivendell-select
|
||||
|
||||
Reference in New Issue
Block a user