[libflickr-api-perl] branch master updated (6b052a8 -> b567581)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Jul 25 20:58:34 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  6b052a8   update changelog
       new  29539b1   Add debian/upstream/metadata
       new  d53f550   Update debian/changelog
      adds  9f169d4   Imported Upstream version 1.16
       new  93ddfc8   Merge tag 'upstream/1.16'
       new  9ee775e   Update debian/changelog
       new  d4aa15a   d/changelog: update information generated by dpt
       new  8938985   Update dependencies
       new  c1aaefb   Declare compliance with Debian Policy 3.9.6
       new  69075f8   Add autopkgtest
       new  1c414ea   Remove executables file extension when install them
       new  dbc81a7   Add patch to fix spelling error in manpage
       new  7aca94d   Remove .pl from binary manpages too
       new  e25defe   Set debhelper >= 9
       new  1277e07   Update upstream copyright
       new  e7e0744   Patch tests to run them in installed version
       new  b567581   release libflickr-api-perl 1.16-1 to unstable

The 15 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                                            |   35 +
 LICENSE                                            |  190 ++++
 MANIFEST                                           |   21 +-
 META.json                                          |   59 ++
 META.yml                                           |   61 +-
 Makefile.PL                                        |   68 +-
 README                                             |   84 +-
 debian/changelog                                   |   19 +-
 debian/compat                                      |    2 +-
 debian/control                                     |   14 +-
 debian/copyright                                   |    2 +
 debian/patches/fix-spelling-error-in-manpage.patch |   23 +
 debian/patches/fix_script_path_autopkgtest.patch   |   36 +
 debian/patches/series                              |    2 +
 debian/rules                                       |   14 +
 debian/upstream/metadata                           |    5 +
 examples/flickr_method_test_echo.pl                |  121 +++
 examples/flickr_method_test_login.pl               |  141 +++
 examples/flickr_oauth_authentication.pl            |  200 ++++
 lib/Flickr/API.pm                                  | 1026 +++++++++++++++++---
 lib/Flickr/API/Request.pm                          |  128 ++-
 lib/Flickr/API/Response.pm                         |  140 ++-
 script/flickr_dump_stored_config.pl                |  108 +++
 script/flickr_make_stored_config.pl                |  395 ++++++++
 t/01-test.t                                        |   40 +-
 t/02-flickr_api.t                                  |   67 ++
 t/02-oauth_api.t                                   |  159 +++
 t/03-flickr_api.t                                  |  108 +++
 t/03-oauth_consumer.t                              |   70 ++
 t/04-flickr_authuri.t                              |   46 +
 t/04-oauth_requesttoken.t                          |   81 ++
 t/05-flickr_authentication.t                       |  140 +++
 t/05-oauth_authentication.t                        |  154 +++
 t/06-flickr-authenticated-methods.t                |   89 ++
 t/06-oauth-authenticated-methods.t                 |   91 ++
 35 files changed, 3689 insertions(+), 250 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 META.json
 create mode 100644 debian/patches/fix-spelling-error-in-manpage.patch
 create mode 100644 debian/patches/fix_script_path_autopkgtest.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata
 create mode 100644 examples/flickr_method_test_echo.pl
 create mode 100644 examples/flickr_method_test_login.pl
 create mode 100644 examples/flickr_oauth_authentication.pl
 create mode 100755 script/flickr_dump_stored_config.pl
 create mode 100755 script/flickr_make_stored_config.pl
 create mode 100644 t/02-flickr_api.t
 create mode 100644 t/02-oauth_api.t
 create mode 100644 t/03-flickr_api.t
 create mode 100644 t/03-oauth_consumer.t
 create mode 100644 t/04-flickr_authuri.t
 create mode 100644 t/04-oauth_requesttoken.t
 create mode 100644 t/05-flickr_authentication.t
 create mode 100644 t/05-oauth_authentication.t
 create mode 100644 t/06-flickr-authenticated-methods.t
 create mode 100644 t/06-oauth-authenticated-methods.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