From a14801c38d7d9c834655beac938dc47e1cdd9e6e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Aug 2022 15:26:16 +0100 Subject: [PATCH] prefork-interp: packaging fixes Signed-off-by: Ian Jackson --- debian/control | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index da52509..d80265c 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Priority: extra Conflicts: chiark-named-conf, sync-accounts Replaces: chiark-named-conf, sync-accounts Depends: ${misc:Depends}, libgit-wrapper-perl, libtry-tiny-perl -Recommends: libdatetime-format-strptime-perl +Recommends: libdatetime-format-strptime-perl, libio-fdpass-perl Suggests: tcl8.4, python3, gdb Architecture: all Description: chiark system administration scripts @@ -44,6 +44,8 @@ Description: chiark system administration scripts zones are slaved from the right places, and to generate a configuration for BIND, from its own input file. . + prefork-interp Perl support (Proc::Prefork::Interp). + . sync-accounts: a simple but flexible account info synchroniser. sync-accounts is a tool for copying un*x account data from remote systems and installing it locally. It is flexible and reasonably diff --git a/debian/rules b/debian/rules index cc926b8..a4c3f6c 100755 --- a/debian/rules +++ b/debian/rules @@ -132,7 +132,7 @@ binary-arch: checkroot build binary-prep case "$$f" in \ */xbatmon-simple|*/xduplic-copier) \ d=Suggests ;; \ - */watershed|*/summer|*/cgi-fcgi-interp) \ + */watershed|*/summer|*/cgi-fcgi-interp|*/prefork-interp) \ d=Recommends ;; \ *) d=Depends ;; \ esac; \ -- 2.30.2