X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fexamine_package.py;h=2ac4744d6a64ec19d083ab2f4fe3bcbb6f4c1e79;hb=4c27b2550687a255219382bae227a38e691a495d;hp=31c417bac8969682ae9ff0528f8a6e2a66b56275;hpb=f56058049885c86071f354d70d69959de8a4cd53;p=dak.git diff --git a/dak/examine_package.py b/dak/examine_package.py index 31c417ba..2ac4744d 100755 --- a/dak/examine_package.py +++ b/dak/examine_package.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: latin-1 -*- # Script to automate some parts of checking NEW packages # Copyright (C) 2000, 2001, 2002, 2003, 2006 James Troup @@ -333,7 +332,7 @@ def output_deb_info(filename): else: output += escape_if_needed(control.Find(key)) to_print += output + '\n' - print_formatted_text(to_print) + print_escaped_text(to_print) def do_command (command, filename): o = os.popen("%s %s" % (command, filename))