[libdevice-cdio-perl] branch master updated (a4a1765 -> 36cdc43)

gregor herrmann gregoa at debian.org
Thu Nov 2 13:50:35 UTC 2017


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  a4a1765   mark patches as applied-upstream
      adds  415029f   Administrivia - bump version
      adds  06b9a31   Don't how to get non-numeric git version
      adds  0192897   Lots of Administrivia:
      adds  3f7669f   Botched travis env vars
      adds  fca888b   Try travis testing on 2 libcdio version
      adds  1dbdb7a   travis cpanm futzing
      adds  f9316b1   Another travis attempt
      adds  65c794a   Fix travis config bug
      adds  bc9fc96   Spelling mistakes from gregor herrmann
      adds  70675d1   CircleCI testing
      adds  f3590b1   CircleCI test 3
      adds  584f043   CirclCi test again
      adds  f604b85   CirclCi test again
      adds  3c7793a   CircleCI is close to working
      adds  74c85b7   CircleCI is close to working (again)
      adds  9b93b0e   CircleCI env vars (again)
      adds  5cf7c1a   CI Administrivia
      adds  e0a216a   Simplify code (we require >= 0.92)
      adds  b4ad466   Add Test::Pod::Coverage to CircleCI
      adds  c945b32   Simplify: No longer have cdtext_{old,new}
      adds  9436d82   ISO9660 stat hash ref now returns time
      adds  4567dc1   Set timezioe UTC in tests...
      adds  6b5419f   Add {cdio_,}audio_play_track_index. Go over docs
      adds  1c31305   Regularize docs
      adds  8f176cb   add CircleCI badge
      adds  a4fe86a   add CircleCI badge
      adds  92bd310   add CircleCI badge
      adds  18db413   Get ready for release 0.4.0
      adds  8575f2c   New upstream version 0.4.0
       new  4d8a700   Update upstream source from tag 'upstream/0.4.0'
       new  4a391b6   Update debian/changelog
       new  2ba300a   Drop patches, both merged or fixed otherwise upstream.
       new  a169edc   Drop TZ=UTC for tests in debian/rules.
       new  6a95f43   Update years of upstream copyright.
       new  14f9505   Remove information about dropped files from debian/copyright.
       new  36cdc43   releasing package libdevice-cdio-perl version 0.4.0-1

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:
 Build.PL                                           |   4 -
 ChangeLog                                          | 133 ++++++++++++++-
 ChangeLog.0                                        | 161 ------------------
 Changes                                            |  10 ++
 MANIFEST                                           |   6 +-
 META.json                                          |   4 +-
 META.yml                                           |   4 +-
 Makefile                                           | 118 -------------
 README.md                                          |   2 +-
 SIGNATURE                                          |  62 ++++---
 debian/changelog                                   |  12 +-
 debian/copyright                                   |   8 +-
 .../patches/03_version_information_in_swig.patch   |  28 ---
 debian/patches/06_spelling.patch                   |  96 -----------
 debian/patches/series                              |   2 -
 debian/rules                                       |   2 +-
 examples/iso1.pl                                   |  23 ++-
 lib/Device/Cdio.pm                                 |  45 ++---
 lib/Device/Cdio/Device.pm                          | 145 +++++++++-------
 lib/Device/Cdio/ISO9660.pm                         | 122 +++++++++----
 lib/Device/Cdio/ISO9660/FS.pm                      |  49 +++---
 lib/Device/Cdio/ISO9660/IFS.pm                     | 131 +++++---------
 lib/Device/Cdio/Track.pm                           |  41 ++---
 lib/Device/Cdio/Util.pm                            |  15 +-
 lib/perlcdio.pm                                    |   1 +
 lib/perliso9660.pm                                 |   2 +-
 perlcdio_wrap.c                                    | 113 +++++++++++-
 perliso9660_wrap.c                                 |  98 +++++++++--
 swig/audio.swg                                     |  75 ++++++--
 swig/cdtext_new.swg                                | 189 ---------------------
 swig/cdtext_old.swg                                |  72 --------
 swig/device.swg                                    |   2 +-
 swig/perliso9660.swg                               |  35 ++--
 t/05.ops.t                                         |   1 -
 t/07.iso1.t                                        |  50 +++++-
 t/07.iso2.t                                        |  73 +++++++-
 t/07.iso3.t                                        |  17 +-
 37 files changed, 901 insertions(+), 1050 deletions(-)
 delete mode 100644 ChangeLog.0
 delete mode 100644 Makefile
 delete mode 100644 debian/patches/03_version_information_in_swig.patch
 delete mode 100644 debian/patches/06_spelling.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 swig/cdtext_new.swg
 delete mode 100644 swig/cdtext_old.swg

-- 
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