pperl 0.25-6 source package in Ubuntu

Changelog

pperl (0.25-6) unstable; urgency=low

  [ Damyan Ivanov ]
  * Take over for the Debian Perl Group on maintainer's request
    (http://lists.debian.org/debian-perl/2008/04/msg00070.html)
  * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field
    (source stanza); Homepage field (source stanza). Changed: Maintainer set
    to Debian Perl Group <pkg-perl- <email address hidden>>
  * Add myself to Uploaders
  * rapidly trim down debian/rules using DH 8
    + adjust build-dependency and debian/compat accordingly
  * add debian/watch
  * add no-extra-libs.patch, removing unnecessary dyn-linking to perl, m, dl
  * split combined .diff into quilt patches

  [ gregor herrmann ]
  * debian/control: Added: ${misc:Depends} to Depends: field.
  * Integrate patch from Niko Tyni, that was applied in the -5.1 NMU, as a
    separate patch.
  * Include NMU changelog entry.
  * Update the test part of 287119_no-umask0.patch: don't check for mode 664
    but test explicitly that the files are not world-writable. Otherwise the
    test fails with umask 0002 and only works with 0022 (closes: #608157).
  * Improve short and long description.

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Dominic Hargreaves ]
  * Switch to dpkg-source 3.0 (quilt) format
  * Split spelling fixes into spelling.patch
  * Merge patch pass_PPERL_TMP_PATH and unclean-name-checks into
    safe-socket-path, as they are related

  [ Damyan Ivanov ]
  * build with PPERL_TMP_DIR set to a temporary directory created with mktemp.
    This guarantees sufficiently short socket paths and therefore
    Closes: #539028
  * Claim conformance with Policy 3.9.2
  * Describe all patches
  * convert debian/copyright to machine-readable format
  * drop version (5.8.4-2.2) from perl build-dependency
 -- Micah Gersten <email address hidden>   Tue,  09 Aug 2011 00:17:53 +0000

Upload details

Uploaded by:
Micah Gersten
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pperl_0.25.orig.tar.gz 22.0 KiB 35cdde6e9aabc1c78b50a8a41328bc3e334af5f0b9dd422a4639f33abbf674f0
pperl_0.25-6.debian.tar.gz 8.4 KiB d227c4a7265536f7caa82b516d48a4fdc2da7069564f63715bc91db5792d565e
pperl_0.25-6.dsc 1.8 KiB 28af4c6e95f853847764987c6e3ae4014cee431aaad046667ba5119e8262f2c3

Available diffs

View changes file

Binary packages built by this source

pperl: tool for making Perl scripts persistent in memory

 pperl turns ordinary Perl scripts into long running daemons,
 making subsequent executions extremely fast. It forks several
 processes for each script, allowing many processes to call the script
 at once.