Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package ruby-pdf-reader version 1.4.0-2 #850688 explains that the copies of the Type1 font files are not actually distributed under a DFSG-free license when the MustRead.html file is missing. This revision of the package just adds that file and updates d/copyright, which also was neglected in the past. debdiff below. Thanks, -ch unblock ruby-pdf-reader/1.4.0-2 diff -Nru ruby-pdf-reader-1.4.0/debian/changelog ruby-pdf-reader-1.4.0/debian/changelog --- ruby-pdf-reader-1.4.0/debian/changelog 2016-03-03 13:07:16.000000000 +0000 +++ ruby-pdf-reader-1.4.0/debian/changelog 2017-02-05 19:10:44.000000000 +0000 @@ -1,3 +1,11 @@ +ruby-pdf-reader (1.4.0-2) unstable; urgency=medium + + * Team upload. + * Include missing file for Type1 fonts license compliance, + and update debian/copyright. (Closes: #850688) + + -- Christian Hofstaedtler <z...@debian.org> Sun, 05 Feb 2017 19:10:44 +0000 + ruby-pdf-reader (1.4.0-1) unstable; urgency=medium * Team upload. diff -Nru ruby-pdf-reader-1.4.0/debian/copyright ruby-pdf-reader-1.4.0/debian/copyright --- ruby-pdf-reader-1.4.0/debian/copyright 2016-03-03 12:52:32.000000000 +0000 +++ ruby-pdf-reader-1.4.0/debian/copyright 2017-02-05 19:10:44.000000000 +0000 @@ -11,6 +11,18 @@ Copyright: Copyright 2011 Cédric Boutillier <cedric.boutill...@gmail.com> License: Expat +Files: lib/pdf/reader/afm/* +Copyright: © 1985-1997, Adobe Systems Incorporated +License: other + Core 14 AFM Files - ReadMe + This file and the 14 PostScript(R) AFM files it accompanies may be used, + copied, and distributed for any purpose and without charge, with or without + modification, provided that all copyright notices are retained; that the AFM + files are not distributed without this file; that all modifications to this + file or any of the AFM files are prominently noted in the modified file(s); + and that this paragraph is not modified. Adobe Systems has no responsibility + or obligation to support the use of the AFM files. + License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff -Nru ruby-pdf-reader-1.4.0/debian/patches/0001-add-licensefile.patch ruby-pdf-reader-1.4.0/debian/patches/0001-add-licensefile.patch --- ruby-pdf-reader-1.4.0/debian/patches/0001-add-licensefile.patch 1970-01-01 00:00:00.000000000 +0000 +++ ruby-pdf-reader-1.4.0/debian/patches/0001-add-licensefile.patch 2017-02-05 19:10:44.000000000 +0000 @@ -0,0 +1,7 @@ +Index: ruby-pdf-reader/lib/pdf/reader/afm/MustRead.html +=================================================================== +--- /dev/null ++++ ruby-pdf-reader/lib/pdf/reader/afm/MustRead.html +@@ -0,0 +1 @@ ++<html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <meta name="generator" content="Adobe GoLive 4"> <title>Core 14 AFM Files - ReadMe</title> </head> <body bgcolor="white"> <font color="white">or</font> <table border="0" cellpadding="0" cellspacing="2"> <tr> <td width="40"></td> <td width="300">This file and the 14 PostScript(R) AFM files it accompanies may be used, copied, and distributed for any purpose and without charge, with or without modification, provided that all copyright notices are retained; that the AFM files are not distributed without this file; that all modifications to this file or any of the AFM files are prominently noted in the modified file(s); and that this paragraph is not modified. Adobe Systems has no responsibility or obligation to support the use of the AFM files. <font color="white">Col</font></td> </tr> </table> </body> </html> +\ No newline at end of file diff -Nru ruby-pdf-reader-1.4.0/debian/patches/series ruby-pdf-reader-1.4.0/debian/patches/series --- ruby-pdf-reader-1.4.0/debian/patches/series 2015-12-17 21:27:00.000000000 +0000 +++ ruby-pdf-reader-1.4.0/debian/patches/series 2017-02-05 19:10:44.000000000 +0000 @@ -1,3 +1,4 @@ +0001-add-licensefile.patch 0002-examples_rubygems.patch 0004-spec_fix_requires.patch 0006-spec_add_require_yaml.patch