[DRE-commits] [ruby-lumberjack] branch master updated (9dee95d -> f6aeb90)

Daisuke Higuchi dai at moszumanska.debian.org
Sun Nov 26 13:06:32 UTC 2017


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

dai pushed a change to branch master
in repository ruby-lumberjack.

      from  9dee95d   Run wrap-and-sort on packaging files
      adds  772f0fd   New upstream version 1.0.10
       new  357680c   Update upstream source from tag 'upstream/1.0.10'
      adds  87255cc   New upstream version 1.0.11
       new  f887314   Update upstream source from tag 'upstream/1.0.11'
      adds  e4b2fe7   New upstream version 1.0.12
       new  7890b68   Update upstream source from tag 'upstream/1.0.12'
       new  aa19d78   update upstream author's mail address.
       new  460d9a7   add ruby-timecop to B-D.
       new  d52b0e6   remove override_dh_installchangelogs.
       new  b66f820   eliminate lintian warning: debian-watch-uses-insecure-uri
       new  2a70a32   Bump Standards-Version to 4.1.1 (no changes needed)
       new  0450d86   Bump debhelper compatibility level to 10
       new  d4f1bd6   new patch.
       new  444cd8d   Support autopkgtest-pkg-ruby.
       new  f6aeb90   update debian/changelog

The 12 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:
 .gitignore                                     |  5 ---
 .travis.yml                                    |  5 ---
 CHANGES.txt                                    | 40 ------------------
 README.rdoc => README.md                       | 57 +++++++++++++++++++-------
 VERSION                                        |  2 +-
 debian/changelog                               | 23 +++++++++++
 debian/compat                                  |  2 +-
 debian/control                                 |  6 +--
 debian/copyright                               |  2 +-
 debian/patches/fix_require_path.patch          | 15 +++++++
 debian/patches/series                          |  1 +
 debian/rules                                   |  3 --
 debian/tests/control                           |  3 ++
 debian/tests/run-test                          |  7 ++++
 debian/watch                                   |  2 +-
 lib/lumberjack.rb                              | 18 ++++----
 lib/lumberjack/device.rb                       | 12 +++---
 lib/lumberjack/device/date_rolling_log_file.rb | 23 +++++++----
 lib/lumberjack/device/log_file.rb              |  4 +-
 lib/lumberjack/device/rolling_log_file.rb      | 48 +++++++++++-----------
 lib/lumberjack/device/size_rolling_log_file.rb |  5 ++-
 lib/lumberjack/device/writer.rb                |  2 +-
 lib/lumberjack/formatter.rb                    |  8 ++--
 lib/lumberjack/log_entry.rb                    |  2 +-
 lib/lumberjack/logger.rb                       |  2 +-
 lib/lumberjack/rack.rb                         |  3 +-
 lib/lumberjack/rack/request_id.rb              | 25 +++++++++++
 lumberjack.gemspec                             | 44 ++++++++++++++------
 spec/device/date_rolling_log_file_spec.rb      | 55 +++++++++++++------------
 spec/device/log_file_spec.rb                   | 18 ++++++++
 spec/device/rolling_log_file_spec.rb           | 38 +++++++++++++----
 spec/formatter_spec.rb                         |  2 +-
 spec/lumberjack_spec.rb                        |  4 +-
 spec/rack/request_id_spec.rb                   | 48 ++++++++++++++++++++++
 spec/spec_helper.rb                            | 10 +++++
 35 files changed, 360 insertions(+), 184 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 .travis.yml
 delete mode 100644 CHANGES.txt
 rename README.rdoc => README.md (82%)
 create mode 100644 debian/patches/fix_require_path.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/run-test
 create mode 100644 lib/lumberjack/rack/request_id.rb
 create mode 100644 spec/rack/request_id_spec.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-lumberjack.git



More information about the Pkg-ruby-extras-commits mailing list