[diffoscope] 01/01: tools: extend external Arch Linux tools
Levente Polyak
anthraxx-guest at moszumanska.debian.org
Tue May 30 19:29:45 CEST 2017
This is an automated email from the git hooks/post-receive script.
anthraxx-guest pushed a commit to branch experimental
in repository diffoscope.
commit cdd1673138f56590db22e486a2b68594038281e4
Author: anthraxx <levente at leventepolyak.net>
Date: Tue May 30 18:56:22 2017 +0200
tools: extend external Arch Linux tools
---
diffoscope/external_tools.py | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/diffoscope/external_tools.py b/diffoscope/external_tools.py
index 34f1ca7..adab119 100644
--- a/diffoscope/external_tools.py
+++ b/diffoscope/external_tools.py
@@ -56,6 +56,7 @@ EXTERNAL_TOOLS = {
},
'docx2txt': {
'debian': 'docx2txt',
+ 'arch': 'docx2txt',
},
'enjarify': {
'debian': 'enjarify',
@@ -63,6 +64,7 @@ EXTERNAL_TOOLS = {
},
'fdtdump': {
'debian': 'device-tree-compiler',
+ 'arch': 'dtc',
},
'file': {
'debian': 'file',
@@ -78,6 +80,7 @@ EXTERNAL_TOOLS = {
},
'gifbuild': {
'debian': 'giflib-tools',
+ 'arch': 'giflib',
},
'ghc': {
'debian': 'ghc',
@@ -113,6 +116,7 @@ EXTERNAL_TOOLS = {
},
'js-beautify': {
'debian': 'jsbeautifier',
+ 'arch': 'python-jsbeautifier',
},
'llvm-bcanalyzer': {
'debian': 'llvm',
@@ -154,6 +158,7 @@ EXTERNAL_TOOLS = {
},
'odt2txt': {
'debian': 'odt2txt',
+ 'arch': 'odt2txt',
},
'oggDump': {
'debian': 'oggvideotools',
@@ -197,6 +202,7 @@ EXTERNAL_TOOLS = {
},
'Rscript': {
'debian': 'r-base-core',
+ 'arch': 'r',
},
'showttf': {
'debian': 'fontforge-extras',
@@ -223,6 +229,7 @@ EXTERNAL_TOOLS = {
},
'tcpdump': {
'debian': 'tcpdump',
+ 'arch': 'tcpdump',
},
'unsquashfs': {
'debian': 'squashfs-tools',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list