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

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

      from  d6f2e14   update changelog
      adds  f3ed26b   New upstream version 1.28
       new  83819d9   Merge tag 'upstream/1.28'
       new  fda5653   Update debian/changelog
       new  57bb4bb   Update years of upstream copyright
       new  ee280bb   Refresh patch (line offset)
       new  26064b6   Ship provided examples and docs
       new  c5ec11e   Declare compliance with Debian Policy 3.9.8
       new  b586552   prepare changelog for release

The 7 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                                          |  20 ++
 MANIFEST                                         |   4 +
 META.json                                        |   3 +-
 META.yml                                         |   3 +-
 Makefile.PL                                      |   8 +
 README                                           |  68 +++-
 debian/changelog                                 |  13 +-
 debian/control                                   |   2 +-
 debian/copyright                                 |   2 +-
 debian/libflickr-api-perl.docs                   |   2 +
 debian/libflickr-api-perl.examples               |   1 +
 debian/patches/fix_script_path_autopkgtest.patch |   4 +-
 examples/flickr_flickr_authentication.pl         | 235 ++++++++++++++
 examples/flickr_oauth_authentication.pl          |  53 ++-
 lib/Flickr/API.pm                                | 396 ++++++++++++++++-------
 lib/Flickr/API/Cameras.pm                        |   2 +-
 lib/Flickr/API/People.pm                         |   6 +-
 lib/Flickr/API/Reflection.pm                     |   2 +-
 lib/Flickr/API/Request.pm                        |   6 +-
 lib/Flickr/API/Response.pm                       |  20 +-
 lib/Flickr/API/Upload.pm                         | 200 ++++++++++++
 script/flickr_dump_stored_config.pl              |  12 +-
 script/flickr_make_stored_config.pl              |  80 +++--
 script/flickr_make_test_values.pl                |   9 +
 t/02-flickr_api.t                                |  24 +-
 t/02-oauth_api.t                                 |   4 +-
 t/03-flickr_api.t                                |   8 +-
 t/05-flickr_authentication.t                     |  25 +-
 t/05-oauth_authentication.t                      |  35 +-
 t/06-flickr-authenticated-methods.t              |   4 +-
 t/09-people.t                                    |  24 +-
 t/10-upload.jpg                                  | Bin 0 -> 8022 bytes
 t/10-upload.t                                    | 115 +++++++
 33 files changed, 1169 insertions(+), 221 deletions(-)
 create mode 100644 debian/libflickr-api-perl.docs
 create mode 100644 debian/libflickr-api-perl.examples
 create mode 100644 examples/flickr_flickr_authentication.pl
 create mode 100644 lib/Flickr/API/Upload.pm
 create mode 100644 t/10-upload.jpg
 create mode 100644 t/10-upload.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libflickr-api-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