This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libdate-calc-perl.
commit 4819fcffe7dad32cf98c311900b74f96ac67ed10 Merge: 36ed9bf 5640f18 Author: gregor herrmann <[email protected]> Date: Thu Feb 5 23:27:43 2015 +0100 Merge tag 'debian/6.3-2' tagging package libdate-calc-perl version debian/6.3-2 Conflicts: debian/changelog debian/changelog | 13 +- debian/patches/century-tests.patch | 587 +++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + lib/Date/Calc/Object.pod | 2 +- lib/Date/Calendar.pod | 2 +- lib/Date/Calendar/Profiles.pod | 2 +- lib/Date/Calendar/Year.pod | 2 +- 7 files changed, 603 insertions(+), 6 deletions(-) diff --cc debian/changelog index 5df76b0,1d12c83..314201c --- a/debian/changelog +++ b/debian/changelog @@@ -1,24 -1,13 +1,33 @@@ - libdate-calc-perl (6.3-2) UNRELEASED; urgency=low - ++libdate-calc-perl (6.3-3) UNRELEASED; urgency=low + [ gregor herrmann ] + * debian/control: update {versioned,alternative} (build) dependencies. + + [ Salvatore Bonaccorso ] + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ Axel Beckert ] + * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- + copyright" + + [ gregor herrmann ] + * Strip trailing slash from metacpan URLs. + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + + -- gregor herrmann <[email protected]> Thu, 05 Jul 2012 12:24:09 -0600 + + libdate-calc-perl (6.3-2) unstable; urgency=medium + + * add a patch to fix tests that are broken since 1 Jan 2015 + the tests were hardcoding years like 64 that was interpreted as '1964' + until 31 Dec 2014 and now are interpreted as 2064, causing test failures. + The patch chooses the year dynamically to get consistent results + regardless of the current year. (Closes: #775628) + + -- Damyan Ivanov <[email protected]> Thu, 05 Feb 2015 21:32:10 +0000 + libdate-calc-perl (6.3-1) unstable; urgency=low [ Jonathan Yu ] -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdate-calc-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
