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

Cédric Boutillier boutil at moszumanska.debian.org
Sun Sep 28 22:04:17 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  e65db6a   Explicitly depend on fonts-arphic-gkai00mp, fonts-dejavu-core to build and run autopkgtest suite
       new  56fd538   update source field in copyright
       new  ad009dd   do not capitalize short description
      adds  64d9240   Imported Upstream version 1.3.0+dfsg
       new  58ca1d0   Merge tag 'upstream/1.3.0+dfsg'
       new  97d854d   bump version in dependency on ruby-pdf-core and ruby-ttfunk
       new  ed66055   refresh 0200_replace_BASEDIR_data_by_DATADIR.patch and 0400_use_system_fonts.patch
       new  e14bac0   Drop 0650_move_VERSION.patch, merged upstream
       new  67d695e   do not copy/clean non existing VERSION file
       new  b047b83   Drop copyright notice for the lib/prawn/document/graphics_state.rb, removed upstream
       new  8795048   prepare changelog

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:
 .rubocop.yml                                       |   2 +
 .travis.yml                                        |   2 +-
 Rakefile                                           |   7 +-
 VERSION                                            |   1 -
 data/images/fractal.jpg                            | Bin 16342 -> 6644 bytes
 data/images/stef.jpg                               | Bin 2406 -> 2256 bytes
 debian/changelog                                   |  16 +
 debian/clean                                       |   1 -
 debian/control                                     |  12 +-
 debian/copyright                                   |   4 +-
 .../0200_replace_BASEDIR_data_by_DATADIR.patch     |   4 +-
 debian/patches/0400_use_system_fonts.patch         |  14 +-
 debian/patches/0650_move_VERSION.patch             |  19 --
 debian/patches/series                              |   1 -
 debian/rules                                       |   1 -
 lib/prawn.rb                                       |   9 +-
 lib/prawn/document.rb                              |  35 +--
 lib/prawn/document/graphics_state.rb               |  73 -----
 lib/prawn/document/internals.rb                    | 173 ++--------
 lib/prawn/font.rb                                  |  25 +-
 lib/prawn/font/ttf.rb                              |   2 +-
 lib/prawn/graphics.rb                              |  24 +-
 lib/prawn/graphics/cap_style.rb                    |   2 +-
 lib/prawn/graphics/color.rb                        |   6 +-
 lib/prawn/graphics/dash.rb                         |   2 +-
 lib/prawn/graphics/join_style.rb                   |   2 +-
 lib/prawn/graphics/patterns.rb                     |   2 +-
 lib/prawn/graphics/transformation.rb               |   2 +-
 lib/prawn/graphics/transparency.rb                 |   4 +-
 lib/prawn/grid.rb                                  |  10 +-
 lib/prawn/images.rb                                |   4 +-
 lib/prawn/security.rb                              |   2 +-
 lib/prawn/soft_mask.rb                             |   6 +-
 lib/prawn/stamp.rb                                 |   2 +-
 lib/prawn/text.rb                                  |   8 +
 lib/prawn/text/formatted/fragment.rb               |  27 +-
 lib/prawn/version.rb                               |   5 +
 lib/prawn/view.rb                                  |  91 ++++++
 manual/basic_concepts/basic_concepts.rb            |   4 +-
 manual/basic_concepts/view.rb                      |  42 +++
 prawn.gemspec                                      |  13 +-
 spec/document_spec.rb                              |  33 +-
 spec/graphics_spec.rb                              |  22 +-
 spec/line_wrap_spec.rb                             |  17 +-
 spec/view_spec.rb                                  |  43 +++
 www/index.html                                     | 196 ------------
 www/media/bounding_boxes.pdf                       | 146 ---------
 www/media/bounding_boxes.png                       | Bin 43727 -> 0 bytes
 www/media/bounding_boxes_out.png                   | Bin 15634 -> 0 bytes
 www/media/fancy_table.pdf                          | 350 ---------------------
 www/media/image.pdf                                | Bin 157917 -> 0 bytes
 www/media/images.png                               | Bin 27729 -> 0 bytes
 www/media/prawn_logo.png                           | Bin 29635 -> 0 bytes
 www/media/tables.png                               | Bin 36211 -> 0 bytes
 www/media/utf8.pdf                                 | Bin 374909 -> 0 bytes
 www/media/utf8.png                                 | Bin 16890 -> 0 bytes
 www/prawn-Chinese.html                             | 113 -------
 www/prawn.css                                      |  86 -----
 www/twilight.css                                   | 266 ----------------
 59 files changed, 370 insertions(+), 1561 deletions(-)
 delete mode 100644 VERSION
 delete mode 100644 debian/clean
 delete mode 100644 debian/patches/0650_move_VERSION.patch
 delete mode 100644 lib/prawn/document/graphics_state.rb
 create mode 100644 lib/prawn/version.rb
 create mode 100644 lib/prawn/view.rb
 create mode 100644 manual/basic_concepts/view.rb
 create mode 100644 spec/view_spec.rb
 delete mode 100644 www/index.html
 delete mode 100644 www/media/bounding_boxes.pdf
 delete mode 100644 www/media/bounding_boxes.png
 delete mode 100644 www/media/bounding_boxes_out.png
 delete mode 100644 www/media/fancy_table.pdf
 delete mode 100644 www/media/image.pdf
 delete mode 100644 www/media/images.png
 delete mode 100644 www/media/prawn_logo.png
 delete mode 100644 www/media/tables.png
 delete mode 100644 www/media/utf8.pdf
 delete mode 100644 www/media/utf8.png
 delete mode 100644 www/prawn-Chinese.html
 delete mode 100644 www/prawn.css
 delete mode 100644 www/twilight.css

-- 
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