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

* Added code to generate 'debian/changelog' and 'debian/control'
	automatically.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-05-17 12:55:17 -04:00
parent f702dc2da1
commit 0c600c7466
6 changed files with 23 additions and 8 deletions

5
debian/Makefile.am vendored
View File

@@ -23,9 +23,14 @@
SUBDIRS = source
EXTRA_DIST = changelog\
changelog.src\
control\
control.src\
copyright\
postinst\
postrm\
prerm\
rules
MAINTAINERCLEANFILES = changelog\
control

5
debian/changelog vendored
View File

@@ -1,5 +0,0 @@
rivendell (4.0.0beta0-1) unstable; urgency=medium
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
-- Fred Gleason <fredg@paravelsystems.com> Wed, 05 May 2021 14:12:22 -0400

5
debian/changelog.src vendored Normal file
View File

@@ -0,0 +1,5 @@
rivendell (@VERSION@-1) unstable; urgency=medium
* Beta release (see ChangeLog for details)
-- Fred Gleason <fredg@paravelsystems.com> @DATESTAMP@

View File

@@ -7,7 +7,7 @@ Standards-Version: 4.4.1
Package: rivendell
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, mysql-client, libqt5sql5-mysql, apache2, curl, rsyslog, rivendell-pypad (= @VERSION@)
Description: Radio Broadcast Automation System
Rivendell is a complete radio broadcast automation solution, with
facilities for the acquisition, management, scheduling and playout of
@@ -16,7 +16,7 @@ Description: Radio Broadcast Automation System
Package: rivendell-importers
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, rivendell
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.