1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
libio-prompt-perl (0.997001-1+deb7u1) testing-proposed-updates; urgency=low
* Add 694537-use-Scalar-Util-openhandle.patch patch.
IO::Prompt doesn't work on perl (>= 5.14) if prompt() is called in
non-"main" package with 'Can't call method "opened" without a package
or object reference at /usr/share/perl5/IO/Prompt.pm line 188.'.
Thanks to Michael Howe <michael.howe@it.ox.ac.uk> (Closes: #694537)
* Email change: Salvatore Bonaccorso -> carnil@debian.org
-- Salvatore Bonaccorso <carnil@debian.org> Tue, 27 Nov 2012 14:54:29 +0100
libio-prompt-perl (0.997001-1) unstable; urgency=low
* New upstream release
* Add myself to Uploaders
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Sun, 25 Apr 2010 18:06:31 +0200
libio-prompt-perl (0.997-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
* Use new debhelper 7 short rules format
* Add myself to Uploaders and Copyright
* Rewrite control description
* Update dependency alternatives (some things are core)
* Refresh copyright information to new DEP5 format
* Install examples from examples/*
[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Removed: XS-
Vcs-Svn fields.
* Remove libmodule-build-perl from Build-Depends-Indep.
* debian/control: change my email address.
* debian/watch: use dist-based URL.
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ Salvatore Bonaccorso ]
* Convert to '3.0 (quilt)' source package format.
* Add Build-Depends on libio-pty-perl for running the tests in a environment
where no /dev/tty is present. Add patch create-pty.patch to pass build
tests even in this environment.
* Bump Standards-Version to 3.8.4.
* Refresh debian/copyright and update Copyright years and holders for
debian/* packaging.
* Add add-shebang-to-examples.patch patch to fix lintian's
executable-not-elf-or-script warnings.
-- Jonathan Yu <jawnsy@cpan.org> Tue, 02 Feb 2010 16:57:15 -0500
libio-prompt-perl (0.99.4-3) unstable; urgency=medium
* Add dependencies on libversion-perl and libterm-readkey-perl.
(Closes: #394146)
* Urgency set to medium because of an RC bug fix.
-- Niko Tyni <ntyni@iki.fi> Fri, 20 Oct 2006 20:19:07 +0300
libio-prompt-perl (0.99.4-2) unstable; urgency=low
[ gregor herrmann ]
* New Maintainer: Debian Perl Group.
* Add libtest-pod-perl and libtest-pod-coverage-perl to build dependencies.
* Add watch file.
* Add libwant-perl to dependencies (closes: #386502).
[ Gunnar Wolf ]
* Retouched a bit debian/copyright, the description in debian/control
- both were autogenerated and needed some love ;-)
-- Gunnar Wolf <gwolf@debian.org> Fri, 15 Sep 2006 12:44:21 -0500
libio-prompt-perl (0.99.4-1) unstable; urgency=low
* Initial Release.
-- David Moreno Garza <damog@debian.org> Wed, 10 May 2006 15:08:09 -0500
|