2024-10-09 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug thatcaused the 'rdautoback.py' and 'rdautorest.py'
	files to be included in DEB packages.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2024-10-09 21:06:10 -04:00
parent 2992d44d74
commit d545266190
2 changed files with 5 additions and 1 deletions

View File

@ -24914,3 +24914,6 @@
2024-10-09 Fred Gleason <fredg@paravelsystems.com>
* Added code to rdautorest(8) to remove sandbox header from database
backups.
2024-10-09 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug thatcaused the 'rdautoback.py' and 'rdautorest.py'
files to be included in DEB packages.

3
debian/rules.src vendored
View File

@ -161,7 +161,8 @@ binary:
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
rm -f debian/rivendell/usr/bin/rdautoback.py
rm -f debian/rivendell/usr/bin/rdautorest.py
dh_strip_nondeterminism
dh_compress