From d5452661903c22a7f5df9b1dc5e542d25e303da9 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 9 Oct 2024 21:06:10 -0400 Subject: [PATCH] 2024-10-09 Fred Gleason * Fixed a bug thatcaused the 'rdautoback.py' and 'rdautorest.py' files to be included in DEB packages. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ debian/rules.src | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9650e12a..0c3d86ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24914,3 +24914,6 @@ 2024-10-09 Fred Gleason * Added code to rdautorest(8) to remove sandbox header from database backups. +2024-10-09 Fred Gleason + * Fixed a bug thatcaused the 'rdautoback.py' and 'rdautorest.py' + files to be included in DEB packages. diff --git a/debian/rules.src b/debian/rules.src index 87694c63..85b6629e 100755 --- a/debian/rules.src +++ b/debian/rules.src @@ -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