[DRE-commits] [ruby-prawn] branch master updated (4e1958a -> dc7e549)

Cédric Boutillier boutil at moszumanska.debian.org
Mon Sep 8 14:04:23 UTC 2014


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

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

      from  4e1958a   prepare changelog
      adds  43ae98f   Imported Upstream version 1.1.0+dfsg
       new  22f4b8d   Merge tag 'upstream/1.1.0+dfsg'
       new  f8f8077   build-depend on ruby-prawn-manual-builder
       new  5d5f93d   refresh patch queue
       new  7897739   fix path in the manual building process
      adds  c77b4f7   Imported Upstream version 1.2.1
       new  bd2efe4   Merge tag 'upstream/1.2.1'
       new  6497039   refresh patches
      adds  6f5d882   Imported Upstream version 1.2.1+dfsg
       new  02eb5d6   Merge tag 'upstream/1.2.1+dfsg'
       new  07b5b12   run wrap and sort on fields of debian/ files
       new  76ca8af   add header to 0600_replace_require_relative_manual.patch
       new  71dd840   move VERSION to lib/prawn/
       new  1e6d443   remove obsolete Debian patches
       new  21206e6   Fix entry for lib/prawn/graphics/gradient.rb, renamed/rewritten to patterns.rb
       new  52fd5a4   prepare changelog
       new  d893b5d   fix typo in lib/prawn/measurements.rb filename
       new  dc7e549   Add autopkgtest support

