libterm-readpassword-perl 0.11-2 source package in Ubuntu

Changelog

libterm-readpassword-perl (0.11-2) unstable; urgency=low

  * debian/rules:
    - delete /usr/lib/perl5 only if it exists (closes: #468021)
    - update based on dh-make-perl's templates
  * debian/watch: improved regexp for matching upstream releases.
  * debian/control:
    - add /me to Uploaders
    - slightly rephrase the short description to avoid duplication

libterm-readpassword-perl (0.11-1) unstable; urgency=low

  [ Gregor Herrmann ]

  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza).
  * Set Maintainer to Debian Perl Group.
  * Use dist-based URL in debian/watch.


  [ Rene Mayorga ]

  * New upstream release
  * Bump standard version to 3.7.3 (no changes requiered)
  * debian/compat set to 5
  * debian/control
    + Add Build-Depends
    + Move deheleper from B-D-I to Build-Dependss
    + Raise debhelper version to >= 5
    + Add ${misc:Depends} to Depends
  * debian/rules
    + add (build/install)-stamp targets
    + don't ignore make clean output
      + use 'realclean' instead 'clean'
    + remove unused/unneeded dh_* calls
    + move 'tests' to build target
  * debian/copyright
    + update upstream copyright info
    + refresh upstream URL

  [ Gunnar Wolf ]
  * No longer asks for a test password when building (i.e. runs non-
    interactively)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:16:57 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl
Precise release universe perl

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libterm-readpassword-perl_0.11.orig.tar.gz 6.9 KiB e1a866345b35f9ffef7d0037e13d6d4cb280310089f98c20713880bc70fb4323
libterm-readpassword-perl_0.11-2.diff.gz 2.7 KiB 06c070915cf830e25a3288f16f0bfbb505f119d233e9a137ae882ec95d26f472
libterm-readpassword-perl_0.11-2.dsc 996 bytes ba6393d85eb3f8d6ac761c9578803ac715920edef3b3d68f0df6484571b009ab

View changes file

Binary packages built by this source

libterm-readpassword-perl: prompt user for a password

 Term::ReadPassword lets you ask the user for a password in the
 traditional way, from the keyboard, without echoing.
 .
 The read_password function prompts for input, reads a line of
 text from the keyboard, then returns that line to the caller.
 The line of text doesn't include the newline character, so
 there's no need to use chomp.