[libpithub-perl] branch master updated (b074b51 -> 7f4e6c0)

gregor herrmann gregoa at debian.org
Mon Jan 20 20:07:48 UTC 2014


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

gregoa pushed a change to branch master
in repository libpithub-perl.

      from  b074b51   prepare release
      adds  2036917   Imported Upstream version 0.01021
       new  95f3b78   Merge tag 'upstream/0.01021'
       new  ce6ef5e   New upstream release.
       new  dc9fb1f   cme: reformat debian/control
       new  564d896   Declare compliance with Debian Policy 3.9.5.
       new  7f4e6c0   releasing package libpithub-perl version 0.01021-1

The 5 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:
 Changes                             |   4 +
 MANIFEST                            |   3 +
 META.json                           | 172 ++++++++++++++++++++++++++++--------
 META.yml                            | 150 +++++++++++++++++++++++--------
 Makefile.PL                         |  42 ++++-----
 README                              |   4 +-
 covered/covered-0.01.db             | Bin 0 -> 11264 bytes
 debian/changelog                    |   9 ++
 debian/control                      |  33 +++----
 lib/Pithub.pm                       |   6 +-
 lib/Pithub/Base.pm                  |   6 +-
 lib/Pithub/Events.pm                |   6 +-
 lib/Pithub/Gists.pm                 |   6 +-
 lib/Pithub/Gists/Comments.pm        |   6 +-
 lib/Pithub/GitData.pm               |   6 +-
 lib/Pithub/GitData/Blobs.pm         |   6 +-
 lib/Pithub/GitData/Commits.pm       |   6 +-
 lib/Pithub/GitData/References.pm    |   6 +-
 lib/Pithub/GitData/Tags.pm          |   6 +-
 lib/Pithub/GitData/Trees.pm         |   6 +-
 lib/Pithub/Issues.pm                |   6 +-
 lib/Pithub/Issues/Assignees.pm      |   6 +-
 lib/Pithub/Issues/Comments.pm       |   6 +-
 lib/Pithub/Issues/Events.pm         |   6 +-
 lib/Pithub/Issues/Labels.pm         |   6 +-
 lib/Pithub/Issues/Milestones.pm     |   6 +-
 lib/Pithub/Orgs.pm                  |   6 +-
 lib/Pithub/Orgs/Members.pm          |   6 +-
 lib/Pithub/Orgs/Teams.pm            |   6 +-
 lib/Pithub/PullRequests.pm          |   6 +-
 lib/Pithub/PullRequests/Comments.pm |   6 +-
 lib/Pithub/Repos.pm                 |   6 +-
 lib/Pithub/Repos/Collaborators.pm   |   6 +-
 lib/Pithub/Repos/Commits.pm         |   6 +-
 lib/Pithub/Repos/Contents.pm        |   6 +-
 lib/Pithub/Repos/Downloads.pm       |   6 +-
 lib/Pithub/Repos/Forks.pm           |   6 +-
 lib/Pithub/Repos/Hooks.pm           |   6 +-
 lib/Pithub/Repos/Keys.pm            |   6 +-
 lib/Pithub/Repos/Starring.pm        |   6 +-
 lib/Pithub/Repos/Stats.pm           |   6 +-
 lib/Pithub/Repos/Statuses.pm        | 141 +++++++++++++++++++++++++++++
 lib/Pithub/Repos/Watching.pm        |   6 +-
 lib/Pithub/Result.pm                |   6 +-
 lib/Pithub/Search.pm                |   6 +-
 lib/Pithub/Users.pm                 |   6 +-
 lib/Pithub/Users/Emails.pm          |   6 +-
 lib/Pithub/Users/Followers.pm       |   6 +-
 lib/Pithub/Users/Keys.pm            |   6 +-
 t/release-pod-syntax.t              |   1 +
 t/repos.t                           |  26 ++++++
 51 files changed, 628 insertions(+), 191 deletions(-)
 create mode 100644 covered/covered-0.01.db
 create mode 100644 lib/Pithub/Repos/Statuses.pm

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



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