pdsh 2.34-0.1 source package in Ubuntu

Changelog

pdsh (2.34-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version:
    - ltdl has been replaced by dlopen upstream:
      + Drop d/p/ltdl.patch.
      + Remove build-dep on libltdl-dev.
    - d/rules: Drop obsolete install target cleanup.
    - d/docs: Update.
  * d/control: Update VCS-Git to point to new location on salsa.
  * Update debhelper compat to 13.
  * d/control: Replace deprecated Priority: extra with Priority: optional.
  * d/rules: Stop explicitly setting CFLAGS. Instead, rely on
    dpkg-buildflags settings which are verified to be a superset of the
    ones we were setting.
  * d/control: Drop build-depends on autotools-dev, no longer needed
    after debhelper compat 10.
  * d/p/configure-parse-changelog.patch: Detect upstream version from
    debian/changelog instead of assuming a git repo.
  * Bump Standards-Version to 4.6.1.0 after verifying compliance.

 -- dann frazier <email address hidden>  Tue, 11 Oct 2022 08:24:01 -0600

Upload details

Uploaded by:
Brian Pellin
Uploaded to:
Sid
Original maintainer:
Brian Pellin
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pdsh_2.34-0.1.dsc 1.8 KiB 761f2c24745da5511a7efad93b50f46a414f7c2d0dcc5c91e3d57b20c3d0f8b0
pdsh_2.34.orig.tar.gz 552.5 KiB b47b3e4662736ef44b6fe86e3d380f95e591863e69163aa0592e9f9f618521e9
pdsh_2.34-0.1.debian.tar.xz 14.4 KiB ecf4fdf49610701a1843b3d4f00b46e1bce31f16807d76d1a66835164b178dde

No changes file available.

Binary packages built by this source

pdsh: Efficient rsh-like utility, for using hosts in parallel

 Pdsh is a high-performance, parallel remote shell utility, similar to dsh.
 It has built-in, thread-safe clients for rsh. Pdsh uses a "sliding window"
 parallel algorithm to conserve socket resources on the initiating node and
 to allow progress to continue while timeouts occur on some connections.
 .
 It makes all parallel connections from one client machine, and attempts to
 keep 32 (default, can be changed on command line) connections to remote
 machines at any given time. It can run single commands or as an interactive
 shell.

pdsh-dbgsym: debug symbols for pdsh