[DRE-commits] [ruby-sqlite3] branch master updated (1062402 -> 3ba935f)

Cédric Boutillier boutil at alioth.debian.org
Fri Oct 18 16:08:13 UTC 2013


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

boutil pushed a change to branch master
in repository ruby-sqlite3.

      from  1062402   debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field
       new  48165eb   debian/watch: use gemwatch service
      adds  dd40ddd   Imported Upstream version 1.3.8
       new  edf669b   Merge tag 'upstream/1.3.8'
       new  0cbd42b   debian/control: drop transitional packages; Bump Standards-Version to 3.9.4
       new  6e1e85a   update homepage to point to github.com/sparklemotion/sqlite3-ruby
       new  7c3fce1   add doc-base registration
       new  c8aecf9   build-depend on ruby-minitest
       new  81a6db3   build against gem2deb >= 0.5.0
       new  3ba935f   prepare changelog

The 8 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                   |   14 ---
 .travis.yml                  |   17 ---
 CHANGELOG.rdoc               |   25 +++++
 Gemfile                      |   15 +++
 Manifest.txt                 |    2 +
 debian/changelog             |   18 ++++
 debian/control               |   36 +------
 debian/copyright             |    2 +-
 debian/ruby-sqlite3.doc-base |   11 ++
 debian/watch                 |    5 +-
 ext/sqlite3/database.c       |   11 +-
 ext/sqlite3/extconf.rb       |    2 +-
 ext/sqlite3/statement.c      |    7 +-
 lib/sqlite3/version.rb       |    4 +-
 metadata.yml                 |  245 ++++++++++++++++++++++++++++++++++++++++++
 tasks/gem.rake               |   17 +--
 tasks/native.rake            |   20 ++--
 tasks/vendor_sqlite3.rake    |   81 ++++++++++----
 test/helper.rb               |   12 ++-
 test/test_database.rb        |   17 ++-
 test/test_statement.rb       |   24 ++++-
 21 files changed, 465 insertions(+), 120 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 .travis.yml
 create mode 100644 Gemfile
 create mode 100644 debian/ruby-sqlite3.doc-base
 create mode 100644 metadata.yml

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



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