[DRE-commits] [ruby-pcaprub] branch master updated (5862e35 -> da37b57)

Jérémy Bobbio lunar at moszumanska.debian.org
Tue Sep 8 08:35:25 UTC 2015


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

lunar pushed a change to branch master
in repository ruby-pcaprub.

      from  5862e35   Release version 0.11.3-2
      adds  cd55794   Imported Upstream version 0.12.0
       new  66b5b13   Merge tag 'upstream/0.12.0'
       new  5ecd188   Update location of upstream repository
       new  b1fd44d   Add a patch to remove mandatory usage of Bundler
       new  2c70477   Update debian/copyright
       new  a8992b5   Switch to debhelper compat level 9
       new  da37b57   Bump Standards-Version

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:
 .travis.yml                                 |  11 +
 Gemfile                                     |  20 +
 README.rdoc                                 |  70 +++-
 Rakefile                                    | 120 +++---
 checksums.yaml.gz                           | Bin 0 -> 428 bytes
 debian/compat                               |   2 +-
 debian/control                              |   6 +-
 debian/copyright                            |   6 +-
 debian/patches/0001-Don-t-use-Bundler.patch |  18 +
 debian/patches/series                       |   1 +
 ext/{pcaprub => pcaprub_c}/extconf.rb       |  46 +--
 ext/{pcaprub => pcaprub_c}/pcaprub.c        | 544 +++++++++++++++++++++-------
 lib/pcaprub/ext.rb                          |  16 +-
 lib/pcaprub/version.rb                      |  14 +-
 metadata.yml                                | 125 ++++++-
 pcaprub.gemspec                             |  60 ---
 test/helper.rb                              |   9 +-
 test/test_pcaprub_unit.rb                   | 200 +++++-----
 18 files changed, 857 insertions(+), 411 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 Gemfile
 create mode 100644 checksums.yaml.gz
 create mode 100644 debian/patches/0001-Don-t-use-Bundler.patch
 create mode 100644 debian/patches/series
 rename ext/{pcaprub => pcaprub_c}/extconf.rb (53%)
 rename ext/{pcaprub => pcaprub_c}/pcaprub.c (75%)
 delete mode 100644 pcaprub.gemspec

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



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