[libgraphics-color-perl] branch master updated (bc467c6 -> b31dee8)

Florian Schlichting fsfs at moszumanska.debian.org
Mon May 4 19:55:56 UTC 2015


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

fsfs pushed a change to branch master
in repository libgraphics-color-perl.

      from  bc467c6   update changelog
       new  c7f8651   Add debian/upstream/metadata
       new  55bfa37   Update debian/changelog
      adds  280dcd9   Adding Graphics::Color
      adds  b54d456    * Add wikipedia links to SEE ALSO sections  * Add YIQ color space  * Add TODO with list of other colospaces I'd like to model
      adds  4205f61    * Add short versions of accessors  * Add Moose to deps (oops)  * Add YUV color space
      adds  3767ff9   All colorspaces extend Color
      adds  1e7010a   Remove boilerplate test
      adds  db20f89   Test fixes
      adds  f6d35cf   prepping for release
      adds  7764f88   add authority
      adds  3a22b0e   Add clone support
      adds  765df5f   POD fixes
      adds  3c232dc   Fix typo in POD
      adds  7e1defa   MI version
      adds  7a2062f   POD fixes
      adds  e3437bf   Name types with Graphics::Color:: prefix
      adds  2687c26   immutable and moose versions
      adds  2899045   Version bump & pod
      adds  a8e064a   Add derive
      adds  9728704    - POD udpates  - derive
      adds  8a03ad5   version bump
      adds  dce0e3e   Add equal_to and not_equal_to
      adds  dc7a7f8   Version bump
      adds  6f114f8   Fix equal_to with undefined arg
      adds  17ee0c7   Fix bug in RGB equal_to
      adds  69d1743   Version bump and pod fix
      adds  ea72e69    * Remove a bunch of ()  * MX:S  * POD fixes
      adds  e122774   Version bump
      adds  134bb28   Oops, forgot MX:S dep
      adds  c0336f8   Remove moose coverage dep
      adds  21cbd56   move tests
      adds  4b21117   Use Color::Library for names in RGB
      adds  8480bf1   
      adds  95afa0b   Conversions
      adds  ded20e5   Fix tests and version mismatch for Color::Library
      adds  e14e10b   POD overhaul
      adds  572c800   don't include # in hex strings, always return 6 character hex strings
      adds  b79a08d   Version bump to release Guillermo's changes.
      adds  f1c9c6b   Use add_method rather than alias_method
      adds  21bf06f   Remove some stuff i'm not using and is a bad idea.
      adds  d105624   Add from_hex_string (and commit some shit I never did)
      adds  362f8fd   Fix swapped G and B values.
      adds  f1df384   Use MooseX::Types and MooseX::Aliases
      adds  5c054ce   Add types, oops (and MANIFEST)
      adds  66e4228   Fix warnings.
      adds  86dccd0   Add Storage and fix some POD.
      adds  9f92994   oops
      adds  20d573d   Add 0 to 1 blurb to RGB
      adds  fd1c0f6   Merge branch 'master' of github.com:gphat/graphics-color
      adds  4953761   version
      adds  1a8c2e1   asdasd
      adds  e66b63d   POD fixes
      adds  d227751   dzil conversion
      adds  44ce363   More POD
      adds  27ec768   CHanges
      adds  2090eea   Synopsis!
      adds  4652495   Add test prereqs.
      adds  edd6cad   Fix test.
      adds  c31b7e9   Fix busted ass tests.
      adds  d7f6b0c   Imported Upstream version 0.31
       new  6cdcbed   Merge tag 'upstream/0.31'
       new  28863f1   Import upstream version 0.31
       new  e8d4149   Update copyright years
       new  e46de61   Email change: Florian Schlichting -> fsfs at debian.org
       new  79a509d   update upstream metadata
       new  b6b3797   Forward manpage-has-bad-whatis-entry.patch
       new  09d5157   Declare compliance with Debian Policy 3.9.6 (no changes necessary)
       new  ec1eb35   Add autopkgtest header
       new  b31dee8   update changelog for release

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE                                           |  8 +--
 MANIFEST                                          |  1 +
 META.json                                         | 40 +++++++----
 META.yml                                          | 11 +--
 Makefile.PL                                       | 84 +++++++++++++----------
 README                                            |  6 +-
 README.mkdn                                       | 34 ++++-----
 debian/changelog                                  | 13 +++-
 debian/control                                    |  6 +-
 debian/copyright                                  |  4 +-
 debian/patches/manpage-has-bad-whatis-entry.patch |  4 +-
 debian/upstream/metadata                          |  7 ++
 lib/Graphics/Color.pm                             | 10 ++-
 lib/Graphics/Color/CMYK.pm                        | 11 ++-
 lib/Graphics/Color/Equal.pm                       | 11 ++-
 lib/Graphics/Color/HSL.pm                         | 11 ++-
 lib/Graphics/Color/HSV.pm                         | 11 ++-
 lib/Graphics/Color/RGB.pm                         | 11 ++-
 lib/Graphics/Color/Types.pm                       | 11 ++-
 lib/Graphics/Color/YIQ.pm                         | 11 ++-
 lib/Graphics/Color/YUV.pm                         | 11 ++-
 t/01-rgb.t                                        |  6 +-
 t/release-pod-syntax.t                            |  1 +
 t/release-synopsis.t                              |  2 +-
 24 files changed, 181 insertions(+), 144 deletions(-)
 create mode 100644 debian/upstream/metadata

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



More information about the Pkg-perl-cvs-commits mailing list