|
| From: | Rafael Laboissiere |
| Subject: | [Octave-bug-tracker] [bug #55130] [octave forge] (queueing) Avoid full pathnames for included images in PDF documentation |
| Date: | Thu, 29 Nov 2018 05:24:01 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36 |
URL:
<https://savannah.gnu.org/bugs/?55130>
Summary: [octave forge] (queueing) Avoid full pathnames for
included images in PDF documentation
Project: GNU Octave
Submitted by: rlaboiss
Submitted on: Thu 29 Nov 2018 10:23:59 AM UTC
Category: Octave Forge Package
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Documentation
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: other
Operating System: Any
_______________________________________________________
Details:
When building file doc/queueing.pdf, the absolute paths of the included PDF
figures appear in the /PTEX.Filename directive created by pdfTeX. For
instance:
$ grep -a PTEX.FileName queueing.pdf | head -n 1
/PTEX.FileName
(/var/data/rlaboiss/debian/PKGS/octave-queueing/octave-queueing/doc/qn_closed_single.pdf)
This makes the build of the Debian package octave-queueing unreproducible:
https://tests.reproducible-builds.org/debian/dbdtxt/buster/amd64/octave-queueing_1.2.6-1.diffoscope.txt.gz
The patch attached to this bug report fixes the problem in Debian:
$ grep -a PTEX.FileName queueing.pdf | head -n 1
/PTEX.FileName (./qn_closed_single.pdf)
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Thu 29 Nov 2018 10:23:59 AM UTC Name: texinfo-absolute-path.patch
Size: 2KiB By: rlaboiss
<http://savannah.gnu.org/bugs/download.php?file_id=45550>
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?55130>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |