[libimage-exiftool-perl] branch master updated (a93d35b -> 09a8efa)

gregor herrmann gregoa at debian.org
Sat Apr 9 00:10:53 UTC 2016


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

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

      from  a93d35b   releasing package libimage-exiftool-perl version 10.13-1
      adds  af99848   Imported Upstream version 10.14
       new  20ee26d   Merge tag 'upstream/10.14'
       new  296c7a6   New upstream release. Closes: #820481
       new  eb5112d   Declare compliance with Debian Policy 3.9.8.
       new  4a93607   Add note about API changes to debian/NEWS.
       new  0c909a9   Add spelling.patch to fix a spelling mistake in the POD.
       new  09a8efa   releasing package libimage-exiftool-perl version 10.14-1

The 6 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                              |  23 +++-
 MANIFEST                             |   3 +
 META.yml                             |   2 +-
 README                               |  73 +++++-----
 config_files/gps2utm.config          | 256 +++++++++++++++++++++++++++++++++++
 debian/NEWS                          |  10 ++
 debian/changelog                     |   9 ++
 debian/control                       |   2 +-
 debian/patches/series                |   1 +
 debian/patches/spelling.patch        |  29 ++++
 exiftool                             |  79 +++++------
 html/ExifTool.html                   |  14 +-
 html/TagNames/Canon.html             |   5 +-
 html/TagNames/Composite.html         | 148 +++++++++++---------
 html/TagNames/FujiFilm.html          |   9 +-
 html/TagNames/{APE.html => ISO.html} | 145 ++++++++++----------
 html/TagNames/Nikon.html             |  14 +-
 html/TagNames/Olympus.html           | 196 ++++++++++++++-------------
 html/TagNames/Samsung.html           |  14 +-
 html/TagNames/Sony.html              |  10 +-
 html/TagNames/index.html             |   3 +-
 html/exiftool_pod.html               |  76 ++++++-----
 html/faq.html                        |  33 +++--
 html/history.html                    |  26 +++-
 html/index.html                      |  31 +++--
 lib/Image/ExifTool.pm                |  38 +++---
 lib/Image/ExifTool.pod               |  84 ++++++------
 lib/Image/ExifTool/APE.pm            |  20 ++-
 lib/Image/ExifTool/Canon.pm          |   7 +-
 lib/Image/ExifTool/FujiFilm.pm       |  11 ++
 lib/Image/ExifTool/H264.pm           |   2 +-
 lib/Image/ExifTool/ID3.pm            |   3 +-
 lib/Image/ExifTool/ISO.pm            | 193 ++++++++++++++++++++++++++
 lib/Image/ExifTool/M2TS.pm           |  18 ++-
 lib/Image/ExifTool/Minolta.pm        |   4 +-
 lib/Image/ExifTool/Nikon.pm          |   6 +-
 lib/Image/ExifTool/Olympus.pm        |   8 +-
 lib/Image/ExifTool/Ricoh.pm          |   2 +-
 lib/Image/ExifTool/Samsung.pm        |  11 +-
 lib/Image/ExifTool/Sony.pm           |  56 ++++----
 lib/Image/ExifTool/TagLookup.pm      |  23 ++++
 lib/Image/ExifTool/TagNames.pod      |  50 +++++++
 lib/Image/ExifTool/Writer.pl         |   2 +
 lib/Image/ExifTool/XMP2.pl           |   2 +-
 perl-Image-ExifTool.spec             |  72 +++++-----
 t/APE_2.out                          |   7 +-
 t/FujiFilm_4.out                     |   4 +-
 47 files changed, 1293 insertions(+), 541 deletions(-)
 create mode 100644 config_files/gps2utm.config
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 copy html/TagNames/{APE.html => ISO.html} (50%)
 create mode 100644 lib/Image/ExifTool/ISO.pm

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



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