2021-12-23 Fred Gleason <fredg@paravelsystems.com>

* Refactored the build of the 'python3-rivwebpyapi' deb package
	so as to include proper PyPI package metadata.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-12-23 10:00:54 -05:00
parent 6a01538bf3
commit c1d95b01a9
6 changed files with 38 additions and 3 deletions

6
debian/control.src vendored
View File

@@ -69,3 +69,9 @@ Depends: python3, python3-pycurl, python3-mysqldb, python3-serial, python3-reque
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: python3-rivwebpyapi
Architecture: all
Depends: python3, python3-requests
Description: Python 3 interface for accessing the Rivendell Web API
This is a Python 3 language binding for the Rivendell Web API.