whiff 0.008-1 source package in Ubuntu

Changelog

whiff (0.008-1) unstable; urgency=medium

  * Team upload.

  [ Florian Schlichting ]
  * Import upstream version 0.007.
  * Drop spelling.patch, applied upstream

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + whiff: Add Multi-Arch: foreign.

  [ gregor herrmann ]
  * Import upstream version 0.008.
  * Update upstream email address.
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.6.2.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Wed, 04 Jan 2023 18:24:16 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
whiff_0.008-1.dsc 2.2 KiB 8de29920a0341c360839cf84440f833a38fe10f631fa811719ed8b45e011ac75
whiff_0.008.orig.tar.gz 15.9 KiB b43b7fcfa29cf58a0e232d8d538b5b7a4be60d0ce3f6d1e33b6b38bb769aeaad
whiff_0.008-1.debian.tar.xz 2.5 KiB b35563b9a7eea9fd9a83e6f443f986e86651c394a414ef7c5f6e390ac369ca95

Available diffs

No changes file available.

Binary packages built by this source

whiff: helper to find the first executable of a series of alternatives

 whiff command, which takes a number of command names and returns the first one
 that exists and is executable.
 .
 It assumes that all the arguments form a best-first list of
 alternatives, and only prints the path to the first alternative found in
 the path. If none is found, it prints an error (to stderr) and exits
 with an error code.
 .
 A programmer interface is available in the App::Whiff module.