[Reproducible-commits] [debbindiff] 01/01: Use text comparator for postscript files

Reiner Herrmann deki-guest at moszumanska.debian.org
Thu Jan 29 19:47:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

deki-guest pushed a commit to branch master
in repository debbindiff.

commit 4a4738f0f8a2a382a6011348aa70a0af33d92df8
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Thu Jan 29 20:45:08 2015 +0100

    Use text comparator for postscript files
---
 debbindiff/comparators/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debbindiff/comparators/__init__.py b/debbindiff/comparators/__init__.py
index ce24dc4..7770a71 100644
--- a/debbindiff/comparators/__init__.py
+++ b/debbindiff/comparators/__init__.py
@@ -83,6 +83,7 @@ COMPARATORS = [
     (r'^application/pdf(;|$)', r'\.pdf$', compare_pdf_files),
     (r'^text/plain; charset=(?P<encoding>[a-z0-9-]+)$', None, compare_text_files),
     (r'^application/xml; charset=(?P<encoding>[a-z0-9-]+)$', None, compare_text_files),
+    (r'^application/postscript; charset=(?P<encoding>[a-z0-9-]+)$', None, compare_text_files),
     (None, r'\.a$', compare_static_lib_files),
     ]
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debbindiff.git



More information about the Reproducible-commits mailing list