2023-05-23 Fred Gleason <fredg@paravelsystems.com>

* Added support for firewalld to the 'rivendell' DEB package.
	* Added CDN scripts to the 'rivendell' DEB package.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-05-23 15:42:13 -04:00
parent 17515296ab
commit 02b0e9d979
2 changed files with 8 additions and 0 deletions

5
debian/rules.src vendored
View File

@@ -156,6 +156,11 @@ binary:
cp docs/misc/RDMONITOR.txt debian/rivendell/usr/share/doc/rivendell/misc/
cp docs/misc/scheduler_formats.ods debian/rivendell/usr/share/doc/rivendell/misc/
cp docs/misc/ando_interface.odt debian/rivendell/usr/share/doc/rivendell/misc/
mkdir -p debian/rivendell/usr/lib/firewalld/services
cp conf/rivendell-firewalld.xml debian/rivendell/usr/lib/firewalld/services/rivendell.xml
mkdir -p debian/rivendell/usr/lib/rivendell/cdn
cp apis/cdn/scripts/aka_purge.sh debian/rivendell/usr/lib/rivendell/cdn/aka_purge.sh
cp apis/cdn/scripts/akamai_purge.cdn debian/rivendell/usr/lib/rivendell/cdn/akamai_purge.cdn
dh_strip_nondeterminism