Package: ruby-prawn / 1.3.0+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
ruby-prawn | 1.3.0+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0100_remove_bundler_rubygems_stuff.patch | (download) |
spec/spec_helper.rb |
11 0 + 11 - 0 ! |
remove rubygems and bundler stuff from specs |
0200_replace_BASEDIR_data_by_DATADIR.patch | (download) |
lib/prawn.rb |
4 3 + 1 - 0 ! |
redefine basedir and datadir |
0300_fix_paths.patch | (download) |
lib/prawn/font/afm.rb |
4 1 + 3 - 0 ! |
fix fonts path to use only prawn's fonts directory |
0400_use_system_fonts.patch | (download) |
spec/document_spec.rb |
2 1 + 1 - 0 ! |
use system fonts when possible Upstream ships embedded copies of several truetype fonts. Some of them are available in Debian. These copies have been removed from the Debian source package, and system fonts are used instead. |
0405_use_system_fonts_manual.patch | (download) |
manual/text/fallback_fonts.rb |
2 1 + 1 - 0 ! |
use system fonts when possible Upstream ships embedded copies of several truetype fonts. Some are available in Debian. These copies have been removed from the Debian source package, and system fonts are used instead. |
0500_disable_tests_using_removed_files.patch | (download) |
spec/images_spec.rb |
7 5 + 2 - 0 ! |
disable some specs after removal of some files from the source package Some specs are using for the moment images with unclear license and/or non-free fonts. These are disabled because they cannot be run since these files have been removed from the Debian source package. |
0600_replace_require_relative_manual.patch | (download) |
manual/example_helper.rb |
2 1 + 1 - 0 ! |
replace require_relative with a require statement with an absolute path The installed library is not located the same way as in the source package, relatively to the manual files. |