mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
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:
5
debian/Makefile.am
vendored
5
debian/Makefile.am
vendored
@@ -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
5
debian/changelog
vendored
@@ -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
5
debian/changelog.src
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
rivendell (@VERSION@-1) unstable; urgency=medium
|
||||
|
||||
* Beta release (see ChangeLog for details)
|
||||
|
||||
-- Fred Gleason <fredg@paravelsystems.com> @DATESTAMP@
|
4
debian/control → debian/control.src
vendored
4
debian/control → debian/control.src
vendored
@@ -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.
|
Reference in New Issue
Block a user