[libdevice-cdio-perl] branch master updated (4ada018 -> ab87288)

gregor herrmann gregoa at debian.org
Sat Jan 13 17:14:35 UTC 2018


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

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

      from  4ada018   update changelog
      adds  b62aa2f   Start upgrade to 1.1.0 interface
      adds  23bbc8b   Revise CD-Text for current libcdio 1.1.0 API
      adds  e35a1b7   Work on cdtext for libcdio 1.1.0
      adds  3120e8e   Bump libcdio version used in Travis CI
      adds  e31fbf0   Travis yaml typo
      adds  52fe86e   Another Travis config attempt
      adds  7aea0ea   Another Travis config attempt
      adds  46eb043   Correct get_track_isrc routine
      adds  04bab79   Correct cdtext handling for libcdio 2.0.0 API
      adds  e76c7cf   Improve Cd-Text handling
      adds  5709b5b   Reinstate all CD-Text tests...
      adds  64465eb   Bump version. Administrivia
      adds  952a17b   Remove old comment
      adds  4c3b2c9   Get ready for release 2.0.0
      adds  ed83bfe   New upstream version 2.0.0
       new  d4d78ac   Update upstream source from tag 'upstream/2.0.0'
       new  d7449c5   Update debian/changelog
       new  b20bedc   Drop remove-driver-bsdi.diff; done upstream.
       new  4a1644c   debian/rules: remove unused $(TEST_FILES) variable.
       new  225226d   Update years of upstream and packaging copyright.
       new  ca36b06   Bump debhelper compatibility level to 10.
       new  39eea23   Update build dependencies.
       new  ab87288   update changelog / add WAITS-FOR

The 8 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:
 Build.PL                               |   2 +-
 ChangeLog                              |  97 ++++++-
 Changes                                |   4 +
 MANIFEST                               |  17 +-
 META.json                              |  10 +-
 META.yml                               |  10 +-
 Makefile.PL                            |   2 +-
 SIGNATURE                              |  60 ++--
 t/cdtext.toc => data/cdtext-test.toc   |   0
 data/cdtext.cdt                        | Bin 0 -> 1729 bytes
 debian/changelog                       |  16 +-
 debian/compat                          |   2 +-
 debian/control                         |   4 +-
 debian/copyright                       |   4 +-
 debian/patches/remove-driver-bsdi.diff |  76 -----
 debian/patches/series                  |   1 -
 debian/rules                           |   2 +-
 examples/cdtext-raw.pl                 |  96 +++++++
 examples/cdtext.pl                     |  58 ++--
 lib/Device/Cdio.pm                     |   2 +-
 lib/Device/Cdio/Device.pm              | 258 ++++++++++++++++-
 lib/Device/Cdio/Track.pm               |   8 +-
 lib/perlcdio.pm                        |   9 +-
 lib/perliso9660.pm                     |   2 +-
 lib/perlmmc.pm                         |   4 +-
 perlcdio_wrap.c                        | 487 ++++++++++++++++-----------------
 perliso9660_wrap.c                     | 156 +++++++----
 perlmmc_wrap.c                         |  77 +++---
 swig/cdtext.swg                        |  35 ++-
 swig/device_const.swg                  |   4 +-
 swig/disc.swg                          |  82 +++---
 swig/perliso9660.swg                   |   9 +-
 swig/perlmmc.swg                       |   6 +-
 t/.gdb_history                         |  49 ----
 t/10.cdda.t                            |   1 +
 t/10.cdtext.t                          |  50 ++--
 36 files changed, 1039 insertions(+), 661 deletions(-)
 rename t/cdtext.toc => data/cdtext-test.toc (100%)
 create mode 100644 data/cdtext.cdt
 delete mode 100644 debian/patches/remove-driver-bsdi.diff
 delete mode 100644 debian/patches/series
 create mode 100644 examples/cdtext-raw.pl
 delete mode 100644 t/.gdb_history

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



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