[libflickr-api-perl] branch master updated (9fbf7b1 -> e51a587)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Mon Aug 17 17:11:56 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libflickr-api-perl.

      from  9fbf7b1   Forward fix spelling errors patch to upstream
      adds  f0b0978   Imported Upstream version 1.18
       new  06af9ff   Merge tag 'upstream/1.18'
       new  dadaa1e   Update debian/changelog
       new  524f82c   Remove spelling errors patch
       new  e51a587   Release libflickr-api-perl 1.18-1 to unstable

The 4 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                                            | 106 +++++----
 MANIFEST                                           |   6 +
 META.json                                          |   5 +-
 META.yml                                           |   5 +-
 Makefile.PL                                        |   5 +-
 README                                             |   1 +
 debian/changelog                                   |   9 +
 debian/patches/fix-spelling-error-in-manpage.patch |  19 --
 debian/patches/series                              |   1 -
 lib/Flickr/API.pm                                  |  15 +-
 lib/Flickr/API/Cameras.pm                          | 240 ++++++++++++++++++++
 lib/Flickr/API/People.pm                           | 122 +++++++++++
 lib/Flickr/API/Reflection.pm                       | 242 +++++++++++++++++++++
 lib/Flickr/API/Request.pm                          |   7 +-
 lib/Flickr/API/Response.pm                         |  10 +-
 lib/Flickr/Tools.pm                                |  54 +++++
 t/07-reflection.t                                  |  85 ++++++++
 t/08-cameras.t                                     |  94 ++++++++
 18 files changed, 943 insertions(+), 83 deletions(-)
 delete mode 100644 debian/patches/fix-spelling-error-in-manpage.patch
 create mode 100644 lib/Flickr/API/Cameras.pm
 create mode 100644 lib/Flickr/API/People.pm
 create mode 100644 lib/Flickr/API/Reflection.pm
 create mode 100644 lib/Flickr/Tools.pm
 create mode 100644 t/07-reflection.t
 create mode 100644 t/08-cameras.t

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



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