[DRE-commits] [rerun] branch master updated (b3e578a -> 28eded7)

Antonio Terceiro terceiro at moszumanska.debian.org
Mon May 9 01:18:54 UTC 2016


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

terceiro pushed a change to branch master
in repository rerun.

      from  b3e578a   Run wrap-and-sort on packaging files
      adds  90d3af8   Imported Upstream version 0.11.0
       new  4335994   Merge tag 'upstream/0.11.0'
       new  8d7e12e   New upstream release
       new  edc5833   remove patch applied upstream
       new  c961fce   remove patch that was never used
       new  45a7b8a   Stop building manpages with ruby-ronn which depends on a deprecated library.
       new  0901f5d   Build manpage with asciidoctor, straight from the upstream README.md
       new  00d3f28   export patches
       new  e744d56   Fix manpage build
       new  c3d3adc   remove usage of deprecated feature in Ruby 2.3
       new  1684c0d   really install manpage
       new  aae6095   apply upstream patch for Object#timeout deprecation
       new  28eded7   release to unstable

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:
 .travis.yml                                        |    8 +
 Gemfile                                            |    4 +-
 README.md                                          |   53 +-
 Rakefile                                           |    7 +
 debian/changelog                                   |   11 +
 debian/control                                     |    2 +-
 ...ead-version-number-from-installed-gemspec.patch |    2 +-
 debian/patches/0002-Port-to-listen-3.patch         |   69 -
 .../patches/0002-Turn-README-into-a-manpage.patch  |  267 ++++
 ...03-Add-support-for-restarting-with-SIGHUP.patch |   64 -
 ...t-timeout-deprecation-warning-in-Ruby-2.3.patch |   25 +
 debian/patches/series                              |    3 +-
 debian/rerun.1.ronn                                |  144 --
 debian/rerun.manpages                              |    2 +-
 debian/rules                                       |   13 +-
 inc.rb                                             |    6 +-
 issues.json                                        |  912 ++++++++++++
 lib/rerun.rb                                       |    1 +
 lib/rerun/notification.rb                          |   64 +
 lib/rerun/options.rb                               |   34 +-
 lib/rerun/runner.rb                                |   67 +-
 lib/rerun/system.rb                                |   26 +-
 lib/rerun/watcher.rb                               |   11 +-
 pulls.json                                         | 1447 ++++++++++++++++++++
 rerun.gemspec                                      |    4 +-
 spec/functional_spec.rb                            |   92 +-
 spec/inc_process.rb                                |   91 ++
 spec/options_spec.rb                               |   52 +-
 spec/runner_spec.rb                                |   47 +-
 spec/spec_helper.rb                                |    4 +
 spec/watcher_spec.rb                               |    7 +-
 todo.md                                            |    9 +-
 32 files changed, 3121 insertions(+), 427 deletions(-)
 create mode 100644 .travis.yml
 delete mode 100644 debian/patches/0002-Port-to-listen-3.patch
 create mode 100644 debian/patches/0002-Turn-README-into-a-manpage.patch
 delete mode 100644 debian/patches/0003-Add-support-for-restarting-with-SIGHUP.patch
 create mode 100644 debian/patches/0003-Fix-Object-timeout-deprecation-warning-in-Ruby-2.3.patch
 delete mode 100644 debian/rerun.1.ronn
 create mode 100644 issues.json
 create mode 100644 lib/rerun/notification.rb
 create mode 100644 pulls.json
 create mode 100644 spec/inc_process.rb

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



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