r39503 - in /trunk/libmodule-build-perl/debian: changelog control copyright
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Wed Jul 8 01:33:33 UTC 2009
Author: jawnsy-guest
Date: Wed Jul 8 01:33:28 2009
New Revision: 39503
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39503
Log:
+ Many, many bug fixes
+ This version is to be released with Perl 5.10.1
Modified:
trunk/libmodule-build-perl/debian/changelog
trunk/libmodule-build-perl/debian/control
trunk/libmodule-build-perl/debian/copyright
Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/changelog?rev=39503&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Wed Jul 8 01:33:28 2009
@@ -1,6 +1,8 @@
libmodule-build-perl (0.3400-1) UNRELEASED; urgency=low
* New upstream release
+ + Many, many bug fixes
+ + This version is to be released with Perl 5.10.1
[ Ryan Niebur ]
TODO: make sure that a new perl-modules gets released with the
Modified: trunk/libmodule-build-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/control?rev=39503&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/control (original)
+++ trunk/libmodule-build-perl/debian/control Wed Jul 8 01:33:28 2009
@@ -4,24 +4,31 @@
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci at debian.org>, Niko Tyni <ntyni at debian.org>,
gregor herrmann <gregoa at debian.org>, Damyan Ivanov <dmn at debian.org>,
- Antonio Radici <antonio at dyne.org>, Ryan Niebur <ryanryan52 at gmail.com>
+ Antonio Radici <antonio at dyne.org>, Ryan Niebur <ryanryan52 at gmail.com>,
+ Jonathan Yu <frequency at cpan.org>
Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.40)
-Build-Depends-Indep: perl (>= 5.6.0-16), libyaml-perl,
- libextutils-cbuilder-perl, libextutils-parsexs-perl, libarchive-tar-perl,
- libpar-dist-perl (>= 0.17), libversion-perl, libarchive-zip-perl,
- libtest-harness-perl (>= 3.16), libtie-cphash-perl
-Standards-Version: 3.8.1
+Build-Depends-Indep: perl (>= 5.6.0-16), libyaml-perl, libarchive-tar-perl,
+ libextutils-cbuilder-perl, libtest-harness-perl (>= 3.16), libversion-perl,
+ libextutils-parsexs-perl, libpar-dist-perl (>= 0.17), libtie-cphash-perl,
+ libarchive-zip-perl
+Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/Module-Build/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-build-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmodule-build-perl/
Package: libmodule-build-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libarchive-tar-perl, libyaml-perl, libextutils-parsexs-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libarchive-tar-perl, libyaml-perl,
+ libextutils-parsexs-perl
Recommends: libextutils-cbuilder-perl, libversion-perl, libpod-readme-perl
Suggests: libpar-dist-perl (>= 0.17)
Description: Subclassable and make-independent perl module builder alternative
- Module::Build is a system for building, testing, and installing Perl modules.
- It is meant to be a replacement for ExtUtils::MakeMaker. Developers may alter
- the behavior of the module through subclassing in a much more straightforward
- way than with MakeMaker.
+ Module::Build is a framework for easily building, testing and installing Perl
+ packages. It is meant as a next-generation replacement for ExtUtils::MakeMaker
+ and offers many additional features characteristic of a more modern install
+ system, including simple subclassing for custom build actions.
+ .
+ Because it is written in Pure Perl, it has very few external dependencies. In
+ particular, it allows for installation of packages on systems without 'make'
+ and will even work without a shell. Its only prerequisites are modules that
+ are included with perl 5.6.0 and it is core as of perl 5.10.0.
Modified: trunk/libmodule-build-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/copyright?rev=39503&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/copyright (original)
+++ trunk/libmodule-build-perl/debian/copyright Wed Jul 8 01:33:28 2009
@@ -1,21 +1,21 @@
Format-Specification:
http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Ken Williams <kwilliams at cpan.org>
+Upstream-Maintainer: David Golden <dagolden at cpan.org>
Upstream-Source: http://search.cpan.org/dist/Module-Build/
Upstream-Name: Module-Build
Files: *
-Copyright: (c) 2001-2009, Ken Williams <kwilliams at cpan.org>
+Copyright: 2001-2009, Ken Williams <kwilliams at cpan.org>
License-Alias: Perl
License: Artistic | GPL-1+
Files: debian/*
-Copyright:
- (c) 2003-2004, Jay Bonci <jaybonci at debian.org> Wed, 27 Oct 2004 15:11:17 -0400
- (C) 2007-2008, Damyan Ivanov <dmn at debian.org> Mon, 01 Oct 2007 10:02:16 +0300
- (c) 2008, Niko Tyni <ntyni at debian.org> Thu, 21 Feb 2008 22:01:57 +0200
- (c) 2008-2009, gregor herrmann <gregoa at debian.org>
- (c) 2009, Antonio Radici <antonio at dyne.org>
+Copyright: Jonathan Yu <frequency at cpan.org>
+ 2009, Antonio Radici <antonio at dyne.org>
+ 2008-2009, gregor herrmann <gregoa at debian.org>
+ 2008, Niko Tyni <ntyni at debian.org> Thu, 21 Feb 2008 22:01:57 +0200
+ 2007-2008, Damyan Ivanov <dmn at debian.org> Mon, 01 Oct 2007 10:02:16 +0300
+ 2003-2004, Jay Bonci <jaybonci at debian.org> Wed, 27 Oct 2004 15:11:17 -0400
License: Artistic | GPL-1+
License: Artistic
More information about the Pkg-perl-cvs-commits
mailing list