[DRE-commits] [ruby-nokogiri] branch master updated (c6ad2d8 -> 73b6661)

Jérémy Bobbio lunar at alioth.debian.org
Sun Nov 3 11:25:00 UTC 2013


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

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

      from  c6ad2d8   build against gem2deb >= 0.5~
       new  dd6f026   Add git-buildpackage configuration
       new  25f6bfd   Remove embedded code copy from upstream source
      adds  42d8c8e   Imported Upstream version 1.6.0
       new  a365e1b   Merge tag 'upstream/1.6.0'
       new  09fb588   Update patches
       new  c0f6d87   Revert "create empty file missing from the archive for the purpose of tests"
       new  16bc80c   Add a patch to always use the system libraries
       new  73b6661   Release version 1.6.0

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:
 .travis.yml                                      |   27 ++
 CHANGELOG.ja.rdoc                                |  205 ++++++----
 CHANGELOG.rdoc                                   |   52 ++-
 Gemfile                                          |   21 +
 Manifest.txt                                     |   12 +
 ROADMAP.md                                       |    2 +-
 Rakefile                                         |   26 +-
 build_all                                        |    2 +-
 debian/changelog                                 |   15 +
 debian/gbp.conf                                  |    6 +
 debian/patches/always_use_system_libraries.patch |   33 ++
 debian/patches/fix_tests_assert_match.patch      |   40 --
 debian/patches/minitest5_support.patch           |   19 -
 debian/patches/remove-annoying-warning.patch     |    8 +-
 debian/patches/series                            |    3 +-
 debian/rules                                     |    7 -
 dependencies.yml                                 |    4 +
 ext/nokogiri/extconf.rb                          |  155 ++++---
 ext/nokogiri/html_element_description.c          |    5 +-
 ext/nokogiri/nokogiri.c                          |   10 +
 ext/nokogiri/xslt_stylesheet.c                   |    2 +-
 lib/nokogiri/version.rb                          |   17 +-
 lib/nokogiri/xml/document.rb                     |    9 +-
 lib/nokogiri/xml/node.rb                         |   23 +-
 lib/nokogiri/xml/node_set.rb                     |    6 +-
 lib/xsd/xmlparser/nokogiri.rb                    |   14 +-
 metadata.yml                                     |  468 +++++++++++-----------
 tasks/cross_compile.rb                           |   28 +-
 .gemtest => test/files/bogus.xml                 |    0
 test/files/saml/saml20assertion_schema.xsd       |  283 +++++++++++++
 test/files/saml/saml20protocol_schema.xsd        |  302 ++++++++++++++
 test/files/saml/xenc_schema.xsd                  |  146 +++++++
 test/files/saml/xmldsig_schema.xsd               |  318 +++++++++++++++
 test/html/test_element_description.rb            |    5 +
 test/xml/test_document.rb                        |    7 +-
 test/xml/test_entity_reference.rb                |    2 +-
 test/xml/test_node.rb                            |    2 +-
 test/xml/test_schema.rb                          |    9 +
 test/xslt/test_custom_functions.rb               |    4 +
 test_all                                         |    4 +-
 40 files changed, 1812 insertions(+), 489 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 Gemfile
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/patches/always_use_system_libraries.patch
 delete mode 100644 debian/patches/fix_tests_assert_match.patch
 delete mode 100644 debian/patches/minitest5_support.patch
 create mode 100644 dependencies.yml
 copy .gemtest => test/files/bogus.xml (100%)
 create mode 100644 test/files/saml/saml20assertion_schema.xsd
 create mode 100644 test/files/saml/saml20protocol_schema.xsd
 create mode 100644 test/files/saml/xenc_schema.xsd
 create mode 100644 test/files/saml/xmldsig_schema.xsd

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



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