libsendmail-pmilter-perl 1.00-1.2 source package in Ubuntu

Changelog

libsendmail-pmilter-perl (1.00-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix "Removal of obsolete debhelper compat 5 and 6 in bookworm":
    Bump to 7 in debian/{compat,control}.
    (Closes: #965684)
  * Fix "missing required debian/rules targets build-arch and/or build-
    indep": Add missing targets.
    (Closes: #998923)

 -- gregor herrmann <email address hidden>  Sun, 26 Dec 2021 18:10:40 +0100

Upload details

Uploaded by:
Hilko Bengen
Uploaded to:
Sid
Original maintainer:
Hilko Bengen
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsendmail-pmilter-perl_1.00-1.2.dsc 1.9 KiB dc8a5a21f568a87eff1b9a3f4e4f98abe062eb4656f8e79e14e8cedcd9f7b0d8
libsendmail-pmilter-perl_1.00.orig.tar.gz 28.5 KiB ca15c64992d2d27dbc88b2774aa794d1fc98bb5907a6c4ec19d2c0ec88a5f5b9
libsendmail-pmilter-perl_1.00-1.2.diff.gz 4.2 KiB af9a79039445728ec03d59284b57fb02aa0cf61fa34e85a654eeeae1b2d5c4c5

Available diffs

No changes file available.

Binary packages built by this source

libsendmail-pmilter-perl: Perl implementation of the Sendmail Milter protocol

 PMilter is an attempt to reimplement Sendmail's milter (mail filter)
 protocol in pure Perl. There are many reasons for this, including
 independence from Sendmail's libmilter, as well as freedom from POSIX
 threads (helps stability for Perl filters), etc.
 .
 Most of PMilter's Sendmail::Milter interface is a clone of the
 frontend functions in PMilter::Server. However, this compatibility
 package also includes some methods specific to the Sendmail MTA,
 which are deliberately not included in PMilter::Server.