[diffoscope] 01/01: Fix syntax in RequiredToolNotFound.PROVIDERS
Mattia Rizzolo
mattia at debian.org
Fri Jun 3 18:11:24 CEST 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository diffoscope.
commit 1241f289f019e4c706228add855adb26caef8224
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Jun 3 16:11:11 2016 +0000
Fix syntax in RequiredToolNotFound.PROVIDERS
this caused the --list-tools to miss entries, and by it missing Recommends in the Debian package
---
diffoscope/__init__.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index 6d9228b..2fde35d 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -87,7 +87,7 @@ class RequiredToolNotFound(Exception):
, 'objdump': { 'debian': 'binutils-multiarch'
, 'arch': 'binutils' }
, 'pdftk': { 'debian': 'pdftk'
- , 'FreeBSD': 'pdftk'
+ , 'FreeBSD': 'pdftk' }
, 'pdftotext': { 'debian': 'poppler-utils'
, 'arch': 'poppler'
, 'FreeBSD': 'poppler-utils' }
@@ -98,7 +98,7 @@ class RequiredToolNotFound(Exception):
, 'arch': 'fpc'
, 'FreeBSD': 'fpc' }
, 'ps2ascii': { 'debian': 'ghostscript'
- , 'arch': 'ghostscript' }
+ , 'arch': 'ghostscript'
, 'FreeBSD': 'ghostscript9-base' }
, 'readelf': { 'debian': 'binutils-multiarch'
, 'arch': 'binutils' }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list