chiark / gitweb /
prefork-interp: packaging fixes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Aug 2022 14:26:16 +0000 (15:26 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Aug 2022 20:21:10 +0000 (21:21 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/control
debian/rules

index da52509a961ad4633b96442a5f694c91618a73b4..d80265c234568eb8e0bd9720ed98e29349d720fc 100644 (file)
@@ -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
index cc926b8e147e35939c3d63fd0ea32fb177448997..a4c3f6c11c55e6ab10a88eac89e59f4469fd5479 100755 (executable)
@@ -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; \