[DRE-commits] [ruby-prawn] branch master updated (8795048 -> e221a55)

Cédric Boutillier boutil at moszumanska.debian.org
Wed Apr 29 14:37:29 UTC 2015


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

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

      from  8795048   prepare changelog
      adds  feceeb2   Imported Upstream version 2.0.1+dfsg
       new  a4bd45c   Merge tag 'upstream/2.0.1+dfsg'
       new  391e4e0   refresh patches
       new  f3afd1c   add patches relative to reproducible builds. Thanks Jérémy Bobbio
       new  9266707   update depencies, homepage and Standards-Version
       new  78c4b73   refresh again 0400_use_system_fonts.patch
       new  136453b   no data/encodings directory anymore
       new  e94b641   add Testsuite: autopkgtest-pkg-ruby
       new  e221a55   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:
 .mailmap                                           |   1 +
 .rubocop.yml                                       |  40 +-
 .travis.yml                                        |  10 +-
 .yardopts                                          |   1 +
 CHANGELOG.md                                       | 483 +++++++++++++++++++++
 CONTRIBUTING.md                                    |  30 --
 Gemfile                                            |   2 +-
 README.md                                          |  14 +-
 Rakefile                                           |   4 +-
 data/encodings/win_ansi.txt                        |  29 --
 data/images/fractal.jpg                            | Bin 6644 -> 6640 bytes
 data/images/pal_bk.png                             | Bin 0 -> 1152 bytes
 data/images/pigs.jpg                               | Bin 9706 -> 9693 bytes
 data/images/stef.jpg                               | Bin 2256 -> 2256 bytes
 debian/changelog                                   |  22 +
 debian/control                                     |  12 +-
 .../0100_remove_bundler_rubygems_stuff.patch       |   9 +-
 debian/patches/0300_fix_paths.patch                |   4 +-
 debian/patches/0400_use_system_fonts.patch         |  70 +--
 debian/patches/0405_use_system_fonts_manual.patch  |   6 +-
 .../0500_disable_tests_using_removed_files.patch   |  18 +-
 ...0700_use_deterministic_keys_for_gradients.patch |  40 ++
 ...00_enable_manual_to_be_built_reproducibly.patch |  51 +++
 debian/patches/series                              |   2 +
 debian/ruby-prawn.install                          |   2 +-
 debian/rules                                       |   4 +
 lib/prawn.rb                                       |   1 -
 lib/prawn/document.rb                              |   4 +-
 lib/prawn/document/internals.rb                    |   3 +-
 lib/prawn/encoding.rb                              |  33 --
 lib/prawn/font/afm.rb                              |  31 +-
 lib/prawn/font/ttf.rb                              |   4 +
 lib/prawn/font_metric_cache.rb                     |   3 +-
 lib/prawn/graphics.rb                              |  19 +-
 lib/prawn/graphics/dash.rb                         |   5 +
 lib/prawn/images.rb                                |   5 +-
 lib/prawn/images/png.rb                            |  15 +-
 lib/prawn/text.rb                                  |  22 +-
 lib/prawn/text/box.rb                              |  10 +-
 lib/prawn/text/formatted/box.rb                    |  20 +-
 lib/prawn/text/formatted/line_wrap.rb              |   5 +
 lib/prawn/version.rb                               |   2 +-
 manual/basic_concepts/measurement.rb               |   2 +-
 manual/bounding_box/bounds.rb                      |   2 +-
 manual/cover.rb                                    |   5 +-
 manual/example_helper.rb                           |   1 +
 manual/how_to_read_this_manual.rb                  |   4 +-
 .../repeatable_content/alternate_page_numbering.rb |  32 ++
 manual/repeatable_content/repeatable_content.rb    |   1 +
 manual/security/security.rb                        |   2 +-
 manual/text/paragraph_indentation.rb               |   8 +
 manual/text/positioned_text.rb                     |   2 +-
 manual/text/right_to_left_text.rb                  |   4 +
 manual/text/text.rb                                |   2 +-
 manual/text/text_box_overflow.rb                   |   2 +-
 manual/text/utf8.rb                                |   8 +-
 manual/text/win_ansi_charset.rb                    |   3 +-
 prawn.gemspec                                      |  23 +-
 spec/document_spec.rb                              |  25 +-
 spec/font_spec.rb                                  |  25 ++
 spec/formatted_text_box_spec.rb                    | 110 +++--
 spec/graphics_spec.rb                              |  38 +-
 spec/line_wrap_spec.rb                             |  36 +-
 spec/png_spec.rb                                   |  10 +-
 spec/soft_mask_spec.rb                             |   2 +-
 spec/spec_helper.rb                                |   4 +-
 spec/text_at_spec.rb                               |  30 +-
 spec/text_box_spec.rb                              |  23 +-
 spec/text_spacing_spec.rb                          |   4 +-
 spec/text_spec.rb                                  | 103 ++++-
 70 files changed, 1201 insertions(+), 346 deletions(-)
 create mode 100644 .mailmap
 create mode 100644 CHANGELOG.md
 delete mode 100644 data/encodings/win_ansi.txt
 create mode 100644 data/images/pal_bk.png
 create mode 100644 debian/patches/0700_use_deterministic_keys_for_gradients.patch
 create mode 100644 debian/patches/0800_enable_manual_to_be_built_reproducibly.patch
 create mode 100644 manual/repeatable_content/alternate_page_numbering.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