This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libclass-c3-perl.

commit 409bad59ce0a6cd10e785c52ce3a98baa9e1e951
Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
Date:   Thu Aug 13 06:21:20 2015 -0300

    Update debian/changelog
    
    Gbp-Dch: Ignore
---
 debian/changelog | 141 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 139 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 256ffe9..7ffc454 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libclass-c3-perl (0.27-1) UNRELEASED; urgency=medium
+libclass-c3-perl (0.28-1) UNRELEASED; urgency=medium
+
+  ** SNAPSHOT build @32901c133389eb04b9cc5ac809c0fa9e99b6ce32 **
 
   IGNORE-VERSION: 0.27-1
   # No code changes.
@@ -12,7 +14,142 @@ libclass-c3-perl (0.27-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
 
- -- Harlan Lieberman-Berg <h.liebermanb...@gmail.com>  Wed, 27 Aug 2014 
11:44:47 -0700
+  [ Stevan Little ]
+  * creating the Class-C3 dir
+  * verison 0.01 of Class-C3
+  * adding a TODO list
+  * whoopse forgot the changelog and to update the MANIFEST
+  * pre-0.02 checkin
+  * more tweaks
+  * 0.02 release
+  * Class::C3 - 0.05 release
+  * version with the better diagnostics
+  * Class::C3 - overload fix
+  * Class::C3 - 0.07 release;
+  * Class::C3 - version 0.08 for release
+  * hmm
+  * damn C3
+  * whoops
+  *  I am an idiot
+  * Class-C3 - the real 0.08, released as 0.09
+  * 0.10
+  * version 0.11
+  * 0.11
+  * 0.11 stuff
+  * final 0.11
+  * changes
+  * applying patch from Robert Norris for next::can
+  * Applying Patch from Robert Norris again
+  * foo
+  * 0_12
+
+  [ Brandon L Black ]
+  * use Alg::C3 0.05 persistent merge cache parameter, VERSION/Changes for 0.13
+  * setting release date for 0.13
+  * version bump + potential fix for rt.cpan.org #12558
+  * convert to Module::Build
+  * add generated MANIFEST
+  * Changes update for 0.14 release
+  * MANIFEST updated by Build.PL
+  * meta stuff for 0.14_01
+  * no need to be 0.14_01 just yet...
+  * make new branch for PurePerl
+  * break out most of the code to ::PurePerl
+  * updated for core support
+  * latest sync-ed up c3.patch against perl-current
+  * new c3.patch with next::method in core, new changes here to support it 
this branch is now getting ugly, will probably wipe it and take some of the 
diffs to a new branch soon, this PurePerl in the package name thing was a poor 
idea
+  * NEXT/next::method thing needed updated for removal of the c3 assumption in 
next::method
+  * got rid of PurePerl in classnames, fixed up a few other things, possible 
alpha release soon
+  * fix pod coverage, etc
+  * 0.15_01 final changes (includes final patch, works with normal and patched 
perls)
+  * Fix for overloading to method name string, from Ittetsu Miyazaki
+  * Class::C3::XS support
+  * 0.15_02, supports Class::C3::XS
+  * replace patch with link
+  * manifest update
+  * 0.15_05, assumes 5.9.5 has patch
+  * new overload fallback fixes, matches the behavior of normal overload and 
overload+c3 in blead
+  * support XS calc_mdt, improved BEGIN block
+  * Module::Install, small things
+  * oops, fix META.yml
+  * 0.16 release changes
+  * remove Build.PL from dist, release 0.17
+  * 0.18 (require XS 0.04)
+  * added new test file for goto on next::method, etc
+  * 0.19, to push XS 0.07 fixes
+  * arg, Makefile.PL/README updates, not critical
+
+  [ Daisuke Maki ]
+  * a test that checks no warnings are generated when MRO::Compat is loaded 
before Class::C3
+
+  [ Brandon L Black ]
+  * stop the redefine warnings?
+
+  [ Yuval Kogman ]
+  * demand Module::Install 0.75
+
+  [ Florian Ragwitz ]
+  * Update MANIFEST.
+  * Version 0.20.
+  * Remove fake Build.PL. Module::Install doesn't support it anymore.
+  * Stop using auto_install in Makefile.PL. Its use is strongly discouraged.
+  * Exclude dotfiles from MANIFEST.SKIP.
+  * Remove MANIFEST. It's generated from MANIFEST.SKIP.
+  * Remove README. It's generated by Makefile.PL.
+  * Add .gitignore.
+  * Whitespace cleanup.
+  * Version 0.21.
+
+  [ Tomas Doran ]
+  * Make it clear you should use MRO::Compat not this
+
+  [ Florian Ragwitz ]
+  * Version 0.22.
+  * Fix various doc errors
+  * Version 0.23
+
+  [ Peter Rabbitson ]
+  * Require Class::C3::XS if a compiler is available
+
+  [ Florian Ragwitz ]
+  * Version 0.24
+
+  [ Dagfinn Ilmari Mannsåker ]
+  * Fix POD typo
+
+  [ Peter Rabbitson ]
+  * More POD typos (RT#77453)
+  * We don't always need Devel::Hide (RT#81106)
+  * Use EUMM instead of MI, drop compatibility back to 5.6.0
+  * Make sure PP test re-run works on space containing paths
+  * Fix SYNOPSIS to actually be executable (RT#78327) Also stop using 'B' as 
it brings a spurious Exporter inheritance into the mix
+  * More typo fixes (thanks to D. Steinbrunner)
+  * Version 0.25
+
+  [ Graham Knop ]
+  * use ExtUtils::CBuilder if available by reversing broken conditional
+  * remove extraneous garbage from tests
+  * update changelog
+  * version 0.26
+  * declare min perl version in meta
+  * distar-ify
+  * distar fixes
+  * bump version
+  * update changes
+  * Release commit for 0.27
+  * update Makefile.PL boilerplate
+  * use archive.org link for dylan paper as original has gone offline
+  * changelog for dylan link change
+  * fix maybe::next version
+  * Bumping version to 0.28
+  * move pod tests to xt
+  * pod tests required for author mode
+  * Release commit for 0.28
+
+  [ Lucas Kanashiro ]
+  * Import upstream version 0.28
+
+ -- Lucas Kanashiro <kanashiro.dua...@gmail.com>  Thu, 13 Aug 2015 06:21:20 
-0300
 
 libclass-c3-perl (0.26-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libclass-c3-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to