Package: php-doc / 20241205~git.dfcbb86+dfsg-1

Metadata

Package Version Patches format
php-doc 20241205~git.dfcbb86+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove xkcd mediaobjects.patch | (download)

en/language/control-structures/goto.xml | 13 2 + 11 - 0 !
en/security/database.xml | 13 2 + 11 - 0 !
2 files changed, 4 insertions(+), 22 deletions(-)

 remove xkcd mediaobjects
 Two xkcd images were removed from this package sources due to licensing issues
 (see d/copyright). This patch changes the references to the (no longer)
 embedded images to just reference the xkcd URLs.
replace non free stylesheets.patch | (download)

phd/phpdotnet/phd/Package/PHP/ChunkedXHTML.php | 42 24 + 18 - 0 !
phd/phpdotnet/phd/Package/PHP/XHTML.php | 3 1 + 2 - 0 !
2 files changed, 25 insertions(+), 20 deletions(-)

 replace non-free stylesheets
 The css files defining the documentation pages layout are fetched from php.net
 during build time. These css files are not licensed under a free license and
 are replaced here by a modification of the debian.css file provided by the
 Debian's maint-guide package.
reproducible build.patch | (download)

phd/package-pman.php | 2 1 + 1 - 0 !
phd/phpdotnet/phd/Config.php | 2 1 + 1 - 0 !
phd/phpdotnet/phd/OutputHandler.php | 2 1 + 1 - 0 !
phd/phpdotnet/phd/PI/DBHTMLHandler.php | 4 2 + 2 - 0 !
phd/phpdotnet/phd/Package/Generic/TocFeed.php | 2 1 + 1 - 0 !
5 files changed, 6 insertions(+), 6 deletions(-)

 make the build reproducible

system jing.patch | (download)

doc-base/configure.php | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use system jing
 Jing is available in the archive, hence, there is no need to embed it in the
 sources. Let's use it as a build dependency instead and call the binary in the
 system PATH here. As discussed in the linked bug, upstream discarded the idea
 of using the pre-installed package in favor of embeding the jar in their
 repository.