2021-05-17 Fred Gleason <fredg@paravelsystems.com>

* Updated Debianpackage dependencies for shared libraries.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-05-17 15:41:06 -04:00
parent 0c600c7466
commit c77393d98f
5 changed files with 69 additions and 60 deletions

14
debian/control.src vendored
View File

@@ -16,7 +16,7 @@ Description: Radio Broadcast Automation System
Package: rivendell-importers
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, rivendell
Depends: ${misc:Depends}, rivendell (= @VERSION@)
Description: Library importers for the Rivendell Broadcast Automation System
This package contains various importer scripts, which can be used to
import audio from existing legacy automation systems into Rivendell.
@@ -29,7 +29,7 @@ Description: Library importers for the Rivendell Broadcast Automation System
Package: rivendell-opsguide
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${misc:Depends}
Description: Rivendell Operations and Administration Guide
This package contains the Rivendell Operations and Administration Guide,
in both HTML and PDF formats.
@@ -41,9 +41,9 @@ Description: Client libraries for interfacing with Rivendell's Web API.
This package contains client libraries for interfacing with Rivendell's
Web API subsystem.
Package: rivendell-devel
Package: rivendell-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${misc:Depends}, rivendell (= @VERSION@)
Description: Header files and example code for development with Rivendell APIs
This package contains header files and example code for development using
Rivendell's Web C API, which can be used to integrate with Rivendell Web
@@ -51,7 +51,7 @@ Description: Header files and example code for development with Rivendell APIs
Package: rivendell-select
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${misc:Depends}, rivendell (= @VERSION@)
Description: The RDSelect system selector tool for Rivendell.
This package contains the RDMonitor/RDSelect tool for Rivendell, which can
be used to select which amoung multiple Rivendell instances a host should be
@@ -59,13 +59,13 @@ Description: The RDSelect system selector tool for Rivendell.
Package: rivendell-webget
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${misc:Depends}, rivendell (= @VERSION@)
Description: The WebGet audio fetcher service for Rivendell
This package contains the WebGet audio fetching tool for Rivendell.
Package: rivendell-pypad
Architecture: all
Depends:
Depends: python3, python3-pycurl, python3-pymysql, 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.