[DRE-commits] [ruby-curb] branch master updated (b973d32 -> 338bea2)

David Suárez deiv-guest at moszumanska.debian.org
Sun Sep 28 21:04:52 UTC 2014


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

deiv-guest pushed a change to branch master
in repository ruby-curb.

      from  b973d32   upload to unstable
      adds  fb74569   Imported Upstream version 0.8.6
       new  5a93c67   Merge tag 'upstream/0.8.6'
       new  bc12529   Refresh patches
       new  2a2bda0   Remove 'add-support-for-curl-7.33.0' patch; applied upstream
       new  eb622dd   Update Homepage
       new  deb052a   Update README file
       new  8bed850   Fix license short name
       new  338bea2   Prepare changelog

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:
 README                                             | 194 -----------------
 README.markdown                                    | 230 +++++++++++++++++++++
 debian/changelog                                   |  15 ++
 debian/control                                     |   2 +-
 debian/copyright                                   |   6 +-
 debian/patches/add-support-for-curl-7.33.0.patch   |  76 -------
 .../patches/disable_test_requiring_network.patch   |   2 +-
 ...e-local-extension-dir-from-tests-loadpath.patch |   6 +-
 debian/patches/series                              |   1 -
 debian/ruby-curb.docs                              |   2 +-
 ext/curb.c                                         |   7 +
 ext/curb.h                                         |  14 +-
 ext/curb_easy.c                                    |  41 +++-
 ext/curb_errors.c                                  |  43 ++--
 ext/curb_errors.h                                  |  13 +-
 ext/curb_multi.c                                   |  26 ++-
 ext/extconf.rb                                     |  21 +-
 lib/curl.rb                                        |   3 +-
 lib/curl/easy.rb                                   | 128 ++++++------
 metadata.yml                                       |  12 +-
 tests/bug_crash_on_progress.rb                     |  42 +++-
 tests/bug_issue102.rb                              |  17 ++
 tests/helper.rb                                    |   7 +-
 tests/tc_curl_download.rb                          |   2 +-
 tests/tc_curl_easy.rb                              |  15 +-
 tests/tc_curl_multi.rb                             |   2 +-
 26 files changed, 510 insertions(+), 417 deletions(-)
 delete mode 100644 README
 create mode 100644 README.markdown
 delete mode 100644 debian/patches/add-support-for-curl-7.33.0.patch
 create mode 100644 tests/bug_issue102.rb

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



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