[DRE-commits] [ruby-hoe] branch master updated (4efa0c9 -> a09345d)

Cédric Boutillier boutil at moszumanska.debian.org
Thu Jan 16 11:17:12 UTC 2014


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

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

      from  4efa0c9   debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field
      adds  d0b058e   Imported Upstream version 3.8.0
       new  eec45bd   Merge tag 'upstream/3.8.0'
       new  c01b2c2   open changelog entry
       new  9817a8a   bump Standards-Version; drop rubygems, restrict version checking for rake
       new  fc28439   Refresh patches
       new  5184e8f   Add a man page for the sow utility
       new  9cf8825   fix syntax error in debian/copyright
       new  a09345d   target unstable

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:
 History.txt                            | 241 ++++++++++++++++++++++++++++-----
 README.txt                             |   7 +
 Rakefile                               |   6 +-
 bin/sow                                |  30 +++-
 checksums.yaml.gz                      | Bin 0 -> 268 bytes
 checksums.yaml.gz.sig                  | Bin 0 -> 256 bytes
 data.tar.gz.sig                        |   4 +-
 debian/changelog                       |  16 +++
 debian/control                         |   5 +-
 debian/copyright                       |  14 +-
 debian/patches/disable-tests.patch     |   7 +-
 debian/patches/fix-template-path.patch |   9 +-
 debian/ruby-hoe.manpages               |   1 +
 debian/sow.1                           |  36 +++++
 lib/hoe.rb                             | 120 +++++++++++-----
 lib/hoe/compiler.rb                    |   3 +
 lib/hoe/deps.rb                        | 176 +++++++++++++-----------
 lib/hoe/flog.rb                        |  12 +-
 lib/hoe/gem_prelude_sucks.rb           |   4 +-
 lib/hoe/gemcutter.rb                   |   3 +
 lib/hoe/inline.rb                      |   5 +-
 lib/hoe/newb.rb                        |   2 +-
 lib/hoe/package.rb                     |   2 +-
 lib/hoe/publish.rb                     |  97 +++++++------
 lib/hoe/racc.rb                        |  29 ++--
 lib/hoe/rake.rb                        |   4 +-
 lib/hoe/rcov.rb                        |   6 +-
 lib/hoe/rubyforge.rb                   |   2 +-
 lib/hoe/signing.rb                     |  88 ++++++------
 lib/hoe/test.rb                        |  13 +-
 metadata.gz.sig                        |   4 +-
 metadata.yml                           | 174 +++++++++++-------------
 template/.autotest.erb                 |   6 +-
 template/Rakefile.erb                  |  14 +-
 template/lib/file_name.rb.erb          |   3 +-
 template/test/test_file_name.rb.erb    |   5 +-
 test/test_hoe.rb                       | 141 +++++++++++--------
 test/test_hoe_debug.rb                 |  42 +++---
 test/test_hoe_gemcutter.rb             |   2 +-
 test/test_hoe_publish.rb               |   3 +-
 test/test_hoe_test.rb                  |   7 +-
 41 files changed, 874 insertions(+), 469 deletions(-)
 create mode 100644 checksums.yaml.gz
 create mode 100644 checksums.yaml.gz.sig
 create mode 100644 debian/ruby-hoe.manpages
 create mode 100644 debian/sow.1

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



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