The 15 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                                         |    1 +
 .rubocop.yml                                       |  191 +++
 README.md                                          |   13 +-
 Rakefile                                           |    6 +-
 VERSION                                            |    2 +-
 bench/afm_text_bench.rb                            |   24 +-
 bench/png_type_6.rb                                |   22 +-
 bench/png_type_6_objects.rb                        |    2 +
 bench/table_bench.rb                               |    8 +-
 bench/ttf_text_bench.rb                            |   28 +-
 debian/changelog                                   |   22 +
 debian/clean                                       |    1 +
 debian/control                                     |   47 +-
 debian/copyright                                   |   13 +-
 debian/patches/0102_simply_require_ttfunk.patch    |   26 -
 ...105_remove_rubygems_loadpath_stuff_manual.patch |   17 -
 .../0200_replace_BASEDIR_data_by_DATADIR.patch     |   26 +-
 ...05_replace_BASEDIR_data_by_DATADIR_manual.patch |  273 ----
 .../0210_change_spec_data_to_datadir_pdfs.patch    |   84 --
 debian/patches/0400_use_system_fonts.patch         |   15 +-
 debian/patches/0405_use_system_fonts_manual.patch  |   63 +-
 debian/patches/0600_add_require_date_table_cell.rb |   18 -
 .../0600_replace_require_relative_manual.patch     |   17 +
 debian/patches/0650_move_VERSION.patch             |   19 +
 .../patches/0700_dont_call_git_from_manual.patch   |   21 -
 .../patches/1001_fix_encoding_in_font_spec.patch   |   21 -
 .../1002_define_external_encoding_for_manual.patch |   18 -
 debian/patches/series                              |   10 +-
 debian/ruby-tests.rb                               |    2 +-
 debian/rules                                       |    3 +-
 debian/tests/control                               |    5 +
 lib/prawn.rb                                       |   10 +-
 lib/prawn/document.rb                              |   14 +-
 lib/prawn/document/bounding_box.rb                 |    2 +-
 lib/prawn/document/column_box.rb                   |    6 +-
 lib/prawn/document/internals.rb                    |    2 +-
 lib/prawn/font.rb                                  |   32 +-
 lib/prawn/font/afm.rb                              |    8 +-
 lib/prawn/font_metric_cache.rb                     |    2 +-
 lib/prawn/grid.rb                                  |    4 +-
 lib/prawn/image_handler.rb                         |    4 +-
 lib/prawn/images/jpg.rb                            |    2 +-
 lib/prawn/layout.rb                                |   17 -
 lib/prawn/measurement_extensions.rb                |    2 +-
 lib/prawn/outline.rb                               |    4 +-
 lib/prawn/security.rb                              |    2 +-
 lib/prawn/security/arcfour.rb                      |    6 +-
 lib/prawn/table.rb                                 |  632 ---------
 lib/prawn/table/cell.rb                            |  772 -----------
 lib/prawn/table/cell/image.rb                      |   69 -
 lib/prawn/table/cell/in_table.rb                   |   33 -
 lib/prawn/table/cell/span_dummy.rb                 |   93 --
 lib/prawn/table/cell/subtable.rb                   |   66 -
 lib/prawn/table/cell/text.rb                       |  154 ---
 lib/prawn/table/cells.rb                           |  304 -----
 lib/prawn/table/column_width_calculator.rb         |   61 -
 lib/prawn/text.rb                                  |    2 +-
 lib/prawn/text/box.rb                              |    2 +
 lib/prawn/text/formatted.rb                        |    2 +
 lib/prawn/text/formatted/arranger.rb               |    2 +-
 lib/prawn/text/formatted/box.rb                    |   77 +-
 lib/prawn/text/formatted/line_wrap.rb              |   12 +-
 lib/prawn/text/formatted/wrap.rb                   |    6 +-
 lib/prawn/utilities.rb                             |    6 +-
 manual/absolute_position.pdf                       |  Bin 0 -> 38574 bytes
 manual/basic_concepts/adding_pages.rb              |    6 +-
 manual/basic_concepts/basic_concepts.rb            |   12 +-
 manual/basic_concepts/cursor.rb                    |   10 +-
 manual/basic_concepts/measurement.rb               |    4 +-
 manual/basic_concepts/origin.rb                    |    6 +-
 manual/basic_concepts/other_cursor_helpers.rb      |   12 +-
 manual/bounding_box/bounding_box.rb                |   12 +-
 manual/bounding_box/bounds.rb                      |   12 +-
 manual/bounding_box/canvas.rb                      |    4 +-
 manual/bounding_box/creation.rb                    |    6 +-
 manual/bounding_box/indentation.rb                 |   18 +-
 manual/bounding_box/nesting.rb                     |   16 +-
 manual/bounding_box/russian_boxes.rb               |    2 +-
 manual/bounding_box/stretchy.rb                    |   16 +-
 manual/{manual/manual.rb => contents.rb}           |   17 +-
 manual/{manual => }/cover.rb                       |   12 +-
 manual/document_and_page_options/background.rb     |    4 +-
 .../document_and_page_options.rb                   |    8 +-
 manual/document_and_page_options/metadata.rb       |    4 +-
 manual/document_and_page_options/page_margins.rb   |    4 +-
 manual/document_and_page_options/page_size.rb      |    6 +-
 manual/example_file.rb                             |  111 --
 manual/example_helper.rb                           |  413 +-----
 manual/example_package.rb                          |   53 -
 manual/example_section.rb                          |   46 -
 manual/graphics/circle_and_ellipse.rb              |    8 +-
 manual/graphics/color.rb                           |    8 +-
 manual/graphics/common_lines.rb                    |   10 +-
 manual/graphics/fill_and_stroke.rb                 |   10 +-
 manual/graphics/fill_rules.rb                      |    2 +-
 manual/graphics/gradients.rb                       |    2 +-
 manual/graphics/graphics.rb                        |   16 +-
 manual/graphics/helper.rb                          |    2 +-
 manual/graphics/line_width.rb                      |   10 +-
 manual/graphics/lines_and_curves.rb                |   10 +-
 manual/graphics/polygon.rb                         |    8 +-
 manual/graphics/rectangle.rb                       |    6 +-
 manual/graphics/rotate.rb                          |   10 +-
 manual/graphics/scale.rb                           |   10 +-
 manual/graphics/soft_masks.rb                      |    2 +-
 manual/graphics/stroke_cap.rb                      |    6 +-
 manual/graphics/stroke_dash.rb                     |    2 +-
 manual/graphics/stroke_join.rb                     |    8 +-
 manual/graphics/translate.rb                       |   10 +-
 manual/graphics/transparency.rb                    |   10 +-
 manual/{manual => }/how_to_read_this_manual.rb     |   33 +-
 manual/images/absolute_position.rb                 |    6 +-
 manual/images/fit.rb                               |    4 +-
 manual/images/horizontal.rb                        |    6 +-
 manual/images/images.rb                            |   14 +-
 manual/images/plain_image.rb                       |    2 +-
 manual/images/scale.rb                             |    6 +-
 manual/images/vertical.rb                          |    6 +-
 manual/images/width_and_height.rb                  |    6 +-
 manual/layout/boxes.rb                             |    8 +-
 manual/layout/content.rb                           |    6 +-
 manual/layout/layout.rb                            |   10 +-
 manual/layout/simple_grid.rb                       |    4 +-
 manual/outline/add_subsection_to.rb                |   14 +-
 manual/outline/insert_section_after.rb             |   10 +-
 manual/outline/outline.rb                          |   12 +-
 manual/outline/sections_and_pages.rb               |   18 +-
 manual/repeatable_content/page_numbering.rb        |    6 +-
 manual/repeatable_content/repeatable_content.rb    |   10 +-
 manual/repeatable_content/repeater.rb              |    8 +-
 manual/repeatable_content/stamp.rb                 |    8 +-
 manual/security/encryption.rb                      |    4 +-
 manual/security/permissions.rb                     |    4 +-
 manual/security/security.rb                        |   10 +-
 manual/syntax_highlight.rb                         |   52 -
 manual/table.rb                                    |   16 +
 manual/table/basic_block.rb                        |   53 -
 manual/table/before_rendering_page.rb              |   26 -
 manual/table/cell_border_lines.rb                  |   24 -
 manual/table/cell_borders_and_bg.rb                |   31 -
 manual/table/cell_dimensions.rb                    |   30 -
 manual/table/cell_text.rb                          |   38 -
 manual/table/column_widths.rb                      |   30 -
 manual/table/content_and_subtables.rb              |   39 -
 manual/table/creation.rb                           |   27 -
 manual/table/filtering.rb                          |   36 -
 manual/table/flow_and_header.rb                    |   17 -
 manual/table/image_cells.rb                        |   33 -
 manual/table/position.rb                           |   29 -
 manual/table/row_colors.rb                         |   20 -
 manual/table/span.rb                               |   30 -
 manual/table/style.rb                              |   22 -
 manual/table/table.rb                              |   52 -
 manual/table/width.rb                              |   27 -
 manual/text/alignment.rb                           |    2 +-
 manual/text/color.rb                               |    2 +-
 manual/text/column_box.rb                          |    2 +-
 manual/text/fallback_fonts.rb                      |    6 +-
 manual/text/font.rb                                |   14 +-
 manual/text/font_size.rb                           |   18 +-
 manual/text/font_style.rb                          |    6 +-
 manual/text/formatted_callbacks.rb                 |    6 +-
 manual/text/formatted_text.rb                      |    6 +-
 manual/text/free_flowing_text.rb                   |   12 +-
 manual/text/inline.rb                              |   10 +-
 manual/text/kerning_and_character_spacing.rb       |   14 +-
 manual/text/leading.rb                             |    8 +-
 manual/text/line_wrapping.rb                       |    8 +-
 manual/text/paragraph_indentation.rb               |    6 +-
 manual/text/positioned_text.rb                     |    6 +-
 manual/text/registering_families.rb                |   12 +-
 manual/text/rendering_and_color.rb                 |    4 +-
 manual/text/right_to_left_text.rb                  |    4 +-
 manual/text/rotation.rb                            |    8 +-
 manual/text/single_usage.rb                        |    6 +-
 manual/text/text.rb                                |   18 +-
 manual/text/text_box_excess.rb                     |    4 +-
 manual/text/text_box_extensions.rb                 |    6 +-
 manual/text/text_box_overflow.rb                   |   12 +-
 manual/text/utf8.rb                                |   10 +-
 manual/text/win_ansi_charset.rb                    |    2 +-
 prawn.gemspec                                      |   11 +-
 spec/acceptance/png.rb                             |    8 +-
 spec/cell_spec.rb                                  |  628 ---------
 spec/column_box_spec.rb                            |    2 +-
 spec/extensions/encoding_helpers.rb                |    2 +
 spec/extensions/mocha.rb                           |    2 +
 spec/font_spec.rb                                  |   15 +
 spec/formatted_text_box_spec.rb                    |   22 +
 spec/line_wrap_spec.rb                             |    4 +
 spec/measurement_units_spec.rb                     |    2 +
 spec/repeater_spec.rb                              |    2 +
 spec/soft_mask_spec.rb                             |    2 +
 spec/stamp_spec.rb                                 |    2 +
 spec/table/span_dummy_spec.rb                      |   17 -
 spec/table_spec.rb                                 | 1434 --------------------
 spec/text_box_spec.rb                              |   28 +
 spec/text_spec.rb                                  |   21 +-
 spec/transparency_spec.rb                          |    2 +
 199 files changed, 1047 insertions(+), 6608 deletions(-)
 create mode 100644 .rubocop.yml
 create mode 100644 debian/clean
 delete mode 100644 debian/patches/0102_simply_require_ttfunk.patch
 delete mode 100644 debian/patches/0105_remove_rubygems_loadpath_stuff_manual.patch
 delete mode 100644 debian/patches/0205_replace_BASEDIR_data_by_DATADIR_manual.patch
 delete mode 100644 debian/patches/0210_change_spec_data_to_datadir_pdfs.patch
 delete mode 100644 debian/patches/0600_add_require_date_table_cell.rb
 create mode 100644 debian/patches/0600_replace_require_relative_manual.patch
 create mode 100644 debian/patches/0650_move_VERSION.patch
 delete mode 100644 debian/patches/0700_dont_call_git_from_manual.patch
 delete mode 100644 debian/patches/1001_fix_encoding_in_font_spec.patch
 delete mode 100644 debian/patches/1002_define_external_encoding_for_manual.patch
 create mode 100644 debian/tests/control
 delete mode 100644 lib/prawn/layout.rb
 delete mode 100644 lib/prawn/table.rb
 delete mode 100644 lib/prawn/table/cell.rb
 delete mode 100644 lib/prawn/table/cell/image.rb
 delete mode 100644 lib/prawn/table/cell/in_table.rb
 delete mode 100644 lib/prawn/table/cell/span_dummy.rb
 delete mode 100644 lib/prawn/table/cell/subtable.rb
 delete mode 100644 lib/prawn/table/cell/text.rb
 delete mode 100644 lib/prawn/table/cells.rb
 delete mode 100644 lib/prawn/table/column_width_calculator.rb
 create mode 100644 manual/absolute_position.pdf
 rename manual/{manual/manual.rb => contents.rb} (56%)
 rename manual/{manual => }/cover.rb (83%)
 delete mode 100644 manual/example_file.rb
 delete mode 100644 manual/example_package.rb
 delete mode 100644 manual/example_section.rb
 rename manual/{manual => }/how_to_read_this_manual.rb (88%)
 delete mode 100644 manual/syntax_highlight.rb
 create mode 100644 manual/table.rb
 delete mode 100644 manual/table/basic_block.rb
 delete mode 100644 manual/table/before_rendering_page.rb
 delete mode 100644 manual/table/cell_border_lines.rb
 delete mode 100644 manual/table/cell_borders_and_bg.rb
 delete mode 100644 manual/table/cell_dimensions.rb
 delete mode 100644 manual/table/cell_text.rb
 delete mode 100644 manual/table/column_widths.rb
 delete mode 100644 manual/table/content_and_subtables.rb
 delete mode 100644 manual/table/creation.rb
 delete mode 100644 manual/table/filtering.rb
 delete mode 100644 manual/table/flow_and_header.rb
 delete mode 100644 manual/table/image_cells.rb
 delete mode 100644 manual/table/position.rb
 delete mode 100644 manual/table/row_colors.rb
 delete mode 100644 manual/table/span.rb
 delete mode 100644 manual/table/style.rb
 delete mode 100644 manual/table/table.rb
 delete mode 100644 manual/table/width.rb
 delete mode 100644 spec/cell_spec.rb
 delete mode 100644 spec/table/span_dummy_spec.rb
 delete mode 100644 spec/table_spec.rb

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



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