Package: diffoscope Version: 229 Severity: minor --- diffoscope/comparators/fsimage.py | 2 +- diffoscope/comparators/pdf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/diffoscope/comparators/fsimage.py b/diffoscope/comparators/fsimage.py index 361fe40d..487b4e92 100644 --- a/diffoscope/comparators/fsimage.py +++ b/diffoscope/comparators/fsimage.py @@ -129,6 +129,6 @@ class FsImageFile(File): ) if not guestfs: self.add_comment( - "Installing the 'guestfs' package may produce a better output." + "Installing the 'guestfs' Python module from the 'python3-guestfs' Debian package may produce a better output." ) return differences diff --git a/diffoscope/comparators/pdf.py b/diffoscope/comparators/pdf.py index 51883e98..8fade296 100644 --- a/diffoscope/comparators/pdf.py +++ b/diffoscope/comparators/pdf.py @@ -65,7 +65,7 @@ class PdfFile(File): if PyPDF2 is None: self.add_comment( - "Installing the 'PyPDF2' package may produce a better output." + "Installing the 'PyPDF2' Python module from the 'python3-pypdf2' Debian package may produce a better output." ) else: difference = Difference.from_text( -- 2.35.1