[DRE-commits] [nanoc] branch master updated (a501f4b -> 5628342)

Cédric Boutillier boutil at moszumanska.debian.org
Sun Feb 9 23:31:13 UTC 2014


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

boutil pushed a change to branch master
in repository nanoc.

      from  a501f4b   Merge tag 'upstream/3.6.4'
       new  5821b1c   mark the version as unreleased
       new  dd9d51d   use ruby-tests.rb to run tests
       new  0f20f9f   add a few build depends
       new  f96e623   add some patches
      adds  79e0a36   Imported Upstream version 3.6.7
       new  7607677   Merge tag 'upstream/3.6.7'
       new  d799661   add Standards-Version, use canonical Vcs fields
       new  56bbdef   add DEP3 header to deactivate_rubygems_in_tests.patch and no_bundler_no_loadpath_modif.patch
       new  56d1d4e   improve description
       new  5628342   ITP bug number

The 9 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:
 Architecture.md                                    |  70 ------------
 Gemfile                                            |   7 +-
 Gemfile.lock                                       | 127 +++++++++++----------
 NEWS.md                                            |  40 ++++++-
 TODO.md                                            | 114 ------------------
 checksums.yaml.gz                                  | Bin 422 -> 421 bytes
 debian/changelog                                   |   6 +-
 debian/control                                     |  72 +++++++++---
 debian/patches/add_if_have.patch                   |  65 +++++++++++
 debian/patches/deactivate_rubygems_in_tests.patch  |   6 +
 debian/patches/deactivate_test_huge_site.patch     |  29 +++++
 debian/patches/deactivate_uglify_test.patch        |  18 +++
 debian/patches/no_bundler_no_loadpath_modif.patch  |  25 ++++
 debian/patches/no_rdoc4.patch                      |  39 +++++++
 debian/patches/series                              |   4 +
 debian/ruby-tests.rake                             |  20 ----
 debian/ruby-tests.rb                               |  19 +++
 lib/nanoc.rb                                       |   9 +-
 lib/nanoc/base/compilation/compiler.rb             |   3 +-
 lib/nanoc/base/compilation/dependency_tracker.rb   |   5 +
 lib/nanoc/base/source_data/item.rb                 |   3 +-
 lib/nanoc/cli.rb                                   |  17 ++-
 lib/nanoc/cli/cleaning_stream.rb                   |  27 ++++-
 lib/nanoc/cli/commands/autocompile.rb              |   1 +
 lib/nanoc/cli/commands/compile.rb                  |  82 +++++++++----
 lib/nanoc/cli/commands/create-site.rb              |  22 +---
 lib/nanoc/cli/commands/view.rb                     |  12 +-
 lib/nanoc/cli/commands/watch.rb                    |   5 +-
 lib/nanoc/data_sources/filesystem_unified.rb       |   6 +-
 lib/nanoc/extra/deployers/fog.rb                   |  10 +-
 lib/nanoc/filters/handlebars.rb                    |   4 +-
 lib/nanoc/filters/sass.rb                          |  35 ++----
 lib/nanoc/filters/sass/sass_filesystem_importer.rb |  33 +++---
 lib/nanoc/helpers/capturing.rb                     |   6 +-
 lib/nanoc/version.rb                               |   8 ++
 metadata.yml                                       |  17 ++-
 nanoc.gemspec                                      |   2 +-
 tasks/test.rake                                    |  41 +++----
 test/base/test_compiler.rb                         |  34 ++++++
 test/base/test_context.rb                          |   2 +-
 test/base/test_directed_graph.rb                   |   2 +-
 test/cli/commands/test_compile.rb                  |  61 ++++++++++
 test/cli/commands/test_deploy.rb                   |   3 +
 test/cli/commands/test_prune.rb                    |   1 +
 test/cli/commands/test_watch.rb                    |   2 +
 test/cli/test_cleaning_stream.rb                   |  10 +-
 test/cli/test_cli.rb                               |  43 +++++++
 test/data_sources/test_filesystem.rb               |   2 +-
 test/data_sources/test_filesystem_unified.rb       |  40 +++++++
 test/data_sources/test_static.rb                   |   2 +
 test/extra/test_filesystem_tools.rb                |   4 +
 test/filters/test_asciidoc.rb                      |   4 +-
 test/filters/test_colorize_syntax.rb               |  14 +--
 test/filters/test_handlebars.rb                    |  21 ++++
 test/filters/test_less.rb                          |   2 +-
 test/filters/test_maruku.rb                        |   2 +-
 test/filters/test_pandoc.rb                        |   4 +-
 test/filters/test_sass.rb                          |  65 +++++++++++
 test/helper.rb                                     |  51 ++++++++-
 test/helpers/test_capturing.rb                     |   5 +-
 test/helpers/test_link_to.rb                       |   6 +-
 test/helpers/test_rendering.rb                     |   4 +-
 test/test_gem.rb                                   |   2 +-
 63 files changed, 911 insertions(+), 484 deletions(-)
 delete mode 100644 Architecture.md
 delete mode 100644 TODO.md
 create mode 100644 debian/patches/add_if_have.patch
 create mode 100644 debian/patches/deactivate_test_huge_site.patch
 create mode 100644 debian/patches/deactivate_uglify_test.patch
 create mode 100644 debian/patches/no_bundler_no_loadpath_modif.patch
 create mode 100644 debian/patches/no_rdoc4.patch
 delete mode 100644 debian/ruby-tests.rake
 create mode 100644 debian/ruby-tests.rb
 create mode 100644 lib/nanoc/version.rb

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



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