Can you please unblock libdatetimex-easy-perl to go into testing. It removes the dependency on libdatetime-format-datemanip-perl, which is RC buggy and has been removed from unstable.
Full diff to previous version attached. -- Chris
Index: debian/control =================================================================== --- debian/control (.../tags/libdatetimex-easy-perl/0.088-1) (revision 61362) +++ debian/control (.../trunk/libdatetimex-easy-perl) (revision 61362) @@ -1,13 +1,14 @@ Source: libdatetimex-easy-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 7.0.50) -Build-Depends-Indep: perl, libtest-most-perl, libdatetime-format-natural-perl, - libdatetime-format-datemanip-perl, libdatetime-format-flexible-perl, +Build-Depends: debhelper (>= 7.2.13) +Build-Depends-Indep: perl (>= 5.10.0), libtest-most-perl, + libdatetime-format-natural-perl, libdatetime-format-flexible-perl, libdatetime-format-ical-perl, libdatetime-perl, libtimedate-perl Maintainer: Debian Perl Group <[email protected]> -Uploaders: Ryan Niebur <[email protected]>, Jonathan Yu <[email protected]> -Standards-Version: 3.8.3 +Uploaders: Ryan Niebur <[email protected]>, Jonathan Yu <[email protected]>, + Chris Butler <[email protected]> +Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/DateTimeX-Easy/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetimex-easy-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetimex-easy-perl/ @@ -15,8 +16,8 @@ Package: libdatetimex-easy-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-format-flexible-perl, - libdatetime-format-datemanip-perl, libdatetime-format-ical-perl, - libdatetime-format-natural-perl, libdatetime-perl, libtimedate-perl + libdatetime-format-ical-perl, libdatetime-format-natural-perl, + libdatetime-perl, libtimedate-perl Description: module to parse arbitrary date/time strings DateTimeX::Easy is a Perl module designed to make it easy to create DateTime objects from arbitrary strings. It uses a variety of DateTime::Format modules Index: debian/changelog =================================================================== --- debian/changelog (.../tags/libdatetimex-easy-perl/0.088-1) (revision 61362) +++ debian/changelog (.../trunk/libdatetimex-easy-perl) (revision 61362) @@ -1,3 +1,17 @@ +libdatetimex-easy-perl (0.088-2) unstable; urgency=low + + * Removed (build-)dependency on libdatetime-format-datemanip-perl: + it's only an optional requirement, and is being removed (see: #574317) + * Add myself to Uploaders and copyright. + * Added version 5.10.0 to perl build-dependency (required for + ExtUtils::MakeMaker >= 6.42) + * Upped debhelper dependency to (>= 7.2.13), required for + Module::AutoInstall + * Updated copyright to point to GPL-1 in common-licences. + * Bumped Standards-Version to 3.9.1 (no changes required). + + -- Chris Butler <[email protected]> Fri, 06 Aug 2010 11:59:07 -0400 + libdatetimex-easy-perl (0.088-1) unstable; urgency=low [ Jonathan Yu ] Index: debian/copyright =================================================================== --- debian/copyright (.../tags/libdatetimex-easy-perl/0.088-1) (revision 61362) +++ debian/copyright (.../trunk/libdatetimex-easy-perl) (revision 61362) @@ -1,4 +1,4 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Robert Krimen <[email protected]> Source: http://search.cpan.org/dist/DateTimeX-Easy/ Name: DateTimeX-Easy @@ -22,6 +22,7 @@ Files: debian/* Copyright: 2010, Jonathan Yu <[email protected]> 2009, Ryan Niebur <[email protected]> + 2010, Chris Butler <[email protected]> License: Artistic or GPL-1+ License: Artistic @@ -29,7 +30,7 @@ it under the terms of the Artistic License, which comes with Perl. . On Debian GNU/Linux systems, the complete text of the Artistic License - can be found in `/usr/share/common-licenses/Artistic' + can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify @@ -37,6 +38,5 @@ the Free Software Foundation; either version 1, or (at your option) any later version. . - On Debian GNU/Linux systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL' - + On Debian GNU/Linux systems, the complete text of version 1 of the + General Public License can be found in `/usr/share/common-licenses/GPL-1'.